Is it possible to use Blender to batch-process video files?
If I have twenty 1080p, 30fps vid[01-20].mp4 video files of varying 20-200 seconds duration and one 1920x1080 wm.png watermark image file.
How would I go about using Blender in the command line (in Linux) to render a version of each video that has the watermark baked into it while at the same time not using the user interface or at most using it to create one template project?
I was not able to find an answer but imagine there might be some options:
- Is there a way to use Python with Blender to batch-process videos and then call the script from the command line, providing parameters like file names and durations?
- Are Blender projects accessible as XML or some other format and could be extracted and modified with text processing tools (
grep,sedetc.)?
I am aware of non-Blender solutions, however this needs to be solved in Blender.