I have something like below, but I know the syntax is not right:
Code: Select all
:sout=#transcode{vcodec=h264,vb=700,width=480,height=272,fps=25,venc=x264,acodec=noaudio}:duplicate{dst=std{access=file,mux=raw,dst="D:\Test\DISCOVERYCHANNEL.264"}}
EDIT:
A more general question, what is the vlc commandline to demux a .avi in two raw files for audio and video?