this post was submitted on 23 Jun 2023
3 points (100.0% liked)

AV1

516 readers
1 users here now

Community for AV1 video codec

founded 1 year ago
MODERATORS
 

I've been using this command for running rav1e encoder:

ffmpeg -i test.mkv -pix_fmt yuv420p -f yuv4mpegpipe - | rav1e - --first-pass --quantizer 100 --speed 10 --tiles 8 --tune Psychovisual --second-pass --quantizer 100 --speed 10 --tiles 8 --tune Psychovisual --output output.ivf

But all it does is give this error:

av_interleaved_write_frame(): Invalid argument Last message repeated 3 times Error writing trailer of pipe:: Invalid argument

Does anyone know the correct syntax for two pass encode in rav1e?

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here