Re: [FFmpeg-devel] FFMpeg media concatenation issue

2022-12-13 Thread jb
Am 14.12.22 um 07:22 schrieb Sagar Upadhyay: Preview attachment ffmpegerror.PNG ffmpegerror.PNG 85 KB Hello, I am using FFmpeg for concatenating videos, images, background images, and set background audio. I have done all things and it's working on my system but while I am using the same comma

[FFmpeg-devel] [PATCH] libavformat/rtmp: Adding a flag to give user the option to have ffmpeg fail instead of warn when mismatches are found in rtmp url stream or application names.

2022-03-28 Thread jb
Hello, this patch was originally from William Martin, I just adapt it to the newest ffmpeg version. Regards Jonathan From 89b441ce47614035a545da1a7ce46c53ccf165e5 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Mon, 28 Mar 2022 17:07:57 +0200 Subject: [PATCH] Adding a flag to give user the

[FFmpeg-devel] [PATCH] libavformat/rtmp: Adding a flag to give user the option to have ffmpeg fail instead of warn when mismatches are found in rtmp url stream or application names.

2022-03-28 Thread jb
Hello, this patch was originally from William Martin, I just adapt it to the newest ffmpeg version. Regards Jonathan From 89b441ce47614035a545da1a7ce46c53ccf165e5 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Mon, 28 Mar 2022 17:07:57 +0200 Subject: [PATCH] Adding a flag to give user the

Re: [FFmpeg-devel] [PATCH] avformat/hlsplaylist: set stream name according to var_stream_map varname

2024-09-27 Thread jb
Am 26.09.24 um 09:28 schrieb Jonathan Baecker: From: jb-alvarado If name:* is set in var_stream_map variable, take that as NAME= variable. This helps gives better stream names in html players. --- libavformat/hlsenc.c | 2 +- libavformat/hlsplaylist.c | 9 +++-- libavformat

Re: [FFmpeg-devel] [PATCH] avformat/hlsplaylist: set stream name according to var_stream_map varname

2024-09-27 Thread jb
Sorry for the last empty replay! That patch is not working correctly. The variable `varname` is also used for multiple video streams. Is there another way, to specify the language name? Am 26.09.24 um 09:28 schrieb Jonathan Baecker: From: jb-alvarado If name:* is set in var_stream_map