blur icon indicating copy to clipboard operation
blur copied to clipboard

Multiqueue Support

Open Aetopia opened this issue 3 years ago • 3 comments

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.

Aetopia avatar Jan 15 '22 06:01 Aetopia

iirc you can just do -i video_1.mp4 -i video_2.mp4 -i video_3.mp4 and so on

couleurm avatar Jan 15 '22 12:01 couleurm

So you can't use a single -i for multi queue?

Aetopia avatar Jan 15 '22 15:01 Aetopia

Try it, I doubt f0e will respond, he's been inactive lately.

applesfruit avatar Jan 16 '22 18:01 applesfruit