I've got a .ts file on which I think there is about 32gb of mpeg2 video and 5gb DTS audio.
Can anyone suggest a good way to extract the contents into standard mpeg2/DTS files?
+ Reply to Thread
Results 1 to 11 of 11
-
-
ok thanks, it all worked great until the audio, where it gave me this error:
Code:--> AC-3/DTS Audio on PID 0x14 -> check CRC of AC-3 / MPEG-Audio L1,2 -> delete CRC in MPEG-Audio Layer1,2 -> add frames !> 15 PTSs discarded in stream stopped... !> an error has occured.. java.lang.OutOfMemoryError: Java heap space at net.sourceforge.dvb.projectx.parser.StreamProcessBase.loadTempOtherPts(StreamProcessBase.java:211) at net.sourceforge.dvb.projectx.parser.StreamProcessAudio.processAudio(StreamProcessAudio.java:343) at net.sourceforge.dvb.projectx.parser.StreamProcessAudio.processStream(StreamProcessAudio.java:151) at net.sourceforge.dvb.projectx.parser.StreamProcessAudio.<init>(StreamProcessAudio.java:84) at net.sourceforge.dvb.projectx.parser.StreamProcess.process(StreamProcess.java:83) at net.sourceforge.dvb.projectx.parser.StreamProcess.<init>(StreamProcess.java:61) at net.sourceforge.dvb.projectx.parser.StreamParserTS.demultiplexStreams(StreamParserTS.java:1282) at net.sourceforge.dvb.projectx.parser.StreamParserTS.parseStream(StreamParserTS.java:1200) at net.sourceforge.dvb.projectx.parser.StreamParser.parseStream(StreamParser.java:92) at net.sourceforge.dvb.projectx.parser.MainProcess.processCollection(MainProcess.java:958) at net.sourceforge.dvb.projectx.parser.MainProcess.startProcessing(MainProcess.java:368) at net.sourceforge.dvb.projectx.parser.MainProcess.run(MainProcess.java:151) -> we have 10 warnings/errors.
-
Does not mean that audio is unusable. If you have a non-linear video editor, open both files in and you will find that the timeline is exactly the same.
ProjectX strips out useless information and replaces bad packets, ie. its fixing the stream for you, so that it is useful and playable. -
Uh, ok, but the thing is that it only created me a .m2v video file and then stopped because of this error before making any audio file available. Which "both files" do you mean?
-
Ok, since it only created a video file then there were errors detected in your audio that it could not fix. Try a free software called MPEG2Repair. This app creates a whole new *.ts file and can fix errors in the stream. If that goes without a hitch, then open it in ProjectX and demux the newly created file.
-
I did use MPEG2Repair prior to demuxing it with projectx, and as far as i understood everything was fine with the .ts, even though it did make me an identical copy of it.
Maybe this error has got to do with projectx running out of memory or something?
Originally Posted by poisondeathray -
Actually, I can see now that it did create an .ac audio file, even though the log said that the process was stopped.
Anyway, these are the files I've got together with the ones made by TsMuxeR, is there any reason for me to prefer either one of these over the other?
ProjectX: 32gb .m2v / 5gb .ac
TsMuxeR: 32gb .mpv / 5gb .dts
Similar Threads
-
FCP MOV to x264 produces separate Audio and Video MP4 output files?
By skywriter in forum ffmpegX general discussionReplies: 3Last Post: 10th Feb 2010, 15:49 -
HELP! This is all new for me. Edit 2 separate minidv audio/video files.
By nexgraphics in forum Newbie / General discussionsReplies: 3Last Post: 17th Oct 2009, 09:45 -
converting format using separate video and audio files
By joshua4 in forum Video ConversionReplies: 4Last Post: 11th Jun 2008, 03:09 -
Extracting audio from video files (Other few questions)
By Mickz in forum Newbie / General discussionsReplies: 14Last Post: 25th Feb 2008, 14:47 -
All of a sudden separate audio & video files
By amigasteve in forum ffmpegX general discussionReplies: 6Last Post: 16th Dec 2007, 16:59