View Single Post
Old 5th October 2020, 09:43   #18  |  Link
excellentswordfight
Lost my old account :(
 
Join Date: Jul 2017
Posts: 322
Quote:
Originally Posted by H2sixty View Post
what is ffmpeg command to pipe a mkv/mp4 file into x265 in realtime as a yuv?
x265 only likes yuv
Code:
"ffmpeg.exe" -i "input" -f yuv4mpegpipe -strict -1 - | "x265.exe"
In some scenarios you will need to change the format before piping (-pix_fmt)
excellentswordfight is offline   Reply With Quote