vonhoro / Automate-encoding

A big script an utilities to automatize encoding
MIT License
0 stars 1 forks source link

[Bugfix] Video is not 10000 frames #14

Closed Motophan closed 3 years ago

Motophan commented 3 years ago

Its not figuring the video image is 10000 frames

Motophan commented 3 years ago

image

vonhoro commented 3 years ago

The number is 100.000 not 10.000, I lower it to 80100. I have plans on improving this to work with any video, even a short one, where the user will input similar settings to the crf test, Right now I am testing what values should be fixed (like the length) what intervals to actually take depending on the size of the video and other stuff

Motophan commented 3 years ago

https://i.imgur.com/uFx8NVh.png :(

vonhoro commented 3 years ago

well doing some math, 48 min 22 seconds are 2909seconds and the movie has 24 frames per second so it has around 70000 frames. I will do some work around this to accept any length video as I said in the last post.

vonhoro commented 3 years ago

Now it will work in any video