* R J on Tuesday, October 05, 2021 at 16:05:16 +0530:
I want to convert a .srt file into ttml file.

I tried using below command.

ffmpeg -i my_srt.srt -y srt-to-ttml.xml -v verbose

How is ffmpeg supposed to know to which format you intend to convert?

Either

ffmpeg -i my_srt.srt -f ttml srt-to-ttml.xml

or

ffmpeg -i my_srt.srt srt-to-ttml.ttml

--
Szenen aus Georg Büchners Woyzeck
(1986, schwarz-weiß, 15 Min.)
https://phloxic.productions/blv/woyzeck
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to