Page 1 of 1

Transcode mjpeg into mpeg2

Posted: 01 Feb 2010 19:42
by michaeldjcox

Code: Select all

"C:\Program Files\VideoLAN\VLC\vlc.exe" "http://nembiz.dyndns.org:9090/img/video.mjpeg" --sout="#transcode{vcodec=mp2v,vb=800,fps=30,scale=1,width=720,height=576,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=file,mux=ps,dst='output.mpg'}}" -I rc --rc-host=localhost:5001 --rc-quiet
Why isn't the resulting mpeg file one that can be opened and continously played by another app while it is being streamed?

The above works fine for other types of input stream.

Grateful for any pointers

Michael