Re: [FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-24 Thread Carl Eugen Hoyos
> Am 25.06.2020 um 02:38 schrieb Alessandro Molon : > > I would like to use ffmpeg as live HLS ABR packager and use /dev/shm to store > playlist and chunks in RAMDISK. > But unfortunately I’ve noticed that ffmpeg constantly increase the memory > used until it saturates it. No. At least both y

[FFmpeg-user] FFMPEG endlessly increases memory usage over time with HLS packaging.

2020-06-24 Thread Alessandro Molon
Hi All, I would like to use ffmpeg as live HLS ABR packager and use /dev/shm to store playlist and chunks in RAMDISK. But unfortunately I’ve noticed that ffmpeg constantly increase the memory used until it saturates it. the script does basically this steps: mkdir -p /dev/shm/live/test cd /dev/

Re: [FFmpeg-user] HEVC acceleration

2020-06-24 Thread Andriy Gelman
On Wed, 24 Jun 2020 at 10:28, Mohammed Bey Ahmed Khernache < mohbeyi...@gmail.com> wrote: > Hello, > I am trying to decode HEVC-encoded content using ffmpeg. I am still unable > to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the > platform I am using, RB3. > Below are the c

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Simon Roberts
On Wed, Jun 24, 2020 at 4:26 PM Tom Sparks wrote: > On 25/06/2020, Simon Roberts wrote: > > On Wed, Jun 24, 2020 at 3:41 AM Tom Sparks > wrote: > > > >> mkv is a better output format to use > >> > > > > Thanks for this Tom, can you expand on what the benefits are? I think I > > ended up with mo

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Carl Eugen Hoyos
Am Mi., 24. Juni 2020 um 22:46 Uhr schrieb Simon Roberts : > > On Wed, Jun 24, 2020 at 3:41 AM Tom Sparks wrote: > > > mkv is a better output format to use > > > > Thanks for this Tom, can you expand on what the benefits are? > I think I ended up with mov as it seemed to be the "natural" > choice

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Tom Sparks
On 25/06/2020, Simon Roberts wrote: > On Wed, Jun 24, 2020 at 3:41 AM Tom Sparks wrote: > >> mkv is a better output format to use >> > > Thanks for this Tom, can you expand on what the benefits are? I think I > ended up with mov as it seemed to be the "natural" choice for apple prores > content,

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Simon Roberts
On Wed, Jun 24, 2020 at 3:41 AM Tom Sparks wrote: > mkv is a better output format to use > Thanks for this Tom, can you expand on what the benefits are? I think I ended up with mov as it seemed to be the "natural" choice for apple prores content, but there was no thought went into it, just "what

Re: [FFmpeg-user] HEVC acceleration

2020-06-24 Thread Carl Eugen Hoyos
Am Mi., 24. Juni 2020 um 16:28 Uhr schrieb Mohammed Bey Ahmed Khernache : > > Hello, > I am trying to decode HEVC-encoded content using ffmpeg. I am still unable > to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the > platform I am using, RB3. > Below are the command and the

[FFmpeg-user] Fwd: OBS and OBS Portable Recording Into Same File Simultaneously

2020-06-24 Thread David Bayles
Corrupted video file, FFprobe output text file, and FFmpeg output text file are all available to download here: https://drive.google.com/drive/folders/1R0Y5plgkhTWWFNNKgSNJ5yitpKQbIKgg?usp=sharing I'm hoping there is a way to extract good video and audio from this video file, this was for a very i

[FFmpeg-user] HEVC acceleration

2020-06-24 Thread Mohammed Bey Ahmed Khernache
Hello, I am trying to decode HEVC-encoded content using ffmpeg. I am still unable to leverage the HEVC accelerator, which is hevc_v4l2m2m in the case of the platform I am using, RB3. Below are the command and the output. - root@linaro

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Simon Roberts
On Wed, Jun 24, 2020 at 5:43 AM Moritz Barsnick wrote: > On Tue, Jun 23, 2020 at 21:31:25 -0600, Simon Roberts wrote: > > But I have no clue how to start with this. I tried simply adding more > input > > channels to my input specifications: > [... elided my incorrect command...] > > By default,

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Moritz Barsnick
On Tue, Jun 23, 2020 at 21:31:25 -0600, Simon Roberts wrote: > But I have no clue how to start with this. I tried simply adding more input > channels to my input specifications: > > ffmpeg -f decklink -i 'DeckLink Quad HDMI Recorder (1)' -f decklink -i > 'DeckLink Quad HDMI Recorder (4)' -c:v copy

[FFmpeg-user] Catching all error warnings via ffprobe

2020-06-24 Thread Kieran O Leary
Hi, I'm trying to catch all error warnings via JSON ffprobe output, but only some of the errors are making their way through. The errors about ac-tex damage and MVs not available end up in the JSON, but I also want to get what I assume is an mp2 header missing error that you can see further down -

Re: [FFmpeg-user] Capture multiple streams into same container?

2020-06-24 Thread Tom Sparks
mkv is a better output format to use On 24/06/2020, Simon Roberts wrote: > Greetings all, I'm a pretty low-level ffmpeg user, just doing screen > captures, compressions, and some simple format conversions. I have not made > much progress understanding more advanced key concepts; I apologize if th