Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 1:58 PM Ferdi Scholten wrote: > >Stream #0:2[0x3](eng): Subtitle: mov_text (tx3g / 0x67337874), > > 1920x162, 0 kb/s (default) > > > That is not an srt subtitle, it has been transcoded by handbrake to an > mp4 text stream (which should work as subtitle when playing the

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 1:44 PM Michael Koch wrote: > I have an example in chapter 2.223 in my book: > http://www.astro-electronic.de/FFmpeg_Book.pdf > Scroll down to "Method 3". Thank you, Michael! I expanded on it. ffmpeg -i "%SOURCE_NO_SUBS%" -i "%SUBTITLES_1%.srt" [-i "%SUBTITLES_2%.srt"..]

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Ferdi Scholten
On Sat, Sep 23, 2023 at 1:29 PM Paul B Mahol wrote: You have handbrake produced files with SRTs in mp4/mov? Can you show them? Stream #0:2[0x3](eng): Subtitle: mov_text (tx3g / 0x67337874), 1920x162, 0 kb/s (default) That is not an srt subtitle, it has been transcoded by handbrake to an

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Michael Koch
Am 23.09.2023 um 19:24 schrieb Mark Filipak: The question is this: How can I use ffmpeg to put SRT subs into MP4? Is there a direct parameter? I have an example in chapter 2.223 in my book: http://www.astro-electronic.de/FFmpeg_Book.pdf Scroll down to "Method 3". Michael

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 1:29 PM Paul B Mahol wrote: > You have handbrake produced files with SRTs in mp4/mov? > > Can you show them? ffprobe version 2023-08-10-git-d9d5695390-full_build-www.gyan.dev Copyright (c) 2007-2023 the FFmpeg developers built with gcc 12.2.0 (Rev10, Built by MSYS2

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Paul B Mahol
On Sat, Sep 23, 2023 at 7:25 PM Mark Filipak wrote: > On Sat, Sep 23, 2023 at 1:09 PM Paul B Mahol wrote: > > On Sat, Sep 23, 2023 at 7:05 PM Mark Filipak > > > wrote: > -snip- > > > What is TTXT format? Do you know how I can get specifications? > > > > > > > It is behind paywalls. > > Sorry.

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 1:09 PM Paul B Mahol wrote: > On Sat, Sep 23, 2023 at 7:05 PM Mark Filipak > wrote: -snip- > > What is TTXT format? Do you know how I can get specifications? > > > > It is behind paywalls. Sorry. I brought up an OT issue. I don't really care about TTXT. I have SRTs that

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Paul B Mahol
On Sat, Sep 23, 2023 at 7:05 PM Mark Filipak wrote: > On Sat, Sep 23, 2023 at 12:21 PM Ferdi Scholten wrote: > > > > >> Le sam. 23 sept. 2023 à 17:38, Mark Filipak > > >> a écrit : > > >>> On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol > wrote: > > On 9/23/23, Mark Filipak wrote: > >

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 12:21 PM Ferdi Scholten wrote: > > >> Le sam. 23 sept. 2023 à 17:38, Mark Filipak > >> a écrit : > >>> On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol wrote: > On 9/23/23, Mark Filipak wrote: > > Why doesn't this work? I made an MP4 with 9 subtitle streams via >

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Ferdi Scholten
Le sam. 23 sept. 2023 à 17:38, Mark Filipak a écrit : On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol wrote: On 9/23/23, Mark Filipak wrote: Why doesn't this work? I made an MP4 with 9 subtitle streams via HandBrake. I think ffmpeg and HandBrake use the same libraries. -snip- "codec not

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 11:56 AM Romain Beauxis wrote: > > Le sam. 23 sept. 2023 à 17:38, Mark Filipak > a écrit : > > > > On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol wrote: > > > > > > On 9/23/23, Mark Filipak wrote: > > > > Why doesn't this work? I made an MP4 with 9 subtitle streams via >

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Romain Beauxis
Le sam. 23 sept. 2023 à 17:38, Mark Filipak a écrit : > > On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol wrote: > > > > On 9/23/23, Mark Filipak wrote: > > > Why doesn't this work? I made an MP4 with 9 subtitle streams via > > > HandBrake. I think ffmpeg and HandBrake use the same libraries. I

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Mark Filipak
On Sat, Sep 23, 2023 at 2:29 AM Paul B Mahol wrote: > > On 9/23/23, Mark Filipak wrote: > > Why doesn't this work? I made an MP4 with 9 subtitle streams via > > HandBrake. I think ffmpeg and HandBrake use the same libraries. I need > > to use ffmpeg. I'm grateful for any help. > > Try to read

Re: [FFmpeg-user] MP4 with 9 subtitle streams

2023-09-23 Thread Paul B Mahol
On 9/23/23, Mark Filipak wrote: > Why doesn't this work? I made an MP4 with 9 subtitle streams via > HandBrake. I think ffmpeg and HandBrake use the same libraries. I need > to use ffmpeg. I'm grateful for any help. Try to read last messages from output, they show you the problem. > > Thanks! >