Changes between Initial Version and Version 2 of Ticket #1166


Ignore:
Timestamp:
Sep 23, 2013, 2:03:07 PM (11 years ago)
Author:
ksuehring
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1166

    • Property Cc fbossen ksuehring davidf jct-vc@… added
  • Ticket #1166 – Description

    initial v2  
    33I am trying to code a GOP structure of 4 low-delay-P configuration, where frames 1,2,3 are non-reference frames and frame is 0 a reference frame. Below is the encoder configuration I use:
    44
     5{{{
    56#======== Coding Structure =============
    67IntraPeriod                   : -1          # Period of I-Frame ( -1 = only first)
     
    1213Frame3:  P    3   2        0.4624   0            0               1           3                3         -3 -7 -11          1      -1       4         1 1 1 0         
    1314Frame4:  P    4   1        0.578    0            0               0           3                3         -4 -8 -12          1      -1       4         1 1 1 0
    14 
     15}}}
    1516
    1617Generated bitstream differs from the above specified structure in creating reference picture lists in the first two GOPs, frames 2,3,6 and 7. For these frames, the picture lists include additional reference frames. The rest of the bitstream is correct.
     
    1920
    2021Below is an example of decoder log file:
     22{{{
    2123POC    0 TId: 0 ( I-SLICE, QP 32 ) [DT  0.016] [L0 ] [L1 ] [:,,,(unk)]
    2224POC    1 TId: 1 ( P-SLICE, QP 34 ) [DT  0.015] [L0 0 ] [L1 ] [:,,,(unk)]
     
    3133POC   10 TId: 1 ( P-SLICE, QP 34 ) [DT  0.015] [L0 8 4 0 ] [L1 ] [:,,,(unk)]
    3234POC   11 TId: 1 ( P-SLICE, QP 34 ) [DT  0.000] [L0 8 4 0 ] [L1 ] [:,,,(unk)]
     35}}}

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber)
  • Done Bugdayci(Reporter, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Participant, Always)