BolverBlitz / TranscodingOwl

Autotranscoder for TV Shows using FFMPEG with HW-Accel
MIT License
2 stars 1 forks source link

Reduce Number of Benchmark runs. #4

Closed GodOfOwls closed 5 months ago

GodOfOwls commented 5 months ago

Im running a Custom setup script that invokes the TranscodingOwl Script based on average size per file in my Library so that potential bigger savings get prefered.

This means im launching the script hundreds of times (at least once for each tv show season)

This means an incredible overhead in time and resources since each run does the encoder detection again.

It would be better to store the detected encoders in a file and only test them again after X Period of time or (possibly harder to detect) a significant Hardware Change