arcusmaximus / YTSubConverter

A tool for creating styled YouTube subtitles
MIT License
767 stars 55 forks source link

how to convert .ttml to .ytt subtitle? #49

Closed tomoayan closed 2 years ago

arcusmaximus commented 2 years ago

YTSubConverter doesn't currently support TTML. Instead, you can upload TTML files directly to YouTube.

That being said, YouTube's TTML support is very limited - it recognizes text colors, bold/italic/underline, and that's about it. Is that why you're looking to convert to YTT instead? So you get access to all of YouTube's subtitle features?

Also, is there a reason you can't/don't want to create your subtitles as ASS instead?

tomoayan commented 2 years ago

That being said, YouTube's TTML support is very limited - it recognizes text colors, bold/italic/underline, and that's about it. Is that why you're looking to convert to YTT instead? So you get access to all of YouTube's subtitle features?

  • Yes

Also, is there a reason you can't/don't want to create your subtitles as ASS instead?

  • actually i have some big ttml subtitle, so i want to convert them into ytt first then upload to YouTube.
arcusmaximus commented 2 years ago

I can try adding TTML support to YTSubConverter, but it'll take some time. Maybe you could use another conversion tool to convert your TTML subtitles to ASS first?

arcusmaximus commented 2 years ago

TTML support is now available in the new 1.6.0 release.