PaulLereverend/NextcloudVideo_Converter

Remove Audio Option

Opened this issue · 1 comments

I think a great addition would be the ability to remove the audio track from videoes. I commonly upload videos from my phone and want to share them without the audio.

In case this helps the original posters, this can be accomplished with ffmpeg:

ffmpeg -i $input_file -c copy -an $output_file

If not, maybe it'll help a developer in implementing this feature. A drop down with various options (copy original audio, convert to XYZ codec at ABC bitrate, none, etc.) would be great.