Archived:VLC-V4L: Difference between revisions

From LinuxTVWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
==Guides==
Cf. VLC's [http://wiki.videolan.org/index.php/How_to_Create_a_DVD How to Create a DVD].

* VLC's [http://wiki.videolan.org/index.php/How_to_Create_a_DVD How to Create a DVD]
* [http://www.videolan.org/streaming/features.html Permitted combinations]
* [http://wiki.videolan.org/index.php/Codec Codec names]


It is also possible to record to x264 with VLC, using something like this:
It is also possible to record to x264 with VLC, using something like this:
Line 8: Line 12:
:std{access=file,mux=ts,dst=$DIR/$FIL.mpg}" aspect-ratio "4:3" -I dummy
:std{access=file,mux=ts,dst=$DIR/$FIL.mpg}" aspect-ratio "4:3" -I dummy


This should work -- though note that vlc uses alsactl to find sound devices, so oss devices may not work.
Note that vlc uses alsactl to find sound devices, so oss devices may not work.

Revision as of 05:38, 29 March 2006

Guides

It is also possible to record to x264 with VLC, using something like this:

vlc v4l:/dev/video$DEV:norm=ntsc:frequency=77250:size=640x480:channel=5:\
adev=/dev/dsp$DEV:samplerate=32000:audio=0:stop-time=$TIM \
--sout "#transcode{vcodec=h264,fps=29.97,acodec=mp3}\
:std{access=file,mux=ts,dst=$DIR/$FIL.mpg}" aspect-ratio "4:3" -I dummy

Note that vlc uses alsactl to find sound devices, so oss devices may not work.