commit 35e937c346ae1e20d922494571575c0cffd8ba8c
parent 82a38922cbbae0fdea93bf23b329a5992b2cf401
Author: rbckman <rbckman@localhost.localdomain>
Date: Thu, 20 Sep 2018 19:39:18 +0300
Merge branch 'master' of https://github.com/rbckman/tarina
Diffstat:
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/lensconfig.npz b/lensconfig.npz
Binary files differ.
diff --git a/tarina.py b/tarina.py
@@ -762,6 +762,10 @@ def render(filmfiles, filename):
#---------------Play------------------------
def playthis(filename, camera):
+ if not os.path.isfile(filename + '.mp4'):
+ #should probably check if its not a corrupted video file
+ print "no file to play"
+ return
t = 0
pressed = ''
buttonpressed = ''