#5855 Merge Error Error embedding final dubopening input: Invalid data found when processing input opening input file novoice.

181.80* Posted at: 1 hour ago

Merge Error Error embedding final dubopening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing input
Traceback (most recent call last):

File "videotrans\util\_ffmpeg_runner.py", line 49, in runffmpeg

File "subprocess.py", line 526, in run

subprocess.CalledProcessError: Command '['ffmpeg', '-hide_banner', '-nostdin', '-ignore_unknown', '-threads', '0', '-y', '-progress', 'compose1784134564.9403174.txt', '-i', 'novoice.mp4', '-i', 'will_embed.m4a', '-map', '0:v', '-map', '1:a', '-c:v', 'copy', '-c:a', 'copy', '-movflags', '+faststart', '-shortest', 'laste_target.mp4']' returned non-zero exit status 3199971767.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "videotrans\task\_stage_assemble.py", line 233, in _join_video_audio_srt

File "videotrans\util\_ffmpeg_runner.py", line 78, in runffmpeg

videotrans.configure.excepts.FFmpegError: opening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing input

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "videotrans\task\job.py", line 35, in run

File "videotrans\task\job.py", line 195, in process_task

File "videotrans\task\_stage_assemble.py", line 26, in assembling

File "videotrans\task\_stage_assemble.py", line 280, in _join_video_audio_srt

videotrans.configure.excepts.VideoTransError: Error embedding final dubopening input: Invalid data found when processing input opening input file novoice.mp4. opening input files: Invalid data found when processing input
cfg=[TaskCfgVTT]当前工作模式: 翻译视频或音频 批量翻译模式
原始输入文件名: E:/CURSOS 2026/Certified Lead Auditor ISO 42001 Artificial Intelligence AI/1 - Introduction/1 -Introduction.mp4,
输出结果保存到文件夹: E:/CURSOS 2026/Certified Lead Auditor ISO 42001 Artificial Intelligence AI/DOBLADO/1 -Introduction-mp4,
临时文件夹: C:/pyvideotrans/tmp/6504/2ba3a47a71
未选 清理已存在
已选 启用CUDA加速
未选 降噪
ASR Channel:faster-whisper(LocalBuilt-in), model_name: large-v3-turbo, 发音语言: English, 断句方式:默认断句
Trans Channel:Google (Free),原始语言:English,目标语言:Spanish, 未选 Send SRT
Dubb Channel:Edge-TTS(Free), 角色:Victor(Male/PR), 配音语言:Spanish, 未选 二次语音识别
音量:+0%, 语速:+0%, 已选 音频加速, 未选 视频慢速
字幕: No Subs
代理地址:


=
system:Windows-10-10.0.19045-SP0
version:v4.05
frozen:True
language:en
root_dir:C:/pyvideotrans

1 Replies

The error "Invalid data found when processing input" during final assembly indicates FFmpeg cannot read the novoice.mp4 file (the video stream extracted earlier). This is most likely caused by special characters in the file path (spaces, numbers, hyphens, and long directory names).

Solutions:

  1. Move your project to a simple ASCII-only path

    • Move all input videos and the software folder itself to a location without spaces or special characters, e.g.
      D:\videos\input.mp4
      D:\pyvideotrans
    • Change the output folder (click Output to..) to a simple path like D:\output\.
  2. Delete the corrupted cache and retry

    • Delete the output folder DOBLADO and the tmp folder for this task.
    • On the main interface, check "Clear Generated" to force re‑creation of all intermediate files.
    • Start the task again.
  3. Ensure sufficient free space on C:

    • The temporary folder is C:/pyvideotrans/tmp/…. Check that drive C has at least 10 GB free.
    • If disk is full, delete old tmp content or change TEMP_DIR environment variable.
  4. Pre‑convert the video to standard MP4/H.264

    • Use a tool like HandBrake to re‑encode the video to H.264 + AAC in an .mp4 container, then retry.

If the issue persists after these steps, please provide the full logs from logs/ folder (last ~30 lines) for further analysis.

Please refer to related documentation:

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Dondate via ko-fi.com

Dondate via PayPal

Related resource