I normally use:
to extract a dts-hd-ma and a mpeg-4 avc video stream.Code:ffmpeg -y -threads 8 -playlist 2 -i bluray:"H:/TestClips&Co/BluRay/BD_Demo/x264 BR-Demo" -vcodec copy -map_metadata -1 -metadata handler_name="Hybrid 2013.11.1.1" -vbsf h264_mp4toannexb -f h264 "H:\Output\Blu-ray_13_40_40_1410_02.264" -acodec copy -map_metadata -1 -metadata handler_name="Hybrid 2013.11.1.1" "H:\Output\iId_1_aid_4352_lang_eng_13_40_40_1410_01.dts"
With ffmpeg version <= 2.0.2 (32bit, 64bit) this works fine, problem is that if I use any newer ffmpeg version I get:
a. tons of warnings and error during the extraction
b. the output streams are broken
all newer versions output tons of:
and[dca @ 04928ba0] Not a valid DCA frame
[h264 @ 049282e0] non-existing PPS referenced
[h264 @ 049282e0] non-existing PPS 0 referenced
[h264 @ 049282e0] decode_slice_header error
[h264 @ 049282e0] non-existing PPS 0 referenced
[h264 @ 049282e0] decode_slice_header error
[h264 @ 049282e0] non-existing PPS 0 referenced
[h264 @ 049282e0] decode_slice_header error
[h264 @ 049282e0] non-existing PPS 0 referenced
[h264 @ 049282e0] decode_slice_header error
[h264 @ 049282e0] no frame!
I also compiled latest ffmpeg with libbluray 0.2.3 to check if this is a libbluray issue -> it is not, same problem happens with older libbluray versions.[NULL @ 05351020] Packet header is not contained in global extradata, corrupted stream or invalid MP4/AVCC bitstream
Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec copy: Invalid argument
-> Did I miss something?
Do I have to use some special flags/option to extract the audio and video with latest ffmpeg builds from mpls input or is every ffmpeg version after 2.0.2 simply broken in this regard?
Cu Selur
Ps.: also posted in zeranoes forum.
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 1 of 1
			
		Similar Threads
- 
  VDub & AviSynth: Errors with ffmpeg and VBR audio streamsBy klischee in forum Software PlayingReplies: 8Last Post: 20th Aug 2011, 20:13
- 
  MiniDV Video & Audio Problem - Corrupted, Detiriorated, Missing AudioBy 4truce in forum Capturing and VCRReplies: 14Last Post: 4th Aug 2011, 07:36
- 
  Audio & Video Conerting problemBy halfpiint in forum Newbie / General discussionsReplies: 6Last Post: 10th Jul 2011, 23:13
- 
  ffmpeg & jwplayer .mp4 problemBy mehmedean in forum Video ConversionReplies: 2Last Post: 30th Jan 2011, 12:02
- 
  Mencoder // ffmpeg flv file Audio-video sync problemBy krishnareddy in forum ffmpegX general discussionReplies: 5Last Post: 26th Apr 2009, 10:13


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 Visit Homepage
				Visit Homepage
			 
 
			
			
 Quote
 Quote