I have two ASF files, which have the same encoding (they are clips extracted from the same movie). I would like to merge/concatenate them, but without the time and quality loss that comes from transcoding. Looking around on Google and searching the forum here, I've come up with the following command line:
"C:\Program Files\VideoLAN\vlc\vlc.exe" -vvv "F:\TV\Brainiac Science Abuse\Teachers\S01E03\intro.asf" "F:\TV\Brainiac Science Abuse\Teachers\S01E03\ConservationOfEnergy1.asf" --sout-keep --sout "gather{}:standard{access=file,mux=asf,dst=F:\TV\ConservationOfEnergyComplete.asf}" --sout-all
The first two filenames are the clips I would like to merge, and the dst filename is the output path I would like. So I put this in a .bat file, double-clicked it, and instead of the files being merged, the .bat window just opens a standard VLC window (as though there were no command line arguments), which confuses the heck out of me.
I'm on Windows XP Tablet PC Edition SP2, with VLC 0.8.6f. I've also tried 0.8.5, with the same results.
Sorry if I'm a n00b, I haven't used VLC's command line interface for anything before, nor am I particularly familiar with VLC at all. Anyone have a clue what I'm doing wrong? Thanks.