1

(8 replies, posted in Using SVP)

Hello guys! Everything was working fine, but it seems that the mac updated to macOS 15.3.2 at night and now the program won't open. I tried reinstalling but to no avail. Please help


-------------------------------------
Translated Report (Full Report Below)
-------------------------------------

Incident Identifier: 5D5742DF-1437-487D-89C5-63D72A5A6CA4
CrashReporter Key:   48E9E01B-4608-7732-B5C8-0A2352EF5947
Hardware Model:      Mac15,6
Process:             SVPManager [2008]
Path:                /Applications/SVP 4 Mac.app/Contents/MacOS/SVPManager
Identifier:          com.svp-team.svpmanager
Version:             4.6.0.294 (294)
Code Type:           X86-64 (Native)
Role:                Background
Parent Process:      launchd [1]
Coalition:           com.svp-team.svpmanager [1484]

Date/Time:           2025-04-27 11:32:51.7391 +0300
Launch Time:         2025-04-27 11:32:49.2103 +0300
OS Version:          macOS 15.3.2 (24D81)
Release Type:        User
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Termination Reason: ROSETTA 0

Triggered by Thread:  0

Thread 0 Crashed:
0   runtime                               0x7ff7ffd4fdb0 0x7ff7ffd4c000 + 15792

2

(8 replies, posted in Using SVP)

Hi! I’m new to SVP (RIFE AI engine) and don’t fully understand all the settings yet. I’m experiencing an issue when trying to interpolate a video.

I keep getting this error in SVP:

23:25:05.499: ===== Starting mpv ======
23:25:05.499: Command line: /opt/homebrew/bin/mpv /Users/.../Downloads/manofsteel.mp4 --o=/Users/.../Downloads/manofsteel.SVP.temporary.mkv --no-audio --no-sub --no-sub-auto --input-ipc-server=/tmp/mpvencodesocket --input-media-keys=no --no-msg-color --video-crop=0x0+0+0 --vf=vapoursynth:/Users/.../Library/Application Support/SVP4/scripts/ffff.py:4:11 --of=matroska --ovc=h264_videotoolbox --ovcopts=b=60817598,profile=high,threads=11
23:25:05.757: ● Video --vid=1 (h264 3840x2160 23.9433 fps) [default]
23:25:05.757: ○ Audio --aid=1 (aac 2ch 48000 Hz 320 kbps) [default]
23:25:05.900: [0 Apple M3 Pro] queueC=0[1] queueG=0[1] queueT=0[1]
23:25:05.900: [0 Apple M3 Pro] bugsbn1=0 bugbilz=0 bugcopc=0 bugihfa=0
23:25:05.900: [0 Apple M3 Pro] fp16-p/s/a=1/1/1 int8-p/s/a=1/1/1
23:25:05.900: [0 Apple M3 Pro] subgroup=32 basic=1 vote=1 ballot=1 shuffle=1
23:25:05.903: [vapoursynth] Script evaluation failed:
23:25:05.903: [vapoursynth] Python exception: 'utf-8' codec can't decode byte 0xa9 in position 10: invalid start byte
23:25:05.903: [vapoursynth]
23:25:05.903: [vapoursynth] Traceback (most recent call last):
23:25:05.903: [vapoursynth] File "src/cython/vapoursynth.pyx", line 3387, in vapoursynth._vpy_evaluate
23:25:05.903: [vapoursynth] File "src/cython/vapoursynth.pyx", line 3388, in vapoursynth._vpy_evaluate
23:25:05.903: [vapoursynth] File "/Users/.../Library/Application Support/SVP4/scripts/ffff.py", line 76, in <module>
23:25:05.903: [vapoursynth] smooth = interpolate(clip)
23:25:05.903: [vapoursynth] File "/Users/.../Library/Application Support/SVP4/scripts/ffff.py", line 57, in interpolate
23:25:05.903: [vapoursynth] smooth = core.rife.RIFE(input_rife,factor_num=rife_num,factor_den=rife_den,model_path=rife_mpath,gpu_id=rife_gpu,gpu_thread=rife_threads,tta=False,sc=False)
23:25:05.903: [vapoursynth] File "src/cython/vapoursynth.pyx", line 3123, in vapoursynth.Function.__call__
23:25:05.903: [vapoursynth] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa9 in position 10: invalid start byte
23:25:05.903: [vapoursynth]
23:25:05.910: (!!!) Intermediate file may be broken: /Users/.../Downloads/manofsteel.SVP.temporary.mkv
23:25:05.910: ===== mpv exited with code 9 =====

I’m using a MacBook with an Apple M3 Pro chip MacOS 15.3.1, mpv is installed via Homebrew, and Vapoursynth is also installed. In SVP, I’m using videotoolbox for encoding.