elaheyenaz65
Results
2
comments of
elaheyenaz65
replace line 17 in generate_videos_jpgs.py with p = subprocess.run(ffprobe_cmd , stdout=PIPE, stderr=PIPE) and also dont forget to add (from subprocess import PIPE) at the begining of this file
I removed the "/" at the end of the paths that i gave to the function and it worked for me because during the code it also add "/" to...