aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnstvid.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/nstvid.py b/nstvid.py
index d663db3..e8fffca 100755
--- a/nstvid.py
+++ b/nstvid.py
@@ -15,7 +15,7 @@ from gooey import Gooey, GooeyParser
import subprocess
import os
import glob
-#from shlex import quote
+import shlex
@Gooey(default_size=(800, 600), terminal_font_color="#FFFFFF", \
header_bg_color="#000000")
@@ -23,7 +23,7 @@ def init():
parser = GooeyParser(description = \
"nstvid - Neural Style Transfer Video Creator")
- parser.add_argument("style_image", help="Style image", \
+ parser.add_argument("style_image", help="Style image(s) separated by comma", \
widget="FileChooser")
parser.add_argument("input_video", help="Source video", \
widget="FileChooser", default="/home/pux/tmp/nstest/in.mp4")
@@ -114,4 +114,5 @@ def main():
if __name__ == '__main__':
params = init()
+ print(params.style_image)
main()
in each repos: see "about"-tab (if existing) for more details / README.
mailto contact at omeckman dot net
all timestamps in UTC (German winter time: UTC+01:00, summer time: UTC+02:00)
dark theme is a modded version of: https://gist.github.com/Yoplitein/f4b671a2ec70c9e743fa