MKV (with .ass subtitle) to MP4 (same format) ?


alhatmy

Recommended Posts

  • 2 weeks later...
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 .... 

Link to comment
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

 

 

Link to comment
  • 8 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.