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.