Difference between revisions of "VLC HowTo/Jump to a certain time"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Corbax moved page VSG:Usage:Time to Jump to certain time)
Line 4: Line 4:
  
 
You can type the following command in the command lie when you start VLC.<br>  
 
You can type the following command in the command lie when you start VLC.<br>  
<pre>'''--start-time'''
+
<pre>--start-time=<time in seconds></pre>  
</pre>  
 
 
<br>  
 
<br>  
  
Line 11: Line 10:
  
 
<br>  
 
<br>  
 
+
Another useful parameter is stop-time to play a file only to the specified time.
<br>  
+
<pre>--stop-time=<time in seconds></pre>  
 
 
<br>  
 
 
 
<br>  
 
  
 
{{VSG}}
 
{{VSG}}

Revision as of 14:40, 16 February 2014

This page describes how to jump to certain time. Other "how to" pages


You can type the following command in the command lie when you start VLC.

--start-time=<time in seconds>


There is also Playback -> Go to specific time option in GUI.


Another useful parameter is stop-time to play a file only to the specified time.

--stop-time=<time in seconds>
This page is part of the informal VLC Support Guide.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.