bramp / ffmpeg-cli-wrapper

Java wrapper around the FFmpeg command line tool
BSD 2-Clause "Simplified" License
1.73k stars 413 forks source link

Add option to specify subtitle codec #266

Closed Euklios closed 2 years ago

Euklios commented 2 years ago

Is your feature request related to a problem? Please describe. I need to change the subtitle codec when transcoding video files. Example: ASS -> VTT

Describe the solution you'd like An additional method to change the subtitle codec similar to the ones for video and audio streams.

Describe alternatives you've considered An alternative would be to use the addExtraArgs method.