Opened 12 years ago

Closed 12 years ago

#228 closed defect (invalid)

input arguments -o and -b seems not work for encoder

Reported by: tung.nguyen Owned by:
Priority: minor Milestone:
Component: HM Version: HM-4.1
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

using version 4.1

Change History (6)

comment:1 Changed 12 years ago by davidf

Please can you provide an example command line and the encoder output. The following works for me:

/users/davidf/project/build/jctvc-hm-amd64/jctvc-tmuc-enc-v0.3-1134-gbf10b3b-remotes-svn-upstream-tags-HM-4.1 \
                -c ~/project/jctvc-hm/@//cfg//encoder_intra.cfg \
                -c ~/project/jctvc-hm/@//cfg//per-sequence/BQSquare.cfg \
                --InputFile=/users/davidf/work/video/BQSquare_416x240_60.yuv \
                -o out.bit.yuv \
                -b out.bit

As does:

/users/davidf/project/build/jctvc-hm-amd64/jctvc-tmuc-enc-v0.3-1134-gbf10b3b-remotes-svn-upstream-tags-HM-4.1 \
                -c ~/project/jctvc-hm/@//cfg//encoder_intra.cfg \
                -c ~/project/jctvc-hm/@//cfg//per-sequence/BQSquare.cfg \
                --InputFile=/users/davidf/work/video/BQSquare_416x240_60.yuv \
                --BitstreamFile=out.bit \
                --ReconFile=out.bit.yuv

comment:2 Changed 12 years ago by tung.nguyen

David,

Thanks for investigation. It's my mistake. I thought the parameter pass through command line would override those one in config file.

comment:3 Changed 12 years ago by davidf

  • Resolution set to invalid
  • Status changed from new to closed

All arguments are processed in the order they appear in the commandline, so a config file specifying Foo:1 will override an earlier --Foo=2.

comment:4 Changed 12 years ago by davidf

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