Skip to content
Snippets Groups Projects
Commit 0e94bb02 authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Workaround for FFmpeg not supporting '-pattern_type glob' on Windows

Globbing is the only way in which we can convert arbitrary frame sequences
to a video; the other input options all assume that the frame numbers are
sequential, and stop at the first gap. Globbing just skips gaps and
actually uses all available frames.

The workaround consist of doing the globbing in Python and creating an
index file that lists all the input files.
parent 03fc5147
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment