I have and avi file and an ac3 file that contains an alternate audio stream. I run mplayer like:
mplayer -audiofile foo.ac3 bar.avi
mplayer takes the audio stream from the ac3 file as expected, but when I try to scroll the video using arrows or pgup/pgdown keys, the audio gets desynced: mplayer just starts playing the audio stream from the beginning.
Do I have to pass any additional command line arguments in order to make it scroll properly without desyncing audio?
ac3format but with plain wav or mp3? Try to generate simpler soundsox -n qqq.wav synth 440and test with it. – Vi. Mar 18 '10 at 20:13