Error embedding final dub
Traceback (most recent call last):
File "/Users/nanj/pyvideotrans/videotrans/util/help_ffmpeg.py", line 261, in runffmpeg
subprocess.run(File "/Users/nanj/.local/share/uv/python/cpython-3.10.19-macos-aarch64-none/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-ignore_unknown', '-threads', '0', '-y', '-progress', 'compose1775055474.298529.txt', '-i', 'novoice.mp4', '-i', 'origin_audio.m4a', '-map', '0:v', '-map', '1:a', '-c:v', 'hevc_videotoolbox', '-c:a', 'copy', '-vf', "subtitles=filename='end.ass'", '-movflags', '+faststart', '-q:v', '58', '-t', '70.433000', 'laste_target.mp4']' returned non-zero exit status 8.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/nanj/pyvideotrans/videotrans/util/help_ffmpeg.py", line 261, in runffmpeg
subprocess.run(File "/Users/nanj/.local/share/uv/python/cpython-3.10.19-macos-aarch64-none/lib/python3.10/subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-ignore_unknown', '-threads', '0', '-y', '-progress', 'compose1775055474.298529.txt', '-i', 'novoice.mp4', '-i', 'origin_audio.m4a', '-map', '0:v', '-map', '1:a', '-c:v', 'libx265', '-c:a', 'copy', '-vf', "subtitles=filename='end.ass'", '-movflags', '+faststart', '-crf', '23', '-preset', 'veryfast', '-t', '70.433000', 'laste_target.mp4']' returned non-zero exit status 8.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/nanj/pyvideotrans/videotrans/task/trans_create.py", line 1548, in _join_video_audio_srt
tools.runffmpeg(cmd, cmd_dir=self.cfg.cache_folder, force_cpu=False)File "/Users/nanj/pyvideotrans/videotrans/util/help_ffmpeg.py", line 302, in runffmpeg
return runffmpeg(fallback_args, noextname=noextname, uuid=uuid, force_cpu=True,cmd_dir=cmd_dir)File "/Users/nanj/pyvideotrans/videotrans/util/help_ffmpeg.py", line 307, in runffmpeg
raise RuntimeError(err)RuntimeError: opening output file laste_target.mp4. opening output files: Filter not found
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/nanj/pyvideotrans/videotrans/task/_only_one.py", line 120, in run
trk.assembling()File "/Users/nanj/pyvideotrans/videotrans/task/trans_create.py", line 802, in assembling
self._join_video_audio_srt()File "/Users/nanj/pyvideotrans/videotrans/task/trans_create.py", line 1551, in _join_video_audio_srt
raise RuntimeError(msg)RuntimeError: Error embedding final dub
=
system:macOS-15.7.4-arm64-arm-64bit
version:v3.98
frozen:False
language:en
root_dir:/Users/nanj/pyvideotrans
Python: 3.10.19 (main, Feb 12 2026, 00:36:33) [Clang 21.1.4 ]