Yuv420p: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 October 2023

  • curprev 23:3523:35, 19 October 2023Chili b talk contribs 472 bytes +472 Created page with "'''yuv420p''' is a colour encoding used by many video codecs. It is notable because it has a good chance of being playable by web browsers. Sometimes, I get a video file off my camera and it just won't play in the browser no matter how I re-encode it. The solution is usually that the pixel format is something the browser doesn't understand. There are many that might work, but it's very easy to just pass <code>-pix_fmt yuv420p</code> to FFMPEG on the command line."