nystudio107 / craft-transcoder

Transcode video & audio files to various formats, and provide video thumbnails
https://nystudio107.com/plugins/transcoder
Other
43 stars 12 forks source link

Add option to remove audio channel from video file #71

Open urbantrout opened 10 months ago

urbantrout commented 10 months ago

ffmpeg offers a solution to remove all audio channels via -an (https://ffmpeg.org/ffmpeg.html#Audio-Options)

Useful if editors upload videos with audio which are only being used as background videos (autoplay, muted)

khalwat commented 10 months ago

Maybe the best idea is just have to have some kind of generic "additional flags" you can pass in?

urbantrout commented 10 months ago

Good idea! Will send a PR when I find time…