Felician Benda
Felician Benda
#60 looks similar than your first error. I have the same issue with my videos
I got the same issue while reading video files: ``` videogen = skvideo.io.vreader(args.input_video, outputdict=outpudict) for i, frame in enumerate(videogen): ... ``` my videos are 3840x1080 pixel and around 2-3 minutes...
This looks similart to #60 also.
I think I have the same issue. My project-config.jam file: # Boost.Build Configuration # Automatically generated by bootstrap.sh import option ; import feature ; # Compiler configuration. This definition will...
@SMZCC - Thanks, I've found that also :) - The main thing determining the max scale is the ratio of the image size and the target size, while in the...