blur
blur copied to clipboard
Multiqueue Support
As the title suggests, allow the user to queue multiple video files natively.
import sys
import subprocess
Videos=sys.argv[1:len(sys.argv)]
for Index in range(len(Videos)):
print("Video:",Videos[Index])
subprocess.run(["C:/Program Files (x86)/blur/blur.exe","--noui","--nopreview","--input", Videos[Index]])
print("")
Here is a basic Python Script which emulates this behavior.
iirc you can just do -i video_1.mp4 -i video_2.mp4 -i video_3.mp4
and so on
So you can't use a single -i
for multi queue?
Try it, I doubt f0e will respond, he's been inactive lately.