Page 1 of 1

Problem in fps definition

Posted: 30 Jul 2010 18:08
by r_ruivo
Dear all,
I need to set up to have two VLC strems with a different frame rate.
For that I am doing the following:

vlc -vvv -I dummy --noaudio v4l2:///dev/video1:fps=25 --sout '#duplicate{
dst="transcode{vcodec=DIV3,vb=512,fps=5,deinterlace}:standard{access=mmsh,mux=asfh,dst=:8001/CAM}",
dst="transcode{vcodec=DIV3,vb=512,fps=15,deinterlace}:standard{access=mmsh,mux=asfh,dst=:8002/CAM}"}'

However with the previous setting the resulting video stream is always with a frame rate of 25. What am I doing wrong?

Thanks in advanced.

Best gerads
Ricardo Ruivo