D
D
Domi2011-12-21 20:25:12
Video
Domi, 2011-12-21 20:25:12

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

1 answer(s)
E
Eddy_Em, 2011-12-21
@Domi

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

Files with [start time] longer than that will be skipped "automatically".
mplayer, in theory, and there is a mastday.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question