Summary: | media-video/mplayer: mencoder USE="oss" needed for TV grabbing | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Lukas Turek <8an> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED INVALID | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Patch for mplayer-1.0_pre7-r1.ebuild |
Description
Lukas Turek
2004-11-30 15:45:31 UTC
This is still a serious problem with the version of mplayer currently in portage (mplayer-1.0_pre7-r1); I'd suggest to explicit this check in the ebuild itself, so that people don't have to rediscover this problem over and over again. I'm attaching a patch for mplayer-1.0_pre7-r1.ebuild. Created attachment 75795 [details, diff]
Patch for mplayer-1.0_pre7-r1.ebuild
I think this is not really a bug, mencoder can record from alsa, only the correct parameter is needed: mencoder -tv driver=v4l2:device=/dev/v4l/video0:alsa tv:// -oac copy -ovc copy -o test.avi I found it a few months ago, but I forgot this year old bug report... (In reply to comment #3) > I think this is not really a bug, mencoder can record from alsa, only the > correct parameter is needed: > > mencoder -tv driver=v4l2:device=/dev/v4l/video0:alsa tv:// -oac copy -ovc copy > -o test.avi > > I found it a few months ago, but I forgot this year old bug report... > Agreed, mplayer can record using ALSA or OSS from the sound cards. Depends on the device drivers. Thanks, Lukas |