Hi!
I'm trying to start a video from a file at a specific position. --start-time works for some videos, but not for all.
It works e.g. fine with an AVI, but not with a VDR recording (PES format).
`vlc --start-time 120 001.vdr` always starts the video at the beginning. But seeking (e.g. with "seek 120" through the rc interface) works fine.
What might the problem be here?
Tobia