commit 95d877736e23be180337ac571b37d2ec18542325
parent 301996550aba5dc97d6e90206c85a8e8f74ed55d
Author: rbckman <rob@tarina.org>
Date: Mon, 6 Nov 2023 10:33:34 +0000
check for h264 in rendershot
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tarina.py b/tarina.py
@@ -3380,7 +3380,7 @@ def renderfilm(filmfolder, filmname, comp, scene, muxing):
scenedir = filmfolder + filmname + '/scene' + str(scene).zfill(3) + '/'
for p in filmfiles:
print(p)
- compileshot(p,filmfolder,filmname)
+ #compileshot(p,filmfolder,filmname)
videohash += str(int(countsize(p + '.mp4')))
print('Videohash of film is: ' + videohash)
try: