CHG: processGivenVideo takes single param (e.g.) "4,5,6-10" instead of two params "4 10",
subprocess.call() replaces with subprocess.run() that can return stdout of the process
Loading
Please sign in to comment
subprocess.call() replaces with subprocess.run() that can return stdout of the process