Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x265 issue, problem with muxing #907

Open
raysv opened this issue Jan 14, 2025 · 1 comment · May be fixed by #923
Open

x265 issue, problem with muxing #907

raysv opened this issue Jan 14, 2025 · 1 comment · May be fixed by #923

Comments

@raysv
Copy link

raysv commented Jan 14, 2025

Hi,
Trying to do some 265 encodes with 0.4.4.

However running into this problem:

thread '' panicked at /home/raysv/.cargo/registry/src/index.crates.io-6f17d22bba15001f/av1an-core-0.4.4/src/broker.rs:172:49:
called Result::unwrap() on an Err value: EncoderCrash { exit_status: ExitStatus(unix_wait_status(256)), stdout: , stderr: , source_pipe_stderr: [vost#0:0/wrapped_avframe @ 0x5566be4c0a40] Error submitting a packet to the muxer: Broken pipe
Last message repeated 1 times
[out#0/yuv4mpegpipe @ 0x5566be4c02c0] Error muxing a packet
[out#0/yuv4mpegpipe @ 0x5566be4c02c0] Task finished with error code: -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 0x5566be4c02c0] Terminating thread with return code -32 (Broken pipe)
[out#0/yuv4mpegpipe @ 0x5566be4c02c0] Error writing trailer: Broken pipe
[out#0/yuv4mpegpipe @ 0x5566be4c02c0] Error closing file: Broken pipe
, ffmpeg_pipe_stderr: None }

Anyone got any suggestions on what might be wrong here? svt-av1 works just fine.

@SwareJonge
Copy link

Looks like no inputs are mapped for x265 in target quality mode, haven't tested if adding it fixes it.
See encoder.rs at line 753 and 794

@shssoichiro shssoichiro marked this as a duplicate of #921 Feb 9, 2025
shssoichiro added a commit to shssoichiro/Av1an that referenced this issue Feb 9, 2025
@shssoichiro shssoichiro linked a pull request Feb 9, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants