Hi guys, I backing up my Blu-rays at the moment. I want every MKV to have a german and english audio stream in it. But I have some trouble with some german DTS streams. For example the german audio stream of X-Men: Wolverine or Miami Vice or Hitman is longer then the original video file, the english streams are correct demuxed. I use tsMuxer 1.10.6 and with most of my BDs I have no problems, but with some of them I get a german audio stream which is between 30 seconds and 3 minutes longer then my video stream. What do I do wrong or is the blame on tsMuxer?
+ Reply to Thread
Results 1 to 6 of 6
-
-
I didn't came along with the eac3to gui, so i searched for command lines and I found this:
@echo off
set pathToEac=m:\eac3to\
set pathToMovie=P:\
%pathToEac%eac3to.exe "%pathToMovie%"
SET /P Playlist="Type Playlist (eg 1) And Press Enter "
If not "%Playlist%"=="" Set Playlist=%Playlist:~0,1%
echo Entered %Playlist%)
%pathToEac%eac3to.exe "%pathToMovie%" %Playlist%) -demux
if exist *.gaps %pathToEac%eac3to.exe "%pathToMovie%" %Playlist%) -demux
if NOT exist *.gaps echo "No Gaps Found"
for %%A in (*german*.dts*) do %pathToEac%eac3to.exe "%%A" "%%A".AC3
if NOT exist *german*.dts* echo "No German DTS Found"
pause
This works, at the end I have a audio stream which has the correct lenth, but why isn't it possible to create a DTS audio stream with the correct length and only a AC3 which has lower bitrate?
Similar Threads
-
muxing .264 stream to .mkv, or to .mp4 first, an then to .mkv ?
By codemaster in forum Video ConversionReplies: 2Last Post: 20th Sep 2011, 20:50 -
mkv-dts to mkv-ac3 5.1
By nicknack74 in forum AudioReplies: 13Last Post: 24th Jul 2011, 12:59 -
How i can convert dts-es to dts-core from one mkv file?
By fits79 in forum Video ConversionReplies: 3Last Post: 11th Jun 2011, 21:24 -
Convert MKV with DTS in MKV with Mp3
By logoorange in forum Newbie / General discussionsReplies: 2Last Post: 22nd Nov 2010, 15:10 -
Clicks in DTS audio stream in MKV file
By MisterB42 in forum AudioReplies: 0Last Post: 23rd Aug 2007, 17:25