[FFmpeg-user] concat - C needs to go before B - How?

2024-02-21 Thread Mark Filipak
Gyan, Paul, Devin, Jim, anyone. Help! You folks have been following my trim+concat adventure. I think I may have found the problem, not just for me. It's a general problem. "N" signifies one frame time. All times are relative to ptsA. __DTS__ _PTS__ ptsA-2N ptsAI-frame with DTS-to-PTS=2

Re: [FFmpeg-user] concat - C needs to go before B - How?

2024-02-21 Thread Paul B Mahol
On Wed, Feb 21, 2024 at 10:12 AM Mark Filipak wrote: > Gyan, Paul, Devin, Jim, anyone. Help! > > You folks have been following my trim+concat adventure. I think I may have > found the problem, not > just for me. It's a general problem. > > "N" signifies one frame time. All times are relative to p

Re: [FFmpeg-user] concat - C needs to go before B - How?

2024-02-21 Thread Mark Filipak
On 21/02/2024 05.20, Paul B Mahol wrote: On Wed, Feb 21, 2024 at 10:12 AM Mark Filipak wrote: Gyan, Paul, Devin, Jim, anyone. Help! You folks have been following my trim+concat adventure. I think I may have found the problem, not just for me. It's a general problem. "N" signifies one frame t

[FFmpeg-user] Trouble with ffmpeg ... -f tee and specific encodings per output

2024-02-21 Thread Jason Bailey via ffmpeg-user
I'm trying to use "ffmpeg ... -f tee" to take a single RTMP input and slice it into two entirely different outputs -- one as a mpegts stream to specific host, and another as HLS output. Just when I think I've about got it figured out, I run into a brick wall. I've read a lot of documentation, bu