We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c88be commit f1e0837Copy full SHA for f1e0837
Scripts/Miscellaneous/Unwrap_video/unwrap.py
@@ -1,5 +1,5 @@
1
from PIL import Image
2
-import glob, os, subprocess
+import glob, os, sys, subprocess
3
4
#process each video in media folder
5
for video in glob.glob('media/*'):
0 commit comments