[FFmpeg-devel] Issue with Capture between SVN -r8222 and SVN -r8634

Luca Abeni lucabe72
Thu May 17 13:10:15 CEST 2007


Hi,

Mike Martin wrote:
[...]
> As undocumented by beginning would it be
> 
> Ffmpeg -tvstd -f video4linux2 -i /dev/video0 etc
As per ffmpeg's manual, "-tvstd" wants a parameter:
 > `-tvstd standard'
 >    Set television standard (NTSC, PAL (SECAM)).
So, try
./ffmpeg -tvstd PAL -f video4linux2 -i /dev/video0 ...
(instead of "PAL", use the name of the video standard you want to set. 
It must be a video standard name recognised by the v4l2 driver)


				Luca




More information about the ffmpeg-devel mailing list