Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ivtv [2013/06/28 15:26] beandog created |
ivtv [2021/10/17 18:56] (current) beandog |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ivtv ====== | ====== ivtv ====== | ||
- | **Note:** I wrote a blog post once on [[http://wonkabar.org/2009/10/02/ripping-vhs/|ripping VHS videos]] with the Hauppauage WinTV card. Still works great. :) | + | **Note:** I wrote a blog post once on [[https://wonkabar.org/ripping-vhs/|ripping VHS videos]] with the Hauppauage WinTV card. Still works great. :) |
To record from VCR | To record from VCR | ||
Line 7: | Line 7: | ||
Switch to component input | Switch to component input | ||
- | $ v4l2-ctl -i 2 | + | <code>v4l2-ctl -i 2</code> |
Use ffmpeg | Use ffmpeg | ||
- | $ ffmpeg -i /dev/video0 .... | + | <code>ffmpeg -i /dev/video0 ....</code> |
Have fun! | Have fun! | ||