cmxl / FFmpeg.NET

.NET wrapper for common ffmpeg tasks
MIT License
611 stars 99 forks source link

add extra arguments for convert options #45

Closed chadzhao closed 3 years ago

chadzhao commented 4 years ago

Sometimes user may ask for some featrues in hurry, I add the extra arguments in convert options so they can put arguments by themself before the new feature come (or never :grinning: ).

cmxl commented 3 years ago

This is actually pretty helpful, because FFmpegParameters.CustomArguments would not be appended to the other parameters. I'll accept this PR as a temporary fix.