Answer the question
In order to leave comments, you need to log in
Automatic sequential playback of several video files with pauses
There are several video files in various formats. The task is to play them automatically in the following way: We turn on the first file, play twenty minutes, stop, turn on the second and so on. When all video files have been played for twenty minutes, return to the first one and start playing it from where it stopped, again for twenty minutes.
It is possible that an important feature is that all files are of different duration, and, accordingly, those files that have already ended should be skipped.
What is the easiest way to implement this under Windows?
MPC player, but it doesn't matter if you need to change it. The main thing is to support MKV, subtitles and 5.1 audio.
Answer the question
In order to leave comments, you need to log in
mplayer: write a label like "[file name] [start time] [duration]" into a separate file, then read it line by line and start mplayer something like this:
mplayer $[имя файла] -ss $[время начала] -endpos $[время окончания] -fs
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question