diff options
Diffstat (limited to 'run.py')
| -rw-r--r-- | run.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ else: tree = process_tree(moduleNetwork, tensorInputFirst, tensorInputSecond, tensorOutput, arguments_steps) outputPath = './renders/' + arguments_strVideoOut print('writing {}'.format(outputPath)) + print('frames: {}'.format(len(tree))) writer = FFMPEG_VideoWriter(outputPath, (1024, 512), 25) writer.write_frame(inputFirst) for frame in tree: |
