paulpacifico / shutter-encoder

A professional video compression tool accessible to all, mostly based on FFmpeg.
https://www.shutterencoder.com
GNU General Public License v3.0
925 stars 58 forks source link

Feature request, extract subtitles #227

Open limelambda opened 2 weeks ago

limelambda commented 2 weeks ago

The ffmpeg command for extracting subtitles already exists ffmpeg -i Movie.mkv -map 0:s:0 subs.srt and having it also be an option under the add subtitles menu for you to burn them in would be nice. Honestly I may make a pr for this myself at some point.

paulpacifico commented 2 weeks ago

This is what the 'Extract' function does.