eliemichel / CodenameGogh

A node-based front-end to ffmpeg
Other
8 stars 0 forks source link

InputNode : Get image sequences #39

Open Tilix4 opened 6 years ago

Tilix4 commented 6 years ago
eliemichel commented 6 years ago

We could also support the "/path/to/filename.###.png" syntax which is pretty common for file sequence handling in other softwares.

Tilix4 commented 6 years ago

Yes, that was my point. Convert the "filename.###.png" syntax to "filename.%03d" ffmpeg command.