cwilby / nextcloud-workflow-media-converter

An automated media conversion plugin for NextCloud
https://apps.nextcloud.com/apps/workflow_media_converter
GNU Affero General Public License v3.0
36 stars 16 forks source link

Feature request: allow passing options to ffmpeg #397

Closed Cysioland closed 10 months ago

Cysioland commented 1 year ago

Currently we can set the output file, but what I'd like to have is the ability to pass some options to ffmpeg (eg. output codec, resolution, movflags)

printplaatreparatie commented 11 months ago

This would be really helpful for me, as I'm looking for a way to save space on my mp4 files. With this feature, I would be able to transcode to another mp4 file and use -vcodec libx265 -crf 27 to dramatically reduce space without a noticeable quality drop.

cwilby commented 10 months ago

This is now supported in v1.9.0 in flow and batch conversion:

image