vlc.exe 1.avi --start-time=5 2.avi --start-time=10 3.avi --start-time=15
works like
vlc.exe 1.avi 2.avi 3.avi --start-time=15
how to separate --start-time for each element?
so maybe : works better, soOptions-styles:
--option A global option that is set for the duration of the program.
-option A single letter version of a global --option.
ption An option that only applies to the stream directly before it
and that overrides previous settings.
Code: Select all
vlc.exe 1.avi :start-time=5 2.avi :start-time=10 3.avi :start-time=15
Return to “VLC media player for Windows Troubleshooting”
Users browsing this forum: No registered users and 28 guests