[FFmpeg-user] Can't pass bit depth to x265 from ffmpeg

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Feb 15 09:53:31 CET 2016


Jim Worrall <coniophora <at> gmail.com> writes:

> ffmpeg -i in.mkv -c:v libx265 -x265-params output-depth=10 out.mkv

Please test:
ffmpeg -i in.mkv -c:v libx265 -pix_fmt yuv420p10 out.mkv

Carl Eugen



More information about the ffmpeg-user mailing list