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

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

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

Re: [FFmpeg-user] shuffleplanes

2021-10-11 Thread Michael Koch
Am 11.10.2021 um 11:26 schrieb Paul B Mahol: On Mon, Oct 11, 2021 at 11:15 AM Michael Koch wrote: Hello, I have a question about the shuffleplanes filter. In this example the pixel format is RGB24. So the first plane is red and the second plane is green. I want to swap the red and green

Re: [FFmpeg-user] shuffleplanes

2021-10-11 Thread Paul B Mahol
On Mon, Oct 11, 2021 at 11:15 AM Michael Koch wrote: > Hello, > > I have a question about the shuffleplanes filter. In this example the > pixel format is RGB24. So the first plane is red and the second plane is > green. I want to swap the red and green planes. > > ffmpeg -f lavfi -i testsrc2

[FFmpeg-user] shuffleplanes

2021-10-11 Thread Michael Koch
Hello, I have a question about the shuffleplanes filter. In this example the pixel format is RGB24. So the first plane is red and the second plane is green. I want to swap the red and green planes. ffmpeg -f lavfi -i testsrc2 -lavfi

Re: [FFmpeg-user] How to extract audio from video without re-encoding?

2021-10-11 Thread Android PowerUser
Android PowerUser schrieb am Mo., 11. Okt. 2021, 10:38: -vn -c:a copy > > Mp4 can remain as a container > > inhahe schrieb am Mo., 11. Okt. 2021, 10:35: > >> I want to extract audio from any arbitrary video file and have it save to >> an audio file without re-encoding and without me knowing

Re: [FFmpeg-user] How to extract audio from video without re-encoding?

2021-10-11 Thread Android PowerUser
-vn -c:a copy Mp4 kann als container bleiben inhahe schrieb am Mo., 11. Okt. 2021, 10:35: > I want to extract audio from any arbitrary video file and have it save to > an audio file without re-encoding and without me knowing ahead of time > which audio file format to use. > > I don't know how

[FFmpeg-user] How to extract audio from video without re-encoding?

2021-10-11 Thread inhahe
I want to extract audio from any arbitrary video file and have it save to an audio file without re-encoding and without me knowing ahead of time which audio file format to use. I don't know how to do it because ffmpeg requires an output filename with an extension, which means I have to specify

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

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