Re: [FFmpeg-user] FFmpeg Architecture

2024-02-12 Thread Reindl Harald
Am 13.02.24 um 00:31 schrieb Bouke / Videotoolshed: Go away, or at least shut up after dozens of useless posts why don't you? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe,

Re: [FFmpeg-user] Send RTMP to cable TV headend?

2024-02-12 Thread Edit 'B
> On 13 Feb 2024, at 07:23, Jason Bailey via ffmpeg-user > wrote: > > So I've got what might seem like an odd topic for questions. I'm trying to > take a RTMP stream from our Wowza server and essentially morph the stream > into a viable form that our cable head end will accept. It's a

[FFmpeg-user] Send RTMP to cable TV headend?

2024-02-12 Thread Jason Bailey via ffmpeg-user
So I've got what might seem like an odd topic for questions. I'm trying to take a RTMP stream from our Wowza server and essentially morph the stream into a viable form that our cable head end will accept. It's a tricky issue because the gear requires MPEG2TS video with AC3 audio, which Wowza

Re: [FFmpeg-user] FFmpeg Architecture

2024-02-12 Thread Carl Zwanzig
On 2/12/2024 3:31 PM, Bouke / Videotoolshed wrote: Go away, or at least shut up. I encourage you do do that if you can't add to the conversation. z! ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] FFmpeg Architecture

2024-02-12 Thread Carl Zwanzig
On 2/12/2024 2:59 PM, Paul B Mahol wrote: I doubt anything above applies to FFmpeg, also I doubt it makes difference for real-time streaming. Hmm, actually it looks like a lot of it could apply if implemented properly (there are a fair few video programs which implement some form of

Re: [FFmpeg-user] FFmpeg Architecture (was: Codec copy with -ss before -i and after -i is not documented)

2024-02-12 Thread Bouke / Videotoolshed
Even though I used the word "or" in my post, the use of any of the architectural techniques can be mixed. On the subject of you being a troll, you wrote that you posted no more than 6 posts a year. That turns out to be ‘a day’ Go away, or at least shut up.

Re: [FFmpeg-user] FFmpeg Architecture (was: Codec copy with -ss before -i and after -i is not documented)

2024-02-12 Thread Paul B Mahol
On Mon, Feb 12, 2024 at 11:40 PM Mark Filipak wrote: > On 12/02/2024 11.30, Paul B Mahol wrote: > > On Mon, Feb 12, 2024 at 9:48 AM Mark Filipak > > > wrote: > >> Does FFmpeg do any internal scripting or dynamic code building/linking? > > > > Please define what you mean by these concepts. > >

Re: [FFmpeg-user] FFmpeg Architecture (was: Codec copy with -ss before -i and after -i is not documented)

2024-02-12 Thread Mark Filipak
On 12/02/2024 11.30, Paul B Mahol wrote: On Mon, Feb 12, 2024 at 9:48 AM Mark Filipak wrote: Does FFmpeg do any internal scripting or dynamic code building/linking? Please define what you mean by these concepts. Happy to, Paul. Internal scripting is when a task is built using a scripting

Re: [FFmpeg-user] FFmpeg Architecture (was: Codec copy with -ss before -i and after -i is not documented)

2024-02-12 Thread Paul B Mahol
On Mon, Feb 12, 2024 at 9:48 AM Mark Filipak wrote: > On 12/02/2024 03.21, Paul B Mahol wrote: > > Mark wants single command example to work 100% correct in 100% situations > > and that output is 100% correct 100% of time. > > Yes. Of course. > > > That is possible only for very trivial

[FFmpeg-user] FFmpeg Architecture (was: Codec copy with -ss before -i and after -i is not documented)

2024-02-12 Thread Mark Filipak
On 12/02/2024 03.21, Paul B Mahol wrote: Mark wants single command example to work 100% correct in 100% situations and that output is 100% correct 100% of time. Yes. Of course. That is possible only for very trivial containers only currently. And because libs are very low level it can not be

Re: [FFmpeg-user] Codec copy with -ss before -i and after -i is not documented [was: Re: Why are these different?]

2024-02-12 Thread Paul B Mahol
On Mon, Feb 12, 2024 at 4:29 AM Jim DeLaHunt wrote: > Paul: > > On 2024-02-11 13:42, Paul B Mahol wrote: > > Codec copy with -ss before -i and after -i is not documented that it > gives different results because > > once you do not decode everything from start you basically can notexpect > to

Re: [FFmpeg-user] Why are these different?

2024-02-12 Thread Paul B Mahol
On Mon, Feb 12, 2024 at 2:24 AM Mark Filipak wrote: > On 11/02/2024 17.39, Paul B Mahol wrote: > > On Sun, Feb 11, 2024 at 11:08 PM Mark Filipak < > markfilipak.i...@gmail.com> > > wrote: > >> On 11/02/2024 16.42, Paul B Mahol wrote: > >>> Codec copy with -ss before -i and after -i is not