Created by: stg7
Hi all, I'm currenlty running the nice super slomo project on some high quality 4K videos, so for this reason i changed some parts.
first of all:
- i use now pngs as output for the video --> frame export, because jpg introduces some compression
- i changed the output codec to ffvhuff, that is a lossless video codec, so that there is no encoding added in the end of the processing (it also requires to use mkv as output container)
- i added some ".." to the input and output file names, to support spaces in filenames, i had some trouble with this.
- i changed one import, to avoid a warning with pytorch, however there is still another warning with the latest pytorch version
best Steve