View Single Post
Old 11th September 2020, 19:25   #49  |  Link
huhn
Registered User
 
Join Date: Oct 2012
Posts: 7,903
does someone know how to use VT 709 for color conversation instead of bt 601 in ffmpeg?

these setting where used.
Code:
ffmpeg.exe -i DOTA2.mov -pix_fmt yuv420p -f yuv4mpegpipe - | x265.exe - --y4m --preset slower --pools "+,-" --keyint 240 --crf 18 --vbv-maxrate 5000 --vbv-bufsize 15000 -o DOTA2_CRF-18.hevc

ffmpeg.exe -i DOTA2.mov -pix_fmt yuv444p -f yuv4mpegpipe - | x265.exe - --y4m --profile main444-8 --preset slower --keyint 240 --crf 18 --vbv-maxrate 5000 --vbv-bufsize 15000 -o DOTA2_CRF-18-444.hevc
huhn is offline   Reply With Quote