I want to align the audio stream in the input to has the exact same duration as the video stream. So, if audio length is lower than video, fill the gap with silence. If audio stream is over length than video, cut the audio to fit the video length.
It seems apad and atrim filters can do the job, but they will force reencoding of the whole audio stream. Is it possible to achieve this without reencoding everything ? _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
