Yes, the command: > ffmpeg -y -f avfoundation -video_size 640x480 -pix_fmt yuyv422 -i "1:2" -c:v h264_videotoolbox -b:v 7500k -c:a aac -b:a 64k -vsync 2 -async 1 out.mp4
produced the file: https://s3.amazonaws.com/testo12/out.mp4 On Wed, Jan 17, 2018 at 6:37 AM, Carl Eugen Hoyos <[email protected]> wrote: > 2018-01-17 12:35 GMT+01:00 Abeba Tensai <[email protected]>: > > > ffmpeg version 3.3.5 Copyright (c) 2000-2017 the FFmpeg developers > > Is the issue reproducible with current FFmpeg git head? > > Carl Eugen > _______________________________________________ > 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".
