VLC media player: Difference between revisions
(Wikify.) |
|||
(5 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
VLC media player (originally VideoLAN Client, and often referred too simply as VLC) is the best known software from the [[VideoLAN]] project. VLC supports DVB and some analog devices in Linux. |
'''VLC media player''' (originally '''VideoLAN Client''', and often referred too simply as '''VLC''') is the best known software from the [[VideoLAN]] project. VLC supports DVB and some analog devices in Linux. |
||
== |
==Analog== |
||
Scroll down to the [http://www.videolan.org/doc/play-howto/en/ch03.html#id586832 Play from an acquisition card] section for instructions on setting up an analogue device. |
|||
===Example with an analog capture device=== |
|||
To record to x264 with VLC, use something like this: |
To record to x264 with VLC, use something like this: |
||
Line 10: | Line 13: | ||
:std{access=file,mux=ts,dst=output.mpg}" aspect-ratio "4:3" -I dummy |
:std{access=file,mux=ts,dst=output.mpg}" aspect-ratio "4:3" -I dummy |
||
Note that |
Note that VLC uses alsactl to find sound devices, so oss devices may not work. |
||
==DVB TV with VLC== |
==DVB TV with VLC== |
||
w_scan has an experimental option to create a vlc playlist which is probably the easiest method to view dvb streams with vlc. To create a playlist (-ft -terrestrial, -c DE Germany) and start viewing TV use |
|||
⚫ | |||
w_scan -ft -c DE -L >vlcchans.xspf |
|||
⚫ | |||
vlc vlcchans.xspf |
|||
⚫ | |||
Notice: |
|||
At http://www.melodax.de/code/ you can find a perl script to convert from channels.conf to a xml playlist (i.e. channel.xspf) for VLC. |
|||
⚫ | |||
The fastest way to change channels is to view the Playlist (View > Playlist or Ctrl+L) and select the required channel. |
The fastest way to change channels is to view the Playlist (View > Playlist or Ctrl+L) and select the required channel. |
||
Channel flickers can change channels with the "Previous media in the playlist" and "Next media in the playlist" buttons. |
Channel flickers can change channels with the "Previous media in the playlist" and "Next media in the playlist" buttons. |
||
====Electronic program guide==== |
|||
⚫ | |||
Go to Tools > Media Information (or Ctrl+I), then Codec Details and scroll down to find the EPG information |
|||
⚫ | |||
* [http://www.videolan.org/vlc/ VLC media player homepage] |
* [http://www.videolan.org/vlc/ VLC media player homepage] |
||
** [http://wiki.videolan.org/VLC VLC media player wiki] |
** [http://wiki.videolan.org/VLC VLC media player wiki] |
||
** [http://wiki.videolan.org/How_to_Use_a_Capture_Card How_to_Use_a_Capture_Card] |
|||
** [http://wiki.videolan.org/index.php/How_to_Create_a_DVD VLC's How to Create a DVD] |
** [http://wiki.videolan.org/index.php/How_to_Create_a_DVD VLC's How to Create a DVD] |
||
** [http://wiki.videolan.org/index.php/Codec Codec names] |
** [http://wiki.videolan.org/index.php/Codec Codec names] |
Latest revision as of 02:00, 14 December 2016
VLC media player (originally VideoLAN Client, and often referred too simply as VLC) is the best known software from the VideoLAN project. VLC supports DVB and some analog devices in Linux.
Analog
Scroll down to the Play from an acquisition card section for instructions on setting up an analogue device.
Example with an analog capture device
To record to x264 with VLC, use something like this:
vlc v4l:/dev/video0:norm=ntsc:frequency=77250:size=640x480:channel=5:\ adev=/dev/dsp1:samplerate=32000:audio=0:stop-time=60 \ --sout "#transcode{vcodec=h264,fps=29.97,acodec=mp3}\ :std{access=file,mux=ts,dst=output.mpg}" aspect-ratio "4:3" -I dummy
Note that VLC uses alsactl to find sound devices, so oss devices may not work.
DVB TV with VLC
w_scan has an experimental option to create a vlc playlist which is probably the easiest method to view dvb streams with vlc. To create a playlist (-ft -terrestrial, -c DE Germany) and start viewing TV use
w_scan -ft -c DE -L >vlcchans.xspf vlc vlcchans.xspf
In older versions VLC reads a channels.conf file. When your DVB device is working and you have made a channels.conf file, just use the Open File command to point to your /home/user/channels.conf. Notice: At http://www.melodax.de/code/ you can find a perl script to convert from channels.conf to a xml playlist (i.e. channel.xspf) for VLC.
To start TV every time you start VLC, open up Preferences > All > Playlist and enter /home/user/channels.conf in the default stream.
The fastest way to change channels is to view the Playlist (View > Playlist or Ctrl+L) and select the required channel. Channel flickers can change channels with the "Previous media in the playlist" and "Next media in the playlist" buttons.
Electronic program guide
Go to Tools > Media Information (or Ctrl+I), then Codec Details and scroll down to find the EPG information