zocker-160 / handbrake-nvenc-docker

Handbrake GUI with Web browser and VNC access. Supports NVENC encoding
46 stars 10 forks source link

SHA Support #15

Open FreemanZ opened 2 months ago

FreemanZ commented 2 months ago

I work on an online education platform, there are a large number of videos that need to be transcoded, when I have two video files with the same content but the same name, for example, there are videos named Introduction in two different tutorials, or the same video in the same tutorial has replaced the original file with a higher bitrate, and there will be skipping and not processing when transcoding, could you please add a hash check when detecting file changes to ensure that the two files are processed instead of changing the file name of one of them? thanks

zocker-160 commented 2 months ago

This repository here is the same as the upstream I forked from with added support for NVEnc. All the scripts used for automatic transcoding are from upstream from here.

So opening an issue at https://github.com/jlesage/docker-handbrake would benefit most ppl.

In case upstream is not willing to implement this change / request, I would be willing to look into it, but ideally I wouldn't want to deviate from upstream too much.