Re: [FFmpeg-user] screen_capture_recorder to record 2nd monitor

2016-05-02 Thread Roger Pack
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 wrote: > I use exactly what they suggest on the screen_capture_recorder ffmpeg faq > to record desktop. > > ffmpeg.exe -f dshow -i video="screen-captu

Re: [FFmpeg-user] ffmpage win7 screen record cursor is abnormal

2016-05-02 Thread Roger Pack
So mouse is the wrong size or wrong pointer or what here? On 4/28/16, Ni Wesley wrote: > Hi guys, > > I hit a problem when recording screen on window 7 using ffmpeg. > > Snapshot here: [image: enter image description here] > > > So, you guys see the big re

Re: [FFmpeg-user] named pipes ffmpeg

2016-05-02 Thread Roger Pack
On 4/29/16, Robin Stevens wrote: > I am having trouble to get ffmpeg write to a named pipe in windows. I know > it's possible to write to a anonymous pipe with the command: > > ffmpeg.exe -vsync passthrough -f dshow -i video="AVerMedia SD 1 > Capture":audio="AVerMedia SD Audio Cap 1 (AVerM" -vcode

Re: [FFmpeg-user] Fwd: screen_capture_recorder to record 2nd monitor

2016-05-02 Thread Roger Pack
You can unsubscribe here: http://ffmpeg.org/mailman/listinfo/ffmpeg-user HTH. -roger- On 4/27/16, G A wrote: > stop sending me this, goddamn this is 6th fucking time. > >> Begin forwarded message: >> >> From: Tim Hiles >> Subject: [FFmpeg-user] screen_capture_recorder to record 2nd monitor >> Da

[FFmpeg-user] Video with Multi-channel audio, How to Stream?

2016-05-02 Thread Karl E. Fitzke
Hello, I am creating derivative files from a number of videos captured as one stream of four channels, but which only one pair (1&2 or 3&4) should really play at any given time. I imagined that restreaming 1 stream of four channels to two stereo streams was the way to go, but now I'm second gue

Re: [FFmpeg-user] Divide one Four-Channel Stream into Two Stereo Streams

2016-05-02 Thread Karl E. Fitzke
Thanks very much. I was clearly confused about what was input vs output stream. I changed the second "-filter:a:0" to "-filter:a:1" and I seem to be okay. Did not change second -map:0:1, because both streams are sourced from the same original steam. -Karl Karl Fitzke Audio/Visual Speciali