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 
> <https://microservice.trillionpictures.com/> It's working for me, both the 
> web page and the API.

It's back :)

> RE https://ttconv.sandflow.com/ <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  > <mailto:commun...@gmail.com>> wrote:
> >>
> >> Here's another possibility. https://microservice.trillionpictures.com 
> >> <https://microservice.trillionpictures.com/>
> >
> > I am getting a blank page.
> >
> > There is also https://ttconv.sandflow.com/ <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 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] Does FFMpeg support the new IMF format?

2021-08-11 Thread Pierre-Anthony Lemieux
Good morning/evening,

Quick note that I have been working with Valentin Noel and
Marc-Antoine Arnaud on adding IMF as an input format to FFMPEG:

https://github.com/sandflow/ffmpeg-imf

In particular, the objective is to support (a) demuxing of image and
audio virtual tracks (including multichannel audio routing) and (b)
supplemental packages.

Below is sample usage:

ffmpeg -assetmaps ASSETMAP.xml -i
CPL_da656e28-ae37-4734-8b8f-c5b2aa187783.xml out.mp4

Other details at:

https://github.com/sandflow/ffmpeg-imf/blob/develop/README-IMF.md

We plan to submit a patchset in the coming weeks, unless unforeseen
gremlins pop-up.

Feedback/comments are welcome, as always.

Best,

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