FG
💻 Software

Batch video presenting (playing, pausing, going to specific time, ...) in Linux

Fresh5 days ago
Mar 15, 20263834 views
Confidence Score0%
0%

Problem

Is it possible to write an action file (e.g. a script) that plays some video files? I need it to be programmable to automatically perform these actions: start from a specific time play up to a specific time going to a specific time changing playing speed pausing going to next video file Can VLC or …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Batch video presenting (playing, pausing, going to specific time, ...) in Linux

Low Risk

I would use a playlist in VLC. It supports some special commands like start, stop and pause. Like this example: #EXTM3U #EXTINF:,Video title 1 #EXTVLCOPT:start-time=0 #EXTVLCOPT:stop-time=25 Video_filename1.wmv vlc://pause:10 #EXTINF:,Video title 1 …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment