Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques Encoding 4:4:4 in h264/h265

  • Encoding 4:4:4 in h264/h265

    Posted by Jonas Jensen on December 1, 2016 at 2:05 pm

    I’ve been trying for a while now to find a good solution for making high-quality video files, for local playback, to display detailed motion graphics. Basically I end up with problems everywhere because of the sampling rate. Almost all available formats will deliver in 4:2:2 which is not good enough for my purposes.
    So as I understand it, 4:4:4 encoding should be possible in H264, but I can’t find a solution for doing it.
    Will FFmpeg do it? And if so, could someone point me in the direction of the correct command?

    Chris Oram replied 9 years, 4 months ago 3 Members · 3 Replies
  • 3 Replies
  • Icaro Lobo

    December 13, 2016 at 11:36 pm

    I was looking for the same thing and tried several ffmpeg GUI. The only one I could render 4:4:4 h264 was myffmpeg.

  • Icaro Lobo

    December 13, 2016 at 11:40 pm

    Also this: https://www.youtube.com/watch?v=AGvryaRGSK0
    But it is command-line.

    Some contents or functionalities here are not available due to your cookie preferences!

    This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.

  • Chris Oram

    December 22, 2016 at 2:43 pm

    the x264 profile command for this in ffmpeg is fairly straight forward to implement off of CLI – it is;

    -profile:v high444

    You will of course need to set your bit rates max/min and presets as desired but this profile setting will output a h.264 at 4:4:4.

    -Chris Oram

    https://antiversal.com
    Technology, Design and Development for Moving Image Creators

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy