Code: Select all
vlc "FILENAME" --start-time=SECONDS --stop-time=SECONDS --sout='#std{access=file,mux=AVI,url="NEW_FILENAME"}'
Use the wizard or do something like this at the command line:
Code: Select all
vlc "FILENAME" --start-time=SECONDS --stop-time=SECONDS --sout='#std{access=file,mux=AVI,url="NEW_FILENAME"}'
Code: Select all
/Applications/VLC\-0.8.6c.app/Contents/MacOS/VLC --start-time=164 --stop-time=177 /Users/fl/AVideos/xtrac.mpg --sout='#transcode{acodec=mpga,vcodec=mp1v}:standard{mux=ts,access=file,dst=/Users/fl/AVideos/xtrac.ts}'
Code: Select all
/Applications/VLC\-0.8.6c.app/Contents/MacOS/VLC /Users/fl/AVideos/xtrac.mpg --sout='#transcode{acodec=mpga,vcodec=mp1v}:standard{mux=ts,access=file,dst=/Users/fl/AVideos/xtrac.ts}' --start-time=164 --stop-time=177
So VLC accepts different syntaxes, but what are the different effects one can expect ?Start and stop-time could be embedded in the sout command, but preferably, just move them to the end of your command-line
Ok, so my previous example could not work.the input stream is always at the first position of VLC's command-line.
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 27 guests