Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread James Almer
On 1/9/2021 12:14 PM, Nuo Mi wrote: On Sat, Jan 9, 2021 at 11:11 PM Nuo Mi wrote: Hi James, On Sat, Jan 9, 2021 at 10:53 PM James Almer wrote: On 1/9/2021 4:34 AM, Nuo Mi wrote: use following command to test: ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin 79.11%(197/249) ca

Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread Nuo Mi
On Sat, Jan 9, 2021 at 11:53 PM James Almer wrote: > On 1/9/2021 12:11 PM, Nuo Mi wrote: > > Hi James, > > On Sat, Jan 9, 2021 at 10:53 PM James Almer wrote: > > > >> On 1/9/2021 4:34 AM, Nuo Mi wrote: > >>> use following command to test: > >>> ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vv

Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread James Almer
On 1/9/2021 12:11 PM, Nuo Mi wrote: Hi James, On Sat, Jan 9, 2021 at 10:53 PM James Almer wrote: On 1/9/2021 4:34 AM, Nuo Mi wrote: use following command to test: ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin 79.11%(197/249) can bit match with original clips 6.83%(17/249) are

Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread Nuo Mi
On Sat, Jan 9, 2021 at 11:11 PM Nuo Mi wrote: > > Hi James, > On Sat, Jan 9, 2021 at 10:53 PM James Almer wrote: > >> On 1/9/2021 4:34 AM, Nuo Mi wrote: >> > use following command to test: >> > ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin >> > >> > 79.11%(197/249) can bit match w

Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread Nuo Mi
Hi James, On Sat, Jan 9, 2021 at 10:53 PM James Almer wrote: > On 1/9/2021 4:34 AM, Nuo Mi wrote: > > use following command to test: > > ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin > > > > 79.11%(197/249) can bit match with original clips > > 6.83%(17/249) are not bit match, the

Re: [FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-09 Thread James Almer
On 1/9/2021 4:34 AM, Nuo Mi wrote: use following command to test: ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin 79.11%(197/249) can bit match with original clips 6.83%(17/249) are not bit match, the original clips has redundant emulation prevent bytes other all failed since vvdec

[FFmpeg-devel] [PATCH v2 10/11] avcodec: add vvc metadata bsf

2021-01-08 Thread Nuo Mi
use following command to test: ffmpeg -i in.bin -c:v copy -bsf vvc_metadata -f vvc out.bin 79.11%(197/249) can bit match with original clips 6.83%(17/249) are not bit match, the original clips has redundant emulation prevent bytes other all failed since vvdec failed to decode the first frame ---