I have an MKV file that contains one video stream, one audio and one subtitle stream
I'm using ffmpeg and trying to convert the subtitle stream from pgssub to dvdsub so my playback device can recognise it.
Can anyone tell me how to convert the subtitles - preferably in one command without extracting them then reading them
back if thats possible but if it has to be so be it.
As things stand I cant get ffmpeg to even recognise the pgssub stream in spite of
ffmpeg -codecs returning Decode compatible for pgssub.
(dvdsub returns decode and encode in my compile)
p.s.
I don't want to burn the subtitles on the video - I want them left in a seperate stream.
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by jack616; 16th Mar 2016 at 19:03. Reason: just in case someone suggests...
-
Subtitleedit is pretty good at converting sup files to sub/idx, but you need to extract the sup files. Along with any other subtitle conversion. MKVExtract will do the trick of getting the subtitles out.
I know this is not what you asked for but this is what I do. -
Beside the Subtitle Edit solution: Extract the PGS with gMKVExtractGUI and convert to IDX/SUB with BDSup2Sub.
(PS: And you don't need to extract first to use MKV in SE) -
Never used it but BDSup2Sub can be used as CLI
https://github.com/mjuhasz/BDSup2Sub/wiki/Command-line-Interface -
Thanks for the input guys - I'll try the suggestions.
It does seem odd that there isnt something that just does this in a simple manner.
Similar Threads
-
How to convert FLV videos and resize them to convert them to AVI
By zikegi in forum Video ConversionReplies: 2Last Post: 17th Sep 2011, 23:06