Hi,
I plan on running a bunch of test encodes using the various Netflix digital cinema sources, such as Meridian, but decoding jpeg2000 dcp files in real time on consumer grade hardware is not possible, it requires specialized MIPS chips, as far as I know.
As a result each test encode takes forever, as the cpu is tasked with both decoding the mxf file and encoding with aggressive settings.
Conversely, doing test encodes with the y4m version of ToS flies, as the cpu only has to encode.
So, how can I convert these files to y4m?
I think ffmpeg does it, but the I'm not quite sure about the sample command samples I have found online.
+ Reply to Thread
Results 1 to 2 of 2
-
-
but decoding jpeg2000 dcp files in real time on consumer grade hardware is not possible,
So, how can I convert these files to y4m?
Assuming your source is 4:4:4 12bit pc luma range, you could use:
Code:ffmpeg -y -noautorotate -nostdin -i "G:\tos_version_05\tos_picture.mxf" -vf scale=in_range=pc:out_range=pc -sws_flags accurate_rnd+full_chroma_inp -strict -1 -pix_fmt yuv444p12le -an -sn "g:\Test.y4m"
Cu Selurusers currently on my ignore list: deadrats, Stears555, marcorocchini
Similar Threads
-
I want to screen a movie (all around DCP) - need some recommendations
By Oripot in forum Newbie / General discussionsReplies: 6Last Post: 8th Jul 2021, 16:55 -
MXF IBBP To MXF I frame only
By zahoor in forum Video ConversionReplies: 3Last Post: 27th Feb 2021, 13:54 -
Is any one able to playback JPEG2000 smoothly?
By sophisticles in forum Newbie / General discussionsReplies: 0Last Post: 26th Dec 2020, 13:01 -
Need help converting RAW YUV to Y4M
By sophisticles in forum Video ConversionReplies: 1Last Post: 22nd Oct 2020, 09:27 -
DVDStyler no audio w/ MXF files
By click_one in forum Authoring (DVD)Replies: 2Last Post: 12th Aug 2019, 13:28