master-of-zen / Av1an

Cross-platform command-line AV1 / VP9 / HEVC / H264 encoding framework with per scene quality encoding
GNU General Public License v3.0
1.51k stars 155 forks source link

Specified scenes json is ignored with docker latest #317

Closed dnigh closed 3 years ago

dnigh commented 3 years ago

When using the docker image with latest tag, the json file specified with -s or --scenes is ignored. The version of av1an available through pip makes use of the same json just fine. Has the format of the external scenes file changed? The only differences I've seen between the pip and docker versions is the latest doesn't put a space after the colons after object names.

dnigh commented 3 years ago

I switched to master branch and now a previously generated scenes.json is overwritten by the built-in scene detection function. Have I misinterpreted the purpose of --scenes based on an unintended side effect of the python version?