Opened 5 years ago
Closed 4 years ago
#961 closed defect (fixed)
Decoding when pictures are skipped using SkipFrames (-s) does not work
Reported by: | rickard | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | VTM-12.1 |
Component: | VTM | Version: | VTM-8.0 |
Keywords: | Cc: | ksuehring, XiangLi, fbossen, jvet@… |
Description
The VTM decoder includes a SkipFrames (-s) decoder option that skips a number of pictures before decoding. This feature seems to work in VTM-5.0 but does not work in VTM-8.0. In VTM-5.0, the decoder starts decoding at the next CRA picture after the skipped pictures.
I used these for testing:
bin/EncoderAppStatic -c cfg/encoder_randomaccess_vtm.cfg -c cfg/per-sequence/RaceHorses.cfg -q 37 -i /seqs/RaceHorses_416x240_30.yuv --IntraPeriod=32 -f 65 -b out.bit -dph 1
bin/DecoderAppStatic -b out.bit -s 1
Change history (1)
comment:1 Changed 4 years ago by fbossen
- Milestone set to VTM-12.1
- Resolution set to fixed
- Status changed from new to closed
Note: See TracTickets for help on using tickets.
See
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM/-/merge_requests/2026