Chupacabras
21st December 2007, 13:18
I have some movie in .ts format (playback is flawless).
Video is MPEG2, audio is DTS. It has 26GB so I'd like to convert it into x264 and AC3.
I have no problems with decoding and recoding video, but problems are with audio.
Some of demuxing applications (dgindex, projectx, bbdemux, tsremux) are not able to demux that DTS audio stream. Then I used mencoder to demux it:
mplayer -dumpaudio -dumpfile x:\audio.dts x:\movie.ts
mencoder -ovc copy -oac copy -audiofile x:\audio.dts -o x:\avi_out.avi x:\avi_only.avi
(avi_only.avi has video stream only, it is original video converted from MPEG2 to x264)
But every player shows that movie is 3 times longer, playback is like fastforward, audio is jumpy like the video.
How to convert or use that DTS stream?
Video is MPEG2, audio is DTS. It has 26GB so I'd like to convert it into x264 and AC3.
I have no problems with decoding and recoding video, but problems are with audio.
Some of demuxing applications (dgindex, projectx, bbdemux, tsremux) are not able to demux that DTS audio stream. Then I used mencoder to demux it:
mplayer -dumpaudio -dumpfile x:\audio.dts x:\movie.ts
mencoder -ovc copy -oac copy -audiofile x:\audio.dts -o x:\avi_out.avi x:\avi_only.avi
(avi_only.avi has video stream only, it is original video converted from MPEG2 to x264)
But every player shows that movie is 3 times longer, playback is like fastforward, audio is jumpy like the video.
How to convert or use that DTS stream?