If the audio length is longer than the frames, the entire movie is padded with white frames for the duration of the audio. The desire default behavior is the audio should be clipped.
Only positive audio offset is respected (ie shifting audio to the right with respect to the image). I also want the ability to specify negative values ( shift audio to the left )
Hi, I am using wav files. I implemented my own solution using sox to shorten the audio to the right duration before muxing with the video, and it works fine. But it’d nice to have native support.