2

This happens only on Ubuntu (since 12.04, now even in 13.04), and happens every time without exception. When the subtitles in VLC are out on sync, adjusting it (either direction) puts the audio out of sync. I think this is because when I resume the video after adjust the subtitle delay, the audio plays, but video doesn't, and then they both continue, and hence the audio is ahead of the video.

Is this a common problem? I was unable to find a fix to this, or even a reference to this problem anywhere. This has happened in each of my Ubuntu installations (and I've done that many times), even on Kubuntu. Are there some drivers I'm missing? Some libraries?

notablytipsy
  • 2,927

1 Answers1

1

I had the same problem on Linux Mint. Updating VLC from version 2.0.5 to 2.0.8 resolved the problem on my computer.

To get VLC 2.0.8, add the stable version PPA (ppa:videolan/stable-daily):

sudo add-apt-repository ppa:videolan/stable-daily

To get the daily build add the master-daily PPA:

sudo add-apt-repository ppa:videolan/master-daily

To install either, run

sudo apt-get update && sudo apt-get install vlc

Note: The VLC in the Debain repositories is on version 2.0.6

See this link for information about what PPAs are.

Source

101Bram
  • 26
  • 1