You are not logged in.

#1 2012-04-07 07:40:31

Ownaginatious
Member
Registered: 2010-08-28
Posts: 60

Any Linux compatible capture devices?

I'm looking to get a composite capture card for my PC running 64-bit arch, but I'm finding it rather difficult to locate any that will for-sure work.

Does anyone know of any that work with Arch (particularly with the more recent kernels)?

Thanks!

Offline

#2 2012-04-07 08:49:05

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Any Linux compatible capture devices?

I used ``EasyCAP USB 2.0 Video and Audio Capture Card'' to convert the old vhs. It works fine with gstreamer.

Offline

#3 2012-04-07 21:55:01

Ownaginatious
Member
Registered: 2010-08-28
Posts: 60

Re: Any Linux compatible capture devices?

Hmm ya, there seems to be a general consensus on the internet from what I can tell that that's the one to get. Pretty cheap on eBay, so I think I'll pick one up there.

Thanks!

Offline

#4 2012-04-10 19:37:16

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Any Linux compatible capture devices?

I do not know if it is still necessary, but at the time I made this file:

/etc/modprobe.d/tvcard.conf

options em28xx card=35

And here is the command line I use to record. It creates an high quality, high space wastage, easy to cut file.

( gst-launch-0.10 -t -e -v avimux name=mux ! filesink location=a.avi alsasrc device=plughw:1 ! 'audio/x-raw-int,rate=48000' !  queue  ! mux.  v4l2src device=/dev/video1 queue-size=16 ! 'video/x-raw-yuv,width=704,height=576' !  queue ! deinterlace mode=1 ! videorate ! 'video/x-raw-yuv,framerate=(fraction)25/1' ! ffenc_h263 bitrate=5000000 max-key-interval=1 ! mux. ) & sleep 3600s ; kill -2 $!

It records for an hour in a file file called a.avi. You can use avidemux to cut the file as needed and your favourite tool to transcode in your favourite format. gstreamer is the only program that gave me always perfectly synchronized audio.

There are some bullshit on the Internet about the audio quality. It works fine, but you have to use the rate of 48000, as you can see from the commandline.

Offline

#5 2012-04-10 19:44:04

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,701

Re: Any Linux compatible capture devices?

Phillips SAA71xx chipsets are well supported


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB