In short: how can I speed up slightly my AC3 5.1 audio stream under linux?
I have a 23.976 fps MPEG-4 movie that I want to put on DVD-Video, PAL format. I first tried the duplicate frame method but I do notice a small "pause" in playback every second, so I'd like to try the speedup method. I should speed up the stream by 4.1708%...
Until now, the only method I've found is to use "mplayer movie.avi -speed 1.041708 -ao pcm -channels 6". This makes a big pcm file. I would really prefer keeping the original AC3 5.1 format... (and I can't get ffmpeg to reencode the pcm to AC3: "error while opening codec"). Also, it seems that the balance between the different channels is slightly different in the pcm file (it made me notice a background voice I had never noticed).
Do you know of some (linux) tools that could help me doing this conversion?
