More thumbnail fixes

This commit is contained in:
Brett Williams
2023-05-30 21:05:59 -05:00
parent 769611ba26
commit 22cfe9c24e
3 changed files with 13 additions and 6 deletions

View File

@@ -129,9 +129,9 @@ class BlenderRenderWorker(BaseRenderWorker):
image_sequence_to_video(source_glob_pattern=glob_pattern,
output_path=self.output_path + '.mp4',
framerate=self.scene_info['fps'])
logger.info('Successfully generated preview image sequence')
logger.info('Successfully generated preview video from image sequence')
except Exception as e:
logger.error('Error generating image sequence')
logger.error(f'Error generating video from image sequence: {e}')
if __name__ == '__main__':