screen_capture_recorder to record 2nd monitor
I use exactly what they suggest on the screen_capture_recorder ffmpeg faq to record desktop. ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv works fine. But it records everything. I specifically only want to record what's on the 2nd monitor. Windows 7 64 bit. Anyone have any ideas?
stop sending me this, goddamn this is 6th fucking time.
Begin forwarded message:
From: Tim Hiles <timothyhiles@gmail.com> Subject: [FFmpeg-user] screen_capture_recorder to record 2nd monitor Date: April 25, 2016 at 17:01:27 PDT To: FFmpeg user questions <ffmpeg-user@ffmpeg.org> Reply-To: FFmpeg user questions <ffmpeg-user@ffmpeg.org>
I use exactly what they suggest on the screen_capture_recorder ffmpeg faq to record desktop.
ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv
works fine. But it records everything. I specifically only want to record what's on the 2nd monitor.
Windows 7 64 bit.
Anyone have any ideas? _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
You can unsubscribe here: http://ffmpeg.org/mailman/listinfo/ffmpeg-user HTH. -roger- On 4/27/16, G A <glen_alexndr@hotmail.com> wrote:
stop sending me this, goddamn this is 6th fucking time.
Begin forwarded message:
From: Tim Hiles <timothyhiles@gmail.com> Subject: [FFmpeg-user] screen_capture_recorder to record 2nd monitor Date: April 25, 2016 at 17:01:27 PDT To: FFmpeg user questions <ffmpeg-user@ffmpeg.org> Reply-To: FFmpeg user questions <ffmpeg-user@ffmpeg.org>
I use exactly what they suggest on the screen_capture_recorder ffmpeg faq to record desktop.
ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv
works fine. But it records everything. I specifically only want to record what's on the 2nd monitor.
Windows 7 64 bit.
Anyone have any ideas? _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
you can use the crop filter or set screen capture recorder boundaries itself (in the registry, see its README). HTH. -roger- On 4/25/16, Tim Hiles <timothyhiles@gmail.com> wrote:
I use exactly what they suggest on the screen_capture_recorder ffmpeg faq to record desktop.
ffmpeg.exe -f dshow -i video="screen-capture-recorder":audio=%Device% -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -acodec pcm_s16le -ac 1 -ar 22050 -t %Duration% out.mkv
works fine. But it records everything. I specifically only want to record what's on the 2nd monitor.
Windows 7 64 bit.
Anyone have any ideas? _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user
participants (3)
-
G A -
Roger Pack -
Tim Hiles