View Single Post
Old 15th August 2011, 12:58   #11176  |  Link
der_andi
Registered User
 
der_andi's Avatar
 
Join Date: Jul 2006
Posts: 26
Quote:
Originally Posted by nibus View Post
can you demux to a destination directory instead of the eac3to directory?
Yes, you can. Here's an example for demuxing a video stream from a blu-ray:
Code:
eac3to.exe F: 1) 2: C:\my\destination\directory\movie.mkv
That's the simplest way. But if you demux several streams at once, you have to type the path for every stream. That's a lot of work.
Instead, you could append the directory of eac3to.exe to the PATH environment variable. Then eac3to works from every directory, e.g. your desired destination directory. And you can specify filenames as you've been doing all along.
der_andi is offline