#6785 opening input: No such file or directory opening input file C:/Users/usuario/Downloads/tmp/14264/d554d841af/novoice.mp4.

62.174.**7 Posted at: 8 hours ago

opening input: No such file or directory opening input file C:/Users/usuario/Downloads/tmp/14264/d554d841af/novoice.mp4. opening input files: No such file or directory
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', '-i', 'C:/Users/usuario/Downloads/tmp/14264/d554d841af/novoice.mp4', '-i', 'C:/Users/usuario/Downloads/tmp/14264/d554d841af/target.wav', '-c:v', 'copy', '-c:a', 'copy', 'C:/Users/usuario/Downloads/tmp/14264/d554d841af/recogn2_tmp_video.mp4']' returned non-zero exit status 4294967294.

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

Traceback (most recent call last):
File "videotrans\task\only_one.py", line 148, in run
File "videotrans\util\_ffmpeg_runner.py", line 78, in runffmpeg
videotrans.configure.excepts.FFmpegError: opening input: No such file or directory opening input file C:/Users/usuario/Downloads/tmp/14264/d554d841af/novoice.mp4. opening input files: No such file or directory

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: E:/Descargas 4K Video Downloader/ICT Gems - ICT Teaches how to Scalp Every 1 Hour Candle Macros.m4a,
输出结果保存到文件夹: E:/Descargas 4K Video Downloader/_video_out/ICT Gems - ICT Teaches how to Scalp Every 1 Hour Candle Macros-m4a,
临时文件夹: C:/Users/usuario/Downloads/tmp/14264/d554d841af
已选 清理已存在
已启用CUDA加速
未选 降噪
STT Service:faster-whisper(Built-in), large-v3-turbo, 发音语言: English, 断句方式:默认断句
TranslateSrt:Microsoft Translate (Free),原始语言:English,目标语言:Spanish, 已选 SendSRT
TTS Service:ChatterBox(Built-in), 角色:clone, 配音语言:Spanish, 已选 二次语音识别
音量:+0%, 语速:+0%, 未选 音频加速, 未选 视频慢速
未选 移除字幕间空隙, 已选 强制对齐字幕和声音
字幕: No Subtitles


=
system:Windows-10-10.0.26200-SP0
version:v4.10
frozen:True
language:en
root_dir:C:/Users/usuario/Downloads

1 Replies

#1 DeepSeek reply at 8 hours ago

The ffmpeg process cannot find the expected intermediate file novoice.mp4 in the temporary folder because your source file is an audio-only .m4a file — there is no video stream from which novoice.mp4 (the "video without original voice" clip) can be generated. This is also aggravated by the extremely long filename with multiple consecutive spaces and hyphens (ICT Gems - ICT Teaches how to Scalp Every 1 Hour Candle Macros.m4a), which can break the ffmpeg command during the pipeline.

To fix this:

  1. Copy/convert your audio file to a short, simple path with no spaces or special characters, and give it a plain name, for example: D:\test.m4a.
  2. Re-import this file into the "翻译视频" panel and run the task again.
  3. If the input is truly audio-only and you need a video output, first convert it to a standard video file (e.g., mp4 with a still/black image) with a simple filename, then run the video translation. If you only need subtitle/audio results, use the "语音转录" or "文字配音" panel instead.
  4. Check the log file in logs/ for any earlier error mentioning novoice.mp4 during the preparation stage — that would confirm the source conversion step failed due to the obsolete file name/path.

Please refer to the related documentation:

Thinking...
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

Related resource