VlcPlayer 2.2.4's time slider chaos when playing mkv files
Posted: 18 Jul 2016 10:58
I'm using Windows 7 64bit and VLC Player 2.2.4 64bit.
The time-slider of VLC Player won't advance at the beginning but jump huge when playing a while and then stopped.
This happened when playing the mkv files which are generated by the ffmpeg as below:
The sample mkv files can be downloaded from below urls:
https://www.dropbox.com/s/fz3a3rftf0w5qvp/a0.mkv?dl=0
https://www.dropbox.com/s/gh5vklqno1doe9u/a1.mkv?dl=0
These mkv files can be played normally by the mpv player.
The time-slider of VLC Player won't advance at the beginning but jump huge when playing a while and then stopped.
This happened when playing the mkv files which are generated by the ffmpeg as below:
Code: Select all
ffmpeg -f lavfi -i testsrc2="s=640x480:d=120" -f segment -segment_format mkv -segment_time 60 -reset_timestamps 1 -c:v libx264 -preset fast -b:v 430k a%d.mkv
https://www.dropbox.com/s/fz3a3rftf0w5qvp/a0.mkv?dl=0
https://www.dropbox.com/s/gh5vklqno1doe9u/a1.mkv?dl=0
These mkv files can be played normally by the mpv player.