BrenekH / encodarr

Self-hosted web app for encoding files to a target format using distributed computing.
Mozilla Public License 2.0
59 stars 6 forks source link

Allow importing a Handbrake preset #48

Open BrenekH opened 3 years ago

BrenekH commented 3 years ago

This is definitely down the line (when plugins get implemented), but it would be nice to import a Handbrake preset file and make the runners convert using those exact specifications. The only issue I foresee currently is detecting when a media file is already compliant with the preset.

BrenekH commented 2 years ago

I just realized today that the Handbrake preset should just be converted into a plugin directly, no need for special treatment from Encodarr.

Checking if a media file already complies is still a little iffy, especially because Encodarr doesn't currently always know the bitrate of a file, but I don't think it will be too difficult once I actually look into it.