Skip to content

Unable to complete any videos even the demo Exception: FFmpeg error in audio_video.py", line 175, in combine_and_concatenate_video_with_audio_tracks raise Exception(f"FFmpeg error: {e.stderr}") #83

@zillabunny

Description

@zillabunny

I get the following error:
Traceback (most recent call last):
File "C:\pinokio\api\wan.git\app\shared\utils\audio_video.py", line 173, in combine_and_concatenate_video_with_audio_tracks
subprocess.run(cmd, check=True, capture_output=True, text=True)
File "C:\pinokio\bin\miniconda\lib\subprocess.py", line 526, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['ffmpeg', '-y', '-i', 'outputs\2026-01-20-14h11m31s_seed484052950_A warm sunny backyard. The camera starts in a tigh_tmp.mp4', '-i', 'outputs\tmp2026-01-20-14h11m31s.wav', '-filter_complex', '[1:a]apad=pad_dur=100[aout0]', '-map', '0:v', '-map', '[aout0]', '-c:v', 'copy', '-c:a', 'aac', '-b:a', '128k', '-ar', '24000', '-ac', '1', '-shortest', 'outputs\2026-01-20-14h11m31s_seed484052950_A warm sunny backyard. The camera starts in a tigh.mp4']' returned non-zero exit status 3221225785.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\pinokio\api\wan.git\app\wgp.py", line 6612, in generate_video_error_handler
generate_video(task, send_cmd, plugin_data=plugin_data, **params)
File "C:\pinokio\api\wan.git\app\wgp.py", line 6332, in generate_video
combine_and_concatenate_video_with_audio_tracks(
File "C:\pinokio\api\wan.git\app\shared\utils\audio_video.py", line 175, in combine_and_concatenate_video_with_audio_tracks
raise Exception(f"FFmpeg error: {e.stderr}")
Exception: FFmpeg error:

hopefully this is just a misconfiguration of my environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions