PGS to VobSub

General questions or discussion about HandBrake, Video and/or audio transcoding, trends etc.
Post Reply
DougH
Posts: 18
Joined: Fri Sep 23, 2016 12:52 am

PGS to VobSub

Post by DougH »

I've been using a little program called BDSup2Sub to convert the subtitles. Overall I'm pleased with the results but it has not been updated since 2013. Does anyone know of other programs?
cobb
Posts: 26
Joined: Fri Jul 12, 2013 1:35 pm

Re: PGS to VobSub

Post by cobb »

FFmpeg can convert from pgs to vobsub but does currently
not support muxing to the idx/sub container format.

It can be used with an mkv container though:

Code: Select all

ffmpeg -i source.sup -c:s dvd_subtitle target.mkv
DougH
Posts: 18
Joined: Fri Sep 23, 2016 12:52 am

Re: PGS to VobSub

Post by DougH »

Thank you , I hadn't been aware ffmpeg could do that. It should suit my needs.
Post Reply