I'm a tad confused and am looking for assistance in a couple of things.
I googled for a couple of hours, found a plethora of semi-conflicting information,
and am still not much clearer on what FFMPEG commandline switches to use to
convert (re-encode) a 4K HDR webm video,
eg vp9.2 (and other similar samples in various formats from across the web)
into
1. an mp4 container as h.264/HDR(10-bit)/4k, presmably profile main10 and level 5.1
2. an mkv container as h.264/HDR(10-bit)/4k, presmably profile main10 and level 5.1
as well
3. an mp4 container as hevc/HDR(10-bit)/4k similar to 1 and 2
4. an mkv container as hevc/HDR(10-bit)/4k similar to 1 and 2
I'd prefer to use ffmpeg rather than x264 and x265 if possible.
Any example FFMPEG commandlines and/or link(s) would be very greatly appreciated.
I've seen something similar to this proposed on the web for hevc although I'm yet to give it a try
Code:ffmpeg -input-depth 10 -pix_fmt yuv420p10le -i input.vp9.2.webm -an -c:v libx265 \ -x265-params "colorprim=bt2020:transfer=smpte-st-2084:colormatrix=bt2020nc:master-display=G(13250,34500)B(7500,3000)R(34000,16000)WP(15635,16450)L(10000000,10):max-cll=0,0:hdr" \ -profile:v main10 -level:v 5.1 -crf 15 output.mp4
+ Reply to Thread
Results 1 to 3 of 3
-
-
H264 cannot encode to HDR. Only HEVC can encode to HDR.
For H264, the best you'll get with 10bit is i444.
Similar Threads
-
How do I use FFmpeg to convert H.264/AAC to H.263/MP3 in .MP4 container?
By Gary_G in forum Video ConversionReplies: 18Last Post: 25th Dec 2016, 16:40 -
MP4 video files on DVD, keeping bit rate above source
By Much2Learn in forum Authoring (DVD)Replies: 8Last Post: 25th Jan 2016, 21:23 -
How Can I convert a 24-bit W64 to 16-bit FLAC?
By eddman in forum Newbie / General discussionsReplies: 13Last Post: 27th Feb 2015, 10:36 -
Help with 1080P 10-Bit Flac to mp4 conversion
By PolarWindzTranscode in forum Video ConversionReplies: 4Last Post: 30th Dec 2013, 18:52 -
Convert 10-Bit MKV to 8-Bit
By wingfat in forum Video ConversionReplies: 8Last Post: 2nd May 2013, 20:44