[FFmpeg-user] ffmpeg -f avfoundation HELL - please help!

Demián Andrés Rodriguez demian85 at gmail.com
Tue Jan 3 20:30:15 EET 2017


Tried with these options, video looks great, but no audio:

ffmpeg  -y -f avfoundation -capture_cursor 1 -i 1:0 -r 30000/1001 -s
1280x800 -vsync 2 -c:v libvpx-vp9 -c:a libopus -b:v 1M -b:a 128K
capture.webm

ffmpeg  -y -f avfoundation -capture_cursor 1 -i 1:0 -r 30000/1001 -s
1280x800 -vsync 2 -c:v libvpx -c:a libvorbis -b:v 1M -b:a 128K capture.webm

Audio still stutters with this command:

ffmpeg  -y -f avfoundation -capture_cursor 1 -i 1:0 -r 30000/1001 -s
1280x800 -movflags faststart -vsync 2 -preset fast -crf 22 -c:v libx264
-c:a aac -b:a 128K capture.mp4

On Tue, Jan 3, 2017 at 3:13 PM Moritz Barsnick <barsnick at gmx.net> wrote:

> On Tue, Jan 03, 2017 at 19:01:35 +0100, Moritz Barsnick wrote:
> > "-scale 480x240" or insert the scale filter: "-vf scale=480:240" (or
>   "-s 480x240" of course. D'uh, I never use it. ;-)
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-user mailing list