Opened 14 years ago Closed 14 years ago #103 closed defect (fixed)-fs (--FrameSkip) command-line option does not work for TAppEncoderStatic
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 14 years ago by davidf
comment:2 Changed 14 years ago by davidf
comment:3 Changed 14 years ago by davidf
This has been fully implemented in r806. comment:4 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 13 years ago by davidf
comment:6 Changed 13 years ago by davidf
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
|
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.