I have two avi-files connected by the following:
Code: Select all
"C:\program files (x86)\VideoLan\VLC\vlc.exe" ^
-I dummy -vvv "20030419_DV.avi" "20030420_DV.avi" ^
--sout "#gather:std{access=file,mux=avi,dst=20030419c_DV.avi}" --sout-keep ^
vlc://quit
The wiki gives me the recommendation for
Code: Select all
--avi-index=1
My experiments have resulted in no better outfile.
Thanks