I can successfully transcode it and save it using the following command:
Code: Select all
cvlc --no-audio v4l2:///dev/video0:width=640:height=480:chroma=mjpg:fps=25 --sout "#transcode{vcodec=mp1v,vb=1024,width=640,height=480}:standard{access=file,mux=mpeg1,dst='my_test_file.mpg'}"
Code: Select all
cvlc --no-audio v4l2:///dev/video0:width=640:height=480:chroma=mjpg:fps=25 --sout "#duplicate{dst=display, dst={transcode{vcodec=mp1v,vb=1024,width=640,height=480}:standard{access=file,mux=mpeg1,dst='my_test_file.mpg'}}"
Code: Select all
stream_out_transcode stream out debug: late picture skipped
avcodec decoder warning: cannot decode one frame
I'm using VLC 1.1.3 on Slackware 13.1