November 18, 20187 yr Hi there! Is there any available docker can be used to convert many MKV files (that contains .ass subtitle with special formats) to mp4 x264 ? thanx ....
November 18, 20187 yr I didn't find one, or know of one directly. Could try something like https://subtitletools.com/convert-to-srt-online to convert your subtitles and then use Handbrake for the rest. Haven't used that particular site before, but was second hit on web search. Perhaps this will work for you?
November 27, 20187 yr Author On 11/18/2018 at 11:13 PM, Jcloud said: I didn't find one, or know of one directly. Could try something like https://subtitletools.com/convert-to-srt-online to convert your subtitles and then use Handbrake for the rest. Haven't used that particular site before, but was second hit on web search. Perhaps this will work for you? thanx ......! However, I have more than 1000 mkv file embedded can't extract all ....
November 28, 20187 yr 23 hours ago, alhatmy said: However, I have more than 1000 mkv file embedded can't extract all .... Ouch, I mean nice collection. I did find https://www.softpedia.com/get/Multimedia/Video/Encoders-Converter-DIVX-Related/SubC-Subtitle-Converter.shtml Still not a Docker app, and not sure if it will do batch-conversion.
November 28, 20187 yr On 11/18/2018 at 5:14 PM, alhatmy said: Hi there! Is there any available docker can be used to convert many MKV files (that contains .ass subtitle with special formats) to mp4 x264 ? thanx .... I think it would be possible to do with any docker that have ffmpeg, like "liquid dl" for instance. A small script would do it. Something like: for i in *.mkv; do ffmpeg -i "$i" -codec copy "${i%.*}.mp4" done
Archived
This topic is now archived and is closed to further replies.