View Single Post
Old 18th August 2018, 20:40   #840  |  Link
TD-Linux
Registered User
 
Join Date: Aug 2015
Posts: 34
Yes it does - just use a "-" to indicate pipe. You can also output ivf via a pipe. For example:

ffmpeg -i file.webm -f yuv4mpegpipe - | rav1e - -o file.ivf
TD-Linux is offline   Reply With Quote