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

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by 1159861096 (Talk); changed back to last version by J-b)
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))
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{howto|use video from a TV or Video card}}
 
{{howto|use video from a TV or Video card}}
 
{{stub}}
 
{{stub}}
 +
 +
----
 +
 +
=== 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  
 
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)