PaulLereverend / NextcloudVideo_Converter

Video converter app for nextcloud
GNU Affero General Public License v3.0
58 stars 35 forks source link

Customised presets #80

Open pohuing opened 2 years ago

pohuing commented 2 years ago

Maybe I'm blind, but is there a way to configure my own presets? If not, that'd be a very nice feature to have.

acasuso commented 2 years ago

I'll be working on that very soon

scotty86 commented 2 years ago

Hello,

customizable presets would be great. For my usecase I need to set multiple to arguments. e. g.: ffmpeg -i input.mp4 -preset medium -s 1280x720 -b:v 5200k -ac 2 -ab 64k -ar 22050 -c:v libx264 -x264opts keyint=15:min-keyint=15:scenecut=-1 -f mp4 -y -r 30 -profile:v baseline -level 3.1 output.mp4

Would be awesome, if this is possible. Thanks for your work.

Greetings scotty86