Vlc tips & tricks: Difference between revisions
Appearance
Created page with "<pre> --start-time=<integer> Start time The stream will start at this position (in seconds). --stop-time=<integer> Stop time The stream will stop at this position (in seconds)..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
Startup options: | |||
<pre> | <pre> | ||
--start-time=<integer> Start time | --start-time=<integer> Start time | ||
Line 6: | Line 7: | ||
--run-time=<integer> Run time | --run-time=<integer> Run time | ||
The stream will run this duration (in seconds). | The stream will run this duration (in seconds). | ||
</pre> | |||
get around the problem by adding vlc://pause:9999 entries to playlist after the titles. | |||
<pre> | |||
#EXTM3U | |||
#EXTINF:350,Steely Dan - Babylon Sisters | |||
/data/audiophile/!!AA meeting okt 2018/01 - Babylon Sisters.flac | |||
vlc://pause:4 | |||
#EXTINF:461,Jeff Wayne - Forever Autumn | |||
/data/audiophile/!!AA meeting okt 2018/04 Jeff Wayne - Forever Autumn.flac | |||
vlc://pause:4 | |||
#EXTINF:311,Dire Straits - So Far Away | |||
/data/audiophile/!!AA meeting okt 2018/01 - So Far Away.flac | |||
vlc://pause:4 | |||
</pre> | </pre> | ||
see: http://wiki.videolan.org/VLC_command-line_help | see: http://wiki.videolan.org/VLC_command-line_help |
Latest revision as of 10:58, 19 October 2018
Startup options:
--start-time=<integer> Start time The stream will start at this position (in seconds). --stop-time=<integer> Stop time The stream will stop at this position (in seconds). --run-time=<integer> Run time The stream will run this duration (in seconds).
get around the problem by adding vlc://pause:9999 entries to playlist after the titles.
#EXTM3U #EXTINF:350,Steely Dan - Babylon Sisters /data/audiophile/!!AA meeting okt 2018/01 - Babylon Sisters.flac vlc://pause:4 #EXTINF:461,Jeff Wayne - Forever Autumn /data/audiophile/!!AA meeting okt 2018/04 Jeff Wayne - Forever Autumn.flac vlc://pause:4 #EXTINF:311,Dire Straits - So Far Away /data/audiophile/!!AA meeting okt 2018/01 - So Far Away.flac vlc://pause:4