ffmpeg - Which pixel format for web mp4 video? -


i have create video in mp4 format, , seems can encode different pixel formats yuv420p, yuv422p, yuvj422p. 1 should use maximize compatibility browsers/players?

yuv420p

you can use -pix_fmt yuv420p or -vf format=yuv420p make sure output uses pixel format (assuming you're outputting h.264 video).


Comments

Popular posts from this blog

java - SSE Emitter : Manage timeouts and complete() -

Voice chat over bluetooth between Android & Python (pybluez) -

Integrate jquery-globalize into an ASP.NET Core MVC App -