Jump to content

Mergesrt v2023


Recommended Posts

docker-mergesrt

Fork of zzeneg/mergesrt. Docker container for monitoring subtitle files and merging them into video. Makes adding subtitles so easy. Drop them the video and sub files in the media folder and it automatically merges the two files into an mkv file.

 

Info:

Quote

Hidden Content

    Give reaction to this post to see the hidden content.

Docker Compose:

Quote

version: "2.2"
services:
  mergesrt:
    container_name: mergesrt
    image: townsste/mergesrt
    restart: unless-stopped
    volumes:
        - /path/to/media:/data:rw

 

Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...