I created some MP4 files some time ago, with MeGUI. Created a .264 file with MeGUI and an AC3 file with Audacity, then muxed with the MP4 Muxer in MeGUI.
Trying to demux them with tsMuxer and I keep getting "Invalid H.264/AVC frame at position #######" errors. Not on all, but on a few. Why is this happening?
+ Reply to Thread
Results 1 to 8 of 8
-
-
Well, yeah. But if I wanted to extract the audio to an ac3 file as well? Is there a one-step way of doing that?
-
demux all streams mp4box. This is like "wildcard", so everything gets demuxed, including subs, attachments, etc.. You don't have to "guess" extension
MP4Box -raw * INPUT.mp4
or in ffmpeg use -map to specify streams . There is no "wildcard" in ffmpeg, but since you know you have AVC video ,and AC3 audio it should work
ffmpeg -i input.mp4 -map v:0 -c:v copy output.h264 -map a:0 -c:a copy output.ac3Last edited by poisondeathray; 9th Dec 2019 at 15:28.
Similar Threads
-
"ASF Header Object in Invalid"
By martinlest in forum Video ConversionReplies: 8Last Post: 15th Jul 2017, 08:39 -
Premiere Pro CC 2015 - "Step Forward 1 Frame" doesn't jump to next frame
By xyron in forum EditingReplies: 1Last Post: 30th Nov 2016, 09:05 -
"Invalid SRT format. "06B20BF0" is invalid timing info" error with tsMuxeR
By Jijital in forum Authoring (Blu-ray)Replies: 6Last Post: 3rd Feb 2016, 00:18 -
[SOLVED] "--ipratio" "--pbratio"+"--scenecut" "--minkeyint" / "--keyint
By Kdmeizk in forum Video ConversionReplies: 14Last Post: 21st Jun 2015, 07:21 -
tsMuxeR giving "Reading buffer overflow" error at 47.4%.
By hbenthow in forum Authoring (Blu-ray)Replies: 12Last Post: 8th Mar 2015, 13:59