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

From VideoLAN Wiki
Jump to navigation Jump to search
m
(remove uneeded duplicate{})
Line 4: Line 4:
 
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 is thus:
  vlc v4l:// :v4l-norm=1: '--sout=#transcode{vcodec=mp1v,vb=2030,audio-sync,acodec=mpga,ab=192,channels=2}:duplicate{dst=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"}'
  
 
These MPEG files have been verified to work with:
 
These MPEG files have been verified to work with:

Revision as of 20:40, 14 January 2006

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 minimal command to transcode from a capture card to a portable MPEG file 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)