Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-11 Thread Pierre-Anthony Lemieux
On Mon, Oct 11, 2021 at 9:30 PM Media Mouth wrote: > > RE https://microservice.trillionpictures.com > It's working for me, both the > web page and the API. It's back :) > RE https://ttconv.sandflow.com/ Very Cool! >

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-11 Thread Media Mouth
RE https://microservice.trillionpictures.com It's working for me, both the web page and the API. RE https://ttconv.sandflow.com/ Very Cool! Thanks for sharing!! > On Oct 11, 2021, at 7:14 PM, Pierre-Anthony Lemieux w

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-11 Thread Pierre-Anthony Lemieux
On Mon, Oct 11, 2021 at 6:38 PM Media Mouth wrote: > > Here's another possibility. https://microservice.trillionpictures.com I am getting a blank page. There is also https://ttconv.sandflow.com/ (disclaimer: I am the maintainer) > I ran a single test with it, and the TTML formatting looked goo

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-11 Thread Media Mouth
Here's another possibility. https://microservice.trillionpictures.com I ran a single test with it, and the TTML formatting looked good, but I still have to run QC against a full show. > On Oct 10, 2021, at 11:15 PM, R J wrote: > > Hi, > > Thanks for your help. > > I have gone through that onl

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-10 Thread R J
Hi, Thanks for your help. I have gone through that online translators. I am looking for the FFmpeg command which can simplify my requirement. You can suggest any other linux tool/applications for this. Thank you. On Mon, 11 Oct 2021, 11:39 MediaMouth, wrote: > You might try this > > https:/

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-10 Thread MediaMouth
You might try this https://gotranscript.com/subtitle-converter If you're comfortable with coding at all, you can create a relatively sophisticated converter that accounts for options like positioning and styling in ttml but which are largely foreign to srt. > On Oct 10, 2021, at 22:58, R J

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-10 Thread R J
Hi, Sorry for putting you in confusion. I tried different ways of conversion from srt to ttml ffmpeg -i my_srt.srt my_output.ttml -v verbose So FFmpeg doesn't have the support for this ttml conversion yet. If so, how to convert this srt into ttml? Regards.

Re: [FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-06 Thread Christian Ebert
* 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

[FFmpeg-user] Convert srt Subtitle file into ttml subtitle

2021-10-05 Thread R J
Hi All, 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 I am using 4.2 version of FFmpeg. I am working on Linux platform. Any suggestions or help would be appreciated. Regards. _