diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:40:30 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-25 15:40:30 +0200 |
| commit | 28cdb53b65c11254a1855657af73a623d2cc290a (patch) | |
| tree | db60e1a92051e1675f5f3e288b17182616283ad1 | |
| parent | d9cc9031d60d09f62e14232d94e5cd343b2485fe (diff) | |
go hey
| -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: |
