Can input be piped? #3419
Unanswered
Ruttie2006
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have some large video files, and from what I understand rav1e only supports uncompressed video files.
Therefore I want to decode and encode on the fly using
ffmpeg -i input.mkv -an -pix_fmt yuv420p -f yuv4mpegpipe | rav1e - -o output.av1(exact rav1e command may vary).Does rav1e support this, or is a file required?
Beta Was this translation helpful? Give feedback.
All reactions