Sign inSign up

levaitamas/vobsub2srt

By levaitamas

Updated about 2 months ago

vobsub2srt in Docker. Based on https://github.com/levaitamas/docker-vobsub2srt

Image
0

2.2K

levaitamas/vobsub2srt repository overview

docker-vobsub2srt

How to use?

  1. Put your subtitles to a folder (e.g., subs)

  2. Start container:

If you use docker:

sudo docker run -it --rm -v /path-to-subs:/subs levaitamas/vobsub2srt conv <subfile>

If you use podman:

podman run --rm -ti --volume /path-to-subs:/subs --security-opt label=disable docker.io/levaitamas/vobsub2srt:latest conv <subfile>

vobsub2srt documentation

Usage

Assuming you have copied the subfile.idx and subfile.sub files in /tmp/subtitles

With bashrc
conv subfile
Without bashrc
cd /subs
vobsub2srt --blacklist "|\/_~<>" --verbose "subfile"
chown 1000:1000 subfile.srt

Source code

https://github.com/levaitamas/docker-vobsub2srt

Tag summary

Content type

Image

Digest

sha256:c2f4ba175

Size

32.9 MB

Last updated

about 2 months ago

docker pull levaitamas/vobsub2srt