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!  
> Thanks for sharing!!
>
> > On Oct 11, 2021, at 7:14 PM, Pierre-Anthony Lemieux  
> > wrote:
> >
> > 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)
>
> ___
> 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".
___
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".


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  wrote:
> 
> 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)

___
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".


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 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 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://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  wrote:
> >>>
> >>> 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.
> >>> ___
> >>> 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".
> >> ___
> >> 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".
> >>
> > ___
> > 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".
>
> ___
> 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".
___
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".


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 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://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  wrote:
>>> 
>>> 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.
>>> ___
>>> 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".
>> ___
>> 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".
>> 
> ___
> 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".

___
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".


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

2021-10-11 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://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  wrote:
> >
> > 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.
> > ___
> > 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".
> ___
> 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".
>
___
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".


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

2021-10-11 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  wrote:
> 
> 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.
> ___
> 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".
___
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".


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.
___
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".


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-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".


[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.
___
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".