This new patch adds three new options to the MPEG-TS muxer.
You can use them to mark PCRs in additional VIDEO/AUDIO/DATA streams.
It's useful when you will remux the output with pid filtering tools.
For example, if you put PCR in all audio streams, then you can filter
each audio stream to create a
o you really have multiple audio streams in single program, which
> are supposed to be remuxed as separate radio channels? Or same for multiple
> video streams? Is this for ABR purposes? Can you describe your use case in
> some more details?
‐‐‐ Original Message ‐‐‐
On Tuesday,
This patch resolves dynamic resizing changes in the hwdownload filter.
See more info at:
https://trac.ffmpeg.org/ticket/7564
Regards.
M. SandersFrom 2efeb454400db117af276cdfd6a98a00b80ca114 Mon Sep 17 00:00:00 2001
From: M. Sanders
Date: Mon, 26 Nov 2018 11:56:14 +
Subject: [PATCH] libavfilt
Hi,
This patch adds command support for dynamic change the size in the “scale_cuda”
resize filter. In fact, it’s the first GPU filter accepting realtime commands.
Using similar changes it’s possible to port it to other hwaccelerators. The
only limitation is that the values cannot exceed the ini
‐‐‐ Original Message ‐‐‐
On Monday, 26 de November de 2018 20:10, Timo Rothenpieler
wrote:
> On 26.11.2018 19:09, msanders wrote:
>
> > Hi,
> > This patch adds command support for dynamic change the size in the
> > “scale_cuda” resize filter. In fact, i