Difference between revisions of "VLC HowTo/Use a capture card"

From VideoLAN Wiki
Jump to navigation Jump to search
m (DoesItReallyMatter moved page How to Use a Capture Card to VLC HowTo/Use a capture card: Renaming how-to articles per Talk:VLC HowTo (permalink))
 
(4 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
----
 
----
  
=== The following describes, how to watch TV with your DVB-Card ===
+
=== The following describes how to watch TV with your DVB-Card ===
 
(tested with DVB-T and the Windows-Version of VLC)
 
(tested with DVB-T and the Windows-Version of VLC)
  
 
* find out the frequencies of your location
 
* find out the frequencies of your location
 
* go to File/Open CaptureCard
 
* go to File/Open CaptureCard
* chose DVB DirectShow
+
* choose DVB DirectShow
 
* check your kind of card (DVB-S -C -T)
 
* check your kind of card (DVB-S -C -T)
* chose first frequency and bandwidth
+
* choose first frequency and bandwidth
 
* click on play
 
* click on play
 +
 +
If your stream has "multiple" (for instance multiple sub channels, or you want to programmatically select a particular audio stream):
 +
 
* when the channel plays, select playlist
 
* when the channel plays, select playlist
 
* rightclick on the item, which is playing and select information
 
* rightclick on the item, which is playing and select information
Line 27: Line 30:
 
* and so on with the next frequency
 
* and so on with the next frequency
  
Don't forget to save your playlist!
+
'''Don't forget to save your playlist!'''
  
 
Have fun!
 
Have fun!
Line 37: Line 40:
  
 
The minimal command to transcode from a capture card to  
 
The minimal command to transcode from a capture card to  
a portable MPEG file is thus:
+
a portable MPEG file (this example includes trancoding which may be lessly, be careful) is thus:
 
  vlc v4l:// :v4l-norm=1: '--sout=#transcode{vcodec=mp1v,vb=2030,audio-sync,acodec=mpga,ab=192,channels=2}:std{access=file,mux=mpeg1,url="out_file.mpg"}'
 
  vlc v4l:// :v4l-norm=1: '--sout=#transcode{vcodec=mp1v,vb=2030,audio-sync,acodec=mpga,ab=192,channels=2}:std{access=file,mux=mpeg1,url="out_file.mpg"}'
  

Latest revision as of 07:46, 7 November 2016

This page describes how to use video from a TV or Video card. Other "how to" pages
Help VideoLAN by adding to this page!
Create an account to start editing, and then click here to add to this article.

The following describes how to watch TV with your DVB-Card

(tested with DVB-T and the Windows-Version of VLC)

  • find out the frequencies of your location
  • go to File/Open CaptureCard
  • choose DVB DirectShow
  • check your kind of card (DVB-S -C -T)
  • choose first frequency and bandwidth
  • click on play

If your stream has "multiple" (for instance multiple sub channels, or you want to programmatically select a particular audio stream):

  • when the channel plays, select playlist
  • rightclick on the item, which is playing and select information
  • go to stream
  • here you can find all broadcast-channels with their service-ID
  • write them down
  • go to File/Open CaptureCard
  • in the option-line at the bottom append a space (if not there) a : and the keyword "program=", followed by one of the service-IDs
  • it should look like: ...300ms :program=16214
  • click on play
  • that's your channel
  • now you can rename this playing item of the playlist to your station-name
  • and the same with the next service-ID
  • and so on with the next frequency

Don't forget to save your playlist!

Have fun!

Spielmops



The minimal command to transcode from a capture card to a portable MPEG file (this example includes trancoding which may be lessly, be careful) is thus:

vlc v4l:// :v4l-norm=1: '--sout=#transcode{vcodec=mp1v,vb=2030,audio-sync,acodec=mpga,ab=192,channels=2}:std{access=file,mux=mpeg1,url="out_file.mpg"}'

These MPEG files have been verified to work with:

  • Windows Media Player 10
  • Apple QuickTime Player 7
  • XINE 1.0
  • ffplay
  • xanim 2.80 (no audio)