How do I get vlc to start at a specific time in a media file. I can do it easily in mplayer2, mpv but not vlc. Let's say the media file is named abc.avi (file format,container not important for this example.) Also the running time is around 2+ hrs. In mplayer2 and mpv I can simply do :-
Code: Select all
$mpv abc.avi --start=00:59:00
In vlc, it also seems to have something at :-
Code: Select all
[$] vlc --advanced --help
......
......
Playback control:
--input-repeat <integer [-2147483648 .. 2147483647]>
Input repetitions
--start-time <float> Start time
Code: Select all
$vlc abc.avi --start-time=00:59:00
I am on Debian Testing/Jessie and running VLC version 2.2.0-rc2 Weatherwax (2.2.0-rc1-118-g22fda39)