mplayer audio desync
- by geek
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?