eibol / ffmpeg_batch

FFmpeg Batch AV Converter
GNU Lesser General Public License v2.1
917 stars 52 forks source link

Feature request Save pre input parameters in presets #100

Closed c0dn closed 6 months ago

c0dn commented 9 months ago

Hi, I'm transcoding using Nvidia GPUs. I use the CUDA scale filter to do full hardware transcoding, Converting H265 to AV1 limiting resolution to 1080p.

The filter requires

-hwaccel cuda -hwaccel_output_format cuda

before the input file to work.

Is it possible to save pre input options in the presets and apply them on a per file basis in the queue?

eibol commented 9 months ago

Hi, right now it is only posible to set main parameters for individual queue files, I'll see to implement it for next release.

eibol commented 8 months ago

You could try this beta with such feature (replace your current executable). FFBatch.zip

c0dn commented 8 months ago

Hi, the beta build you provide works well. I tested it with a new batch of videos, the pre input option is saved correctly.