I have tried to rip the subtitle from some mkv file and convert it into webvtt 
using 

` ffmpeg -i somevideo.mkv -map 0:s:0 subtitlefile.vtt` 

Everything went fine, I got a decent subtitle file, except that the linewidth 
for the vtt file is different than the linewidth I see when I play the original 
video. This is due to the linebreaks that are placed in the vtt file that are 
not in the mkv file.

Are there any options I can use to specify the linewidth the webvtt converter 
is going to use?

Regards, Casper

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to