LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   record tv (https://www.linuxquestions.org/questions/linux-software-2/record-tv-157948/)

tochkopf 03-15-2004 09:31 AM

record tv
 
Hi there

I'm searching for a tool to record tv stuff through the console, that is also working!

Well maybe I should spend more effort, but I've tried vcr and dvr so far.

The .rpm of dvr-3.2 simply doesn't install without giving a reason.
When I try to compile it tells me something about a missing header file "avm_creators.h" I think. Seems like I didn't install all the stuff needed to compile although on the homepage only avifile 0.7 is mentioned ( got ~0.7.29 installed ).

Vcr-1.04 tells me "You need to have libaviplay." . I didn't find that package and 1.04 even seems to be an old version.

If you can tell me what i've got to do to compile these or you know some other console based tool tell me pls, I'm quite fucked up with trying useless combinations...

btw.: using Suse 8.2 doing the stuff as root

thx already ;)

bareego 03-16-2004 12:01 AM

You can use mencoder (which comes with mplayer) to record from TV cards that are supported by v4l.
An example line I use looks like this :

Code:

mencoder -tv on:driver=v4l:width=320:heigh=240 -o tv.avi -ovc lavc -oac mp3lame -lavcopts vcodev=mpeg4:vbitrate=800:vhq -lameopts abr:br=128
This would record the channel you last watched.

You might want to read the man page of mencoder, it's pretty long, though.

cheers
newbee

tochkopf 03-16-2004 01:00 PM

thx it's working great ;)


All times are GMT -5. The time now is 06:06 PM.