Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
.
![]() Join Date: Oct 2001
Location: Germany
Posts: 7,959
|
extract dvb subtitles as dvd subtitles from mkv in one go?
I have an mkv file created by VideoReDo.
Since there is no raw format for dvb subtiles I'd like to extract those subtitles as dvd/vobsub subtitles (idx/sub). I can do this by: 1st covnerting the subtitles to vobsub subtitles: Code:
ffmpeg -canvas_size 1280x720 -i "C:\Users\Selur\Desktop\Beispiel_DVB_SUBS.mkv" -c:v copy -c:a copy -c:s dvdsub e:\Output\test.mkv Code:
mkvextract tracks "E:\Output\test.mkv" 2:"E:\Output\test_id_2_lang_de.idx" (I know I could use '-vn -an' instead of '-c:v copy -c:a copy' to only have the subtitle inside the temporary mkv, to keep it's size small.) -> Does anyone know how to do this? (preferably with ffmpeg) ... edit: Seems like ffmpeg can't extract idx/sub subtitles, so my current way seems to be the only working way. Cu Selur Last edited by Selur; 21st December 2018 at 19:05. |
|
|
|
![]() |
| Tags |
| dvb_subs, ffmpeg |
|
|