Recording just audio either with vorbis, opus or aac/mp4 works fine, the problem is video & audio together.
On Tue, Jan 3, 2017 at 3:30 PM Demián Andrés Rodriguez <[email protected]> wrote: > 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 <[email protected]> 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 > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". > > _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
