On 19/01/2023 00:20, Prakash wrote:
The problem with int milliseconds is you lose the microseconds precision.
Sometimes there are multiple log lines within the same millisecond.
If you want to do performance profiling like comparing between assembler
and C versions of a routine in my opinion
From: Haihao Xiang
Include hstack_vaapi, vstack_vaapi and xstack_vaapi. They may accept
input streams with different sizes. libva2 (VA-API 1.0+) is required.
Example:
$ ffmpeg -hwaccel vaapi -hwaccel_output_format vaapi -i input.h265
-filter_complex
"[0:v][0:v]hstack_vaapi" -c:v h264_vaapi out
On Tue, Jan 17, 2023 at 11:22 PM Nuo Mi wrote:
>
>
> On Mon, Jan 16, 2023 at 10:58 PM Jean-Baptiste Kempf
> wrote:
>
>> On Mon, 16 Jan 2023, at 14:53, Nuo Mi wrote:
>> > Seems too hurried for this time. Maybe next time
>>
>> I disagree: we can do (and should do) a small task for VVC dec in GSoC
On 17/01/2023 19:11, Paul B Mahol wrote:
> On 1/17/23, Jeffrey Chapuis wrote:
>> I'm getting there, don't give up on me.
>>
>> Now 'limit_upscaled' become the variable used in filter_frame() and
>> 'limit' is never change, unless by user
>> We only have to update 'limit_upscaled' if 'limit' really
On 1/19/2023 4:26 AM, Anton Khirnov wrote:
Quoting James Almer (2023-01-18 22:23:43)
On 1/18/2023 4:28 PM, Anton Khirnov wrote:
Quoting James Almer (2023-01-16 14:38:14)
It's been a while since the last bump, so it's time to do some cleaning and
remove deprecated APIs. This will also give us a
>On 17/01/2023 19:11, Paul B Mahol wrote:
>> On 1/17/23, Jeffrey Chapuis wrote:
>>> I'm getting there, don't give up on me.
>>>
>>> Now 'limit_upscaled' become the variable used in filter_frame() and
>>> 'limit' is never change, unless by user
>>> We only have to update 'limit_upscaled' if 'limit'
Quoting James Almer (2023-01-19 13:18:28)
> On 1/19/2023 4:26 AM, Anton Khirnov wrote:
> > Quoting James Almer (2023-01-18 22:23:43)
> >> On 1/18/2023 4:28 PM, Anton Khirnov wrote:
> >>> Quoting James Almer (2023-01-16 14:38:14)
> It's been a while since the last bump, so it's time to do some
On Wed, Sep 07, 2022 at 03:41:21PM +0200, OvchinnikovDmitrii wrote:
> From: Michael Fabian 'Xaymar' Dirks
>
>
> added 10 bit support for amf hevc.
>
> before:
>
> command - ffmpeg.exe -hide_banner -y -hwaccel d3d11va -hwaccel_output_format
> d3d11 -i test_10bit_file.mkv -an -c:v h264_amf res.
On Wed, Jan 18, 2023 at 06:23:43PM -0300, James Almer wrote:
> On 1/18/2023 4:28 PM, Anton Khirnov wrote:
> > Quoting James Almer (2023-01-16 14:38:14)
> > > It's been a while since the last bump, so it's time to do some cleaning
> > > and
> > > remove deprecated APIs. This will also give us an "O