how to get vlc to start at a specific time in a media file ?
Posted: 14 Mar 2015 17:02
Hi all,
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 :-
And it will start running at that point in time.
In vlc, it also seems to have something at :-
Now I don't understand what the <float> bit. I tried :-
but that didn't work. It's possible that it might be a bug, then again I might not have done it correctly. Can somebody tell if I'm doing it correctly or I should be doing something else ?
I am on Debian Testing/Jessie and running VLC version 2.2.0-rc2 Weatherwax (2.2.0-rc1-118-g22fda39)
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)