maybe there is a workaround using vlc to remux
See this thread and post #10
http://forum.doom9.org/showthread.php?t=157467
+ Reply to Thread
Results 31 to 35 of 35
-
-
-
Yes, I can play the original .TS file on Media Player HC
Re-quote
or he can video stream copy and use proper audio encoder (codec) available like dts or ac3 in ffmpeg and get a valid mkv with proper valid audio stream. something like ffmpeg -i input.ts -map 0:0 -vcodec copy -map 0:4 -acodec dts (or ac3) [audio encoder parameters] output.mkv
So I am out, seeing a qute bartender again, you can join me too!Last edited by enim; 27th Jun 2013 at 01:55.
-
Small correction instead of "-absf aac_adts2asc " like poisondeathray mentioned in post #30 you need to use "-absf aac_adtstoasc" if you want to extract latm encoded aac audio as normal aac audio.
Similar Threads
-
how to demux mkv file?
By shun in forum EditingReplies: 10Last Post: 24th Mar 2014, 07:31 -
demux avi, mkv file
By volam1 in forum EditingReplies: 19Last Post: 4th Oct 2013, 07:03 -
I have a .mpg file that I need to demux I want the audio..
By J Tinsby in forum Video ConversionReplies: 6Last Post: 23rd Jun 2011, 18:20 -
I want to demux an .mp4 file and convert to a microsoft dv .avi file
By Canon GL-2 Guy in forum Newbie / General discussionsReplies: 4Last Post: 13th Sep 2009, 21:42 -
demux karaoke iso file
By volam in forum EditingReplies: 0Last Post: 14th May 2009, 09:38