Difference between revisions of "Talk:VideoLAN Player"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(video time seek crashing)
 
(xfce qt panel glitch: new section)
Line 51: Line 51:
  
 
  SOLUTION: http://tehparadox.com/forum/f28/mkv-time-seek-problems-4914856/
 
  SOLUTION: http://tehparadox.com/forum/f28/mkv-time-seek-problems-4914856/
 +
 +
== xfce qt panel glitch ==
 +
 +
1. To have VLC always on top of your panels, tested in XFCE.
 +
Open VLC and go to menu "Tools" => "Preferences" (or press CTRL+P) then switch to "Video" tab on the left options panel. Check "Always on top" and click "Save" button.
 +
 +
2. Turn off subs by default on MKV files.
 +
Open VLC and go to menu "Tools" => "Preferences" (or press CTRL+P) then under "Show settings" select "All" option. Then select "Video" =>"Subtitles/OSD"and check "On Screen Display" option. This will disable mkv subs by default. If you want to manually turn them on durring video playback simply "Right-Click" mouse button on VLC video and look for "Subtitles" menu.

Revision as of 13:30, 24 March 2015

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/

xfce qt panel glitch

1. To have VLC always on top of your panels, tested in XFCE. Open VLC and go to menu "Tools" => "Preferences" (or press CTRL+P) then switch to "Video" tab on the left options panel. Check "Always on top" and click "Save" button.

2. Turn off subs by default on MKV files. Open VLC and go to menu "Tools" => "Preferences" (or press CTRL+P) then under "Show settings" select "All" option. Then select "Video" =>"Subtitles/OSD"and check "On Screen Display" option. This will disable mkv subs by default. If you want to manually turn them on durring video playback simply "Right-Click" mouse button on VLC video and look for "Subtitles" menu.