Page 1 of 1
is there a mux to combine audio and video files in vlc?
Posted: 25 Jan 2007 01:40
by harishankar
can anyone tell me if there is any mux program in vlc to mix audio and video files to make a single playable file. if there is can you direct me to that part in source code
thanks
hari
Posted: 25 Jan 2007 11:32
by wser
try PS or TS one of these has to work out your project.
regards
WSER
Posted: 26 Jan 2007 13:47
by wser
try to follow your old question too, i do have the same problem, it does not matter in what you stream or play or store.
Kindly Regards
WSER
Posted: 26 Jan 2007 22:52
by dionoea
This sometimes works:
Code: Select all
vlc <first file> --input-slave <second file> --sout '#std{access=file,mux=<something>,dst=filename.<ext>}'