New submission from Erik Slagter <[email protected]>: If I want to sync the video stream to the audio stream of a transport stream (i.e. make the audio stream sync "master"), ffmpeg continuously drops frames.
example: ffmpeg -y -i input.ts -acodec pcm_s16le -vcodec mjpeg -qscale 1 -map 0.0:0.1 -map 0.1:0.1 -f avi output.avi This is independent of ffmpeg version and input file (at least transport streams). ---------- messages: 8741 priority: normal status: new substatus: new title: Sync on audio using -map does not work type: bug _____________________________________________________ FFmpeg issue tracker <[email protected]> <https://roundup.ffmpeg.org/roundup/ffmpeg/issue1667> _____________________________________________________
