fraunhoferhhi / vvenc

VVenC, the Fraunhofer Versatile Video Encoder
https://www.hhi.fraunhofer.de/en/departments/vca/technologies-and-solutions/h266-vvc.html
BSD 3-Clause Clear License
942 stars 170 forks source link

Problem with size video #16

Closed Jamaika1 closed 3 years ago

Jamaika1 commented 3 years ago

mp4box -info input_1280x720.266

[VVC] Picture header in slice header incomplete support, cannot guess slice type
Import probing results for input.266:
File has 1 tracks
Duration: 1 s
        Track 1 type: Video Codec VVC Video (ID 1987470112)
        Size 95x79 @ 25 FPS

VVEncoderApp.exe -v 5 -t 4 -s 1280x720 -r 30 -c yuv420 -b 8 -g 16 --preset medium --profile main10 --level 6.3 --tier high -i input.yuv -o output.266

adamjw24 commented 3 years ago

Did you test the same with the VTM encoder? Do you think this is a GPAC or vvenc problem?

Jamaika1 commented 3 years ago

I don't know. Is the codec working properly? GPAC doesn't recognize header. Imports 8bit yuv420 movie and gets 10bit How to set 8bit decoding? My mistake. b isn't bitdepth only bitrate Why is the framerate 24 and not 30? Is size video only 1280x720? The info is a bit in a strange place.

VVDecoderApp.exe -v 5 -b input.266 -o output.yuv
Fraunhofer VVC Decoder VVDecoderApp.exe version: 0.2.0.1-c22136e
[THREADS=4; PARSE_DELAY=4; SIMD=NONE]
more data needed to tune in
more data needed to tune in
more data needed to tune in
more data needed to tune in
more data needed to tune in
more data needed to tune in
POC    0 LId:  0 TId: 0 ( I-SLICE, QP 23 ) [DT  0.091] [L0 ] [L1 ]
POC   16 LId:  0 TId: 0 ( B-SLICE, QP 23 ) [DT  0.098] [L0 0 ] [L1 0 ]
POC    8 LId:  0 TId: 1 ( B-SLICE, QP 26 ) [DT  0.066] [L0 0 16 ] [L1 16 0 ]
POC    4 LId:  0 TId: 2 ( B-SLICE, QP 30 ) [DT  0.057] [L0 0 8 ] [L1 8 16 ]
POC    2 LId:  0 TId: 3 ( B-SLICE, QP 34 ) [DT  0.046] [L0 0 4 ] [L1 4 8 ]
POC    1 LId:  0 TId: 4 ( B-SLICE, QP 38 ) [DT  0.035] [L0 0 2 ] [L1 2 4 ]
POC    6 LId:  0 TId: 3 ( B-SLICE, QP 31 ) [DT  0.039] [L0 4 0 ] [L1 8 16 ]
POC    3 LId:  0 TId: 4 ( B-SLICE, QP 35 ) [DT  0.039] [L0 2 0 ] [L1 4 8 ]
POC   12 LId:  0 TId: 2 ( B-SLICE, QP 29 ) [DT  0.052] [L0 8 0 ] [L1 16 8 ]
vvdecapp [info]: SizeInfo: 1280x720 (10b)
POC    5 LId:  0 TId: 4 ( B-SLICE, QP 32 ) [DT  0.051] [L0 4 0 ] [L1 6 8 ]
POC    7 LId:  0 TId: 4 ( B-SLICE, QP 32 ) [DT  0.056] [L0 6 4 ] [L1 8 16 ]
POC   10 LId:  0 TId: 3 ( B-SLICE, QP 30 ) [DT  0.059] [L0 8 0 ] [L1 12 16 ]
POC   14 LId:  0 TId: 3 ( B-SLICE, QP 30 ) [DT  0.037] [L0 12 8 ] [L1 16 12 ]
POC    9 LId:  0 TId: 4 ( b-SLICE, QP 31 ) [DT  0.036] [L0 8 0 ] [L1 10 12 ]
POC   11 LId:  0 TId: 4 ( b-SLICE, QP 31 ) [DT  0.027] [L0 10 8 ] [L1 12 16 ]
POC   13 LId:  0 TId: 4 ( b-SLICE, QP 31 ) [DT  0.026] [L0 12 8 ] [L1 14 16 ]
POC   15 LId:  0 TId: 4 ( b-SLICE, QP 31 ) [DT  0.058] [L0 14 12 ] [L1 16 14 ]
POC   32 LId:  0 TId: 0 ( I-SLICE, QP 21 ) [DT  0.108] [L0 ] [L1 ]
POC   24 LId:  0 TId: 1 ( B-SLICE, QP 21 ) [DT  0.083] [L0 16 8 ] [L1 32 16 ]
vvdecapp [info]: 2021-Jan-04 22:32:47.485357: 19 frames decoded @ 22.4321 fps (0.847 sec)