Opened 14 years ago

Closed 13 years ago

#103 closed defect (fixed)

-fs (--FrameSkip) command-line option does not work for TAppEncoderStatic

Reported by: pimthurn Owned by: davidf
Priority: minor Milestone: HM-3.0
Component: HM Version:
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

Run the following two commands and observe that the frames extracted are identical, although one uses the frame-skip option and one does not.

TAppEncoderStatic -c ../cfg/encoder_lowdelay.cfg -c ../cfg/per-sequence/Traffic.cfg -i <path to Traffic video sequence> -f 1 -sym 2

TAppEncoderStatic -c ../cfg/encoder_lowdelay.cfg -c ../cfg/per-sequence/BQMall.cfg -i <path to BQMall video sequence> -fs 10 -f 1 -sym 2

Change History (6)

comment:1 Changed 13 years ago by davidf

  • Owner set to davidf
  • Status changed from new to accepted

comment:2 Changed 13 years ago by davidf

  • Milestone set to HM-3.1

It looks like the encoder has never implemented this option. For the HM-3.0 release, i've removed the related code. I will produce a correct fix and revert after HM-3.0.

comment:3 Changed 13 years ago by davidf

  • Milestone changed from HM-3.1 to HM-3.0
  • Resolution set to fixed
  • Status changed from accepted to closed

This has been fully implemented in r806.

comment:4 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:5 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:6 Changed 12 years ago by davidf

  • Cc jct-vc@… added
Note: See TracTickets for help on using tickets.

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(Owner, Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Paul Imthurn(Reporter)