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
			
		- 
	
- 
	At least entry level hardware won't work, since jpege2000 will be decoded by the cpu.but decoding jpeg2000 dcp files in real time on consumer grade hardware is not possible,
 
 You are aware that y4m is raw video, thus the output will be even larger than your jpeg2000 files, right?So, how can I convert these files to y4m?
 Assuming your source is 4:4:4 12bit pc luma range, you could use:
 Side note: if you want to do encoding tests you might want to convert to something that can be decoded by your gpu/vpu instead of raw video.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 recommendationsBy Oripot in forum Newbie / General discussionsReplies: 6Last Post: 8th Jul 2021, 17:55
- 
  MXF IBBP To MXF I frame onlyBy zahoor in forum Video ConversionReplies: 3Last Post: 27th Feb 2021, 14:54
- 
  Is any one able to playback JPEG2000 smoothly?By sophisticles in forum Newbie / General discussionsReplies: 0Last Post: 26th Dec 2020, 14:01
- 
  Need help converting RAW YUV to Y4MBy sophisticles in forum Video ConversionReplies: 1Last Post: 22nd Oct 2020, 10:27
- 
  DVDStyler no audio w/ MXF filesBy click_one in forum Authoring (DVD)Replies: 2Last Post: 12th Aug 2019, 14:28


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 
 
			
			

 Quote
 Quote Visit Homepage
				Visit Homepage