Talk:VideoLAN Player

From Free Knowledge Base- The DUCK Project: information for everyone
Revision as of 06:27, 24 April 2013 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

video time seek crashing


Did you try with temporal audio stretching disabled in the audio preferences?


The problem appears to be a bug in the default demuxer.

The solution is to change the default demuxer to the Avformat demuxer.

Here's how:

Menu Tools -> Preferences >

... -> Click radio button to Show Settings = ALL instead of SIMPLE

... -> Input/Codecs > Demuxers >

at very bottom of drop down list:

... -> Avformat Demuxer > Save, exit and restart VLC

This should solve the problem.

Credit to Jean-Francois and Lotesdelere on the VideoLan forum. http://forum.videolan.org/viewtopic.php?f=14&t=98381&start=80 Unfortunately, their correct solution is buried at the bottom of 5 pages of responses that don't work... hopefully this archives the solution so that it is easier to find in future.

Turning on Debug Messages in VLC:

Go to: Tools > Messages > Increase verbosity from 0 to 2

Then play the video.

If there are problems, you should see error desc


(enabling fast seek in VLC doesn't help at all).

Run them through mkvmerge and select the video part in the top list, then down the bottom half click the "extra options" tab and make sure "compression" is set to none.

Re-merging through mkvmerge takes only a few minutes and removing the header compression can fix most errors like seek errors.


The solution is to enable 'Dummy Elements' in VLC's advanced settings for the Matroska demuxer. To temporarly enable that option, --mkv-use-dummy can be used on the VLC command line.


SOLUTION: http://tehparadox.com/forum/f28/mkv-time-seek-problems-4914856/