aboutsummaryrefslogtreecommitdiff
path: root/nstvid.py
diff options
context:
space:
mode:
Diffstat (limited to 'nstvid.py')
-rw-r--r--nstvid.py21
1 files changed, 21 insertions, 0 deletions
diff --git a/nstvid.py b/nstvid.py
new file mode 100644
index 0000000..53c443c
--- /dev/null
+++ b/nstvid.py
@@ -0,0 +1,21 @@
+#!/bin/env python
+
+from gooey import Gooey, GooeyParser
+
+@Gooey(default_size=(800, 600), terminal_font_color="FFFFFF",
+ header_bg_color="#000000")
+def init():
+ parser = GooeyParser(description = \
+ "nstvid - Neural Style Transfer Video Creator")
+ parser.add_argument("style_image", help="Style image", \
+ widget="FileChooser")
+ parser.add_argument("input_video", help="Source", widget="FileChooser")
+ params = parser.parse_args()
+ return params
+
+def main():
+ pass
+
+if __name__ == '__main__':
+ init()
+ 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