Re: Capture screen with mencoder

2020-07-29 Thread Rodolfo Medina
Nicolas George writes: > Rodolfo Medina (12020-07-29): >> Thanks... The reason why I wanted to use mencoder instead of ffmpeg is that >> with the latter, when I tried to capture webcam and audio together, >> especially with my old laptop (but partially also with my new desktop pc), >> I've been

Re: Capture screen with mencoder

2020-07-29 Thread Nicolas George
Rodolfo Medina (12020-07-29): > Thanks... The reason why I wanted to use mencoder instead of ffmpeg is that > with the latter, when I tried to capture webcam and audio together, especially > with my old laptop (but partially also with my new desktop pc), I've been > banged against `a sea of troubl

Re: Capture screen with mencoder

2020-07-29 Thread Long Wind
is it possible to use mplayer to play video from one source and at same time play audio from another source? if it's possible, i think mencoder can be used to record desktop. On Wednesday, July 29, 2020, 2:52:07 AM EDT, Rodolfo Medina wrote: Nicolas George writes: > Rodolfo Medina

Re: Capture screen with mencoder

2020-07-28 Thread Rodolfo Medina
Nicolas George writes: > Rodolfo Medina (12020-07-28): >>How can I modify the above command so to capture >> desktop screen instead (with audio)? > > > mencoder does not support capturing the desktop. You may manage to tweak > it to enable libavdevice, but it is completely uns

Re: Capture screen with mencoder

2020-07-28 Thread Nicolas George
Rodolfo Medina (12020-07-28): > How can I modify the above command so to capture > desktop screen instead (with audio)? I suppose it's a matter of > replacing /dev/video0 with something else but don't know what nor the > correct syntax... As others have explained, the desktop

Re: Capture screen with mencoder

2020-07-28 Thread Reco
Hi. On Tue, Jul 28, 2020 at 06:18:31PM +, Rodolfo Medina wrote: > $ mencoder tv:// -tv > driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:alsa:adevice=hw.1,0 > -ovc lavc -oac mp3lame -lameopts cbr:br=64:mode=3 -o webcam.avi > How can I modify the above command so to ca

Re: Capture screen with mencoder

2020-07-28 Thread Dan Ritter
Rodolfo Medina wrote: > I posted this to Mplayer mailing list but got no answer so am sharing it here > hoping someone can help... > > I capture my webcam stream with: > > $ mencoder tv:// -tv > driver=v4l2:width=640:height=480:device=/dev/video0:forceaudio:alsa:adevice=hw.1,0 > -ovc lavc -oa