View Single Post
Old 6th October 2020, 08:24   #2  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,277
Quote:
ffmpeg can automatically detect pixel format from input file. so -pix_fmt "pixel format (yuv420p etc)" input option isn't needed unless input is rawvideo...
.. or you want/need a color conversion

Quote:
ffmpeg -h encoder=libx265 2>/dev/null | grep pixel
that lists the pixel formats supported by libx265 not the pixel formats supported by ffmpeg to get those use:
Code:
ffmpeg -pix_fmts
Cu Selur
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote