Script evaluation failed:

Python exception: 'utf-8' codec can't decode byte 0xb8 in position 152: invalid start byte


Traceback (most recent call last):

  File "src\cython\vapoursynth.pyx", line 2239, in vapoursynth.vpy_evaluateScript

  File "encodings\utf_8_sig.py", line 23, in decode

UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb8 in position 152: invalid start byte


아래 깃허브 사이트에서 받은 영상에 모션블러 입히는 파일인데 이 오류 뜨면서 렌더링이 안되는데 어케해야할지 감이 안잡혀..

나 한번만 도와주라 진짜 사례할게..

https://github.com/f0e/blur/releases/tag/v1.8

Release v1.8 · f0e/blurChanges Added 'deduplicate' option to remove duplicate frames. This will generate new interpolated frames to take the place of any duplicate frames, increasing the overall smoothness of the output...github.com