Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

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

Featured Replies

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 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?

 

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

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

 

 

  • 8 months later...
  • Author

bump 

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.