Oliver <olivermd <at> gmx.net> writes: > ffmpeg -f alsa -ac 2 -i default -f x11grab -r 30 > -s 1920x1200 -i :0.0+1680,0 -acodec pcm_s16le > -vcodec libx264 -preset ultrafast -crf 0 > -threads 0 testout.mkv > > this kind of worked but the audio in the resulting > video file had a distinct wobble effect
Did you test the following? $ ffmpeg -f alsa -ac 2 -i default -acodec copy out.wav > The output of the above command was: For future questions: Please do not cut the console output, particularly not the first (and the last) 50 lines. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
