View Single Post
Old 4th February 2009, 19:37   #8145  |  Link
pihug12
Registered User
 
Join Date: Dec 2008
Location: Toulouse (France)
Posts: 24
I try to make a batch file to convert DTS sounds in MKV to AC3 640kbit/s.
Code:
mkdir temp
cd temp
..\eac3to.exe ..\%Input% -demux
..\eac3to.exe *.dts *.ac3 -640
..\eac3to.exe *.h264+*.ac3 %Output%
The demux works fine but then I get :
Code:
Source file "*.dts" not found.
Source file "*.h264" not found.
I think I cannot use the * character. How can I make that ?

___________

Why can't I demux a MKV file in an another output folder (ex: eac3to.exe video.mkv temp -demux) ?
Quote:
C:\Documents and Settings\User\Desktop\eac3to>eac3to.exe video.mkv temp -demux
MKV, 1 video track, 2 audio tracks, 2 subtitle tracks, 1:38:42, 23.975p
1: V_MPEG4/ISO/AVC, English, 1280x528p (80:33)
2: DTS-ES, English, 5.1 channels, 24 bits, 1509kbps, 48khz
"DTS"
3: AC3 EX, French, 5.1 channels, 640kbps, 48khz
"AC3 5.1"
4: S_TEXT/UTF8, French
5: S_TEXT/UTF8, French
Track 2 is used for destination file "temp".
This audio conversion is not supported.
pihug12
pihug12 is offline