Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Bt878 capture
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
ham_se17
Tux's lil' helper
Tux's lil' helper


Joined: 20 Jul 2005
Posts: 131

PostPosted: Tue Mar 07, 2006 12:58 pm    Post subject: Bt878 capture Reply with quote

Hey all,

I have in 3-4 hours tried to google my way to use my capture tv tuner card in gentoo, with no luck.
I have tried to emerge mythtv, but it was not the tool i thought it was.

I want to use my capture card to capture video from my cam, so i can convert my video's to divx.
Which software and driver should i use to get it working?

Code:

$ lspci | grep Bt878
01:07.0 Multimedia video controller: Brooktree Corporation Bt878 Video Capture (rev 11)
01:07.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture (rev 11)
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54308
Location: 56N 3W

PostPosted: Tue Mar 07, 2006 6:00 pm    Post subject: Reply with quote

ham_se17,

In the kernel you ned Video for Linux support, bt848 (may be called bt8x8) support, i2c support and the i2c bit banging interface. When thats loaded you will get a video device /dev/v4l/video0, if its your first video device.
Your video data appears here.

Test with something simple like xawtv - emerge it if needed.
Code:
xawtv -c /dev/v4l/video0
will display video from your card. Make that work before you move on.

When yon can display video, you can try to capture it. MythTV is probably overkill, mplayer has a capture mode, as do several other applications. Don't count on doing the capture and compression in real time, they are both resource hungary processes.
You may need to capture the raw video to disk and compress it later.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum