You are not logged in.
Hi,
I have an old Hauppauge WinTV USB (audio/video capture device) that I'm trying to use to capture some footage (composite connection, not tuner). I've tried various CLI and GUI software and I've had most luck with VLC; I can capture video but not sound.
Before I spend more hours trying to get it working, I wonder if someone would have any recommendations of software that may work well with this device. I'm also about to start using my DV camera so it would be nice if the software will work with both devices. I don't mind if it is CLI or GUI.
Thanks
PGP key: F40D2072
Key fingerprint: 8742 F753 5E7B 394A 1B04 8163 332C 9C40 F40D 2072
Offline
I've used mencoder for this in the past (companion app to mplayer) and it works fairly well. It is nice because you can play around with command line parameters for mplayer, and once you can watch your live video stream correctly you can pass the same parameters to mencoder to record/encode it instead.
I've also used transcode in the past. It seems to be better quality, but it's more complex to get going.
I'm not sure whether transcode can handle TV cards, but mplayer/mencoder can, and probably has the best support out there for obscure cards and the settings needed to get a decent picture out of them.
They can both handle DV by piping data to them from either dvgrab or dvconnect, if you want to both read DV data and transcode it at the same time. Otherwise you can dvgrab/dvconnect to a file and transcode that later. I prefer that option because dvgrab can automatically split the recording up based on the DV index marks, giving you a separate file for each segment of video recorded (assuming your DV camera inserts an index mark every time you press the record button of course!)
Offline
Congrats on your avatar! Twenty years in Finsbury Park and it never occurred to me...
Have you tried kaffeine? Always worked for me out of the box - depends on kdelibs, kdebase-runtime and xine-lib.
never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::
Offline
kino for dv.
mencoder for capture card.
Offline
I have a Hauppage HVR3000 TV card, and use Kaffeine. It works "out of the box" and it's the only package I have found that provides a reliable TV timer recording facility (except possibly MythTV which I've never managed to fathom!). I've also got mplayer/smplayer to play TV well, but they don't seem to have the timer record function. My big problem was converting the streamed files (m2t format) into a DVD- compliant format, until I discovered
ffmpeg -i "inputfile.m2t" -aspect 16:9 -target pal-dvd "outputfile.mpg"
I'm afraid I don't have any experience of DV cameras.
Hope this helps
Offline
Many thanks for the advice. I will have a play around with everything mentioned.
Cheers
PGP key: F40D2072
Key fingerprint: 8742 F753 5E7B 394A 1B04 8163 332C 9C40 F40D 2072
Offline