We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 }
Result::unwrap()
Err
Anyone got any suggestions on what might be wrong here? svt-av1 works just fine.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Fix x265 target quality
53f3659
Closes master-of-zen#907
Successfully merging a pull request may close this issue.
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 anErr
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 pipeLast 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.
The text was updated successfully, but these errors were encountered: