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


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


[FFmpeg-user] How to insert Static Frames in a video for a specific time period?

2020-09-01 Thread R J
Hi Everyone,

I have a 10 min video(.ts) file. It has a gap from 4th min to 10th min. I
want to insert static frames with null audio from starting of the gap to
the end.

How can I achieve this?

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