use python-ffmpeg (run external ffmpeg) to generate video thumb as it also auto-rotates

This commit is contained in:
2022-07-21 20:59:05 +10:00
parent 0ea6a38269
commit 9164b2c9f6
2 changed files with 21 additions and 34 deletions

2
BUGs
View File

@@ -1,4 +1,4 @@
### Next: 99
### Next: 100
BUG-97: if restart a job, we reset start time too (debatable) -
prob. better making a job have anull start time rather than now() as default, then if its null set it when we run the job
(this would set it at actual run time not create time, and if we restart, it would leave orig start time correct)