osx ffmpeg avfoundation audio not in sync -


i'm trying record screen audio , video ffmpeg. have installed soundflower , setup correct audio devices. however, when using ffmpeg audio sped , not keep in sync video.

ffmpeg -f avfoundation -i "1:0" -y out.avi 

i have tried following variations.

ffmpeg -vsync 2 -f avfoundation -i "1:0" -framerate 30 -y out.avi  ffmpeg -vsync 2 -f avfoundation -i "1:0" -frame_rate 30 -probesize 10m  -y out.avi  ffmpeg -async 1 -probesize 10m -f avfoundation -i "1:0" -r 15  -y out.avi  ffmpeg -async 15 -f avfoundation -i "1:0" -r 15  -y out.avi 

i'm using ffmpeg version 2.6.2 installed via homebrew.

if has free solution isn't ffmpeg works command line accept that. quicktime screen recording produces large file sizes it's not appropriate.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -