I'm using ffmpeg to split a large file like this:
ffmpeg -i input.mkv -c copy -ss 00:35:40 -t 0:36:27 s2.wmv
When I then play the result, I'm however not able to step 10 seconds forward/back with the arrow keys in MPlayer. If I try to step back, it just gets stuck. VLC is however able to step back/forward properly.
Some navigational info must be missing in the stream, any idea what? Is it possible to fix this somehow?
ffmpeg -i input.mkv -c copy -ss 00:35:40 -t 0:36:27 s2.wmv
When I then play the result, I'm however not able to step 10 seconds forward/back with the arrow keys in MPlayer. If I try to step back, it just gets stuck. VLC is however able to step back/forward properly.
Some navigational info must be missing in the stream, any idea what? Is it possible to fix this somehow?