Opened 14 years ago Closed 14 years ago #228 closed defect (invalid)input arguments -o and -b seems not work for encoder
Description
using version 4.1 Change History (6)comment:1 Changed 14 years ago by davidfcomment:2 Changed 14 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 14 years ago by davidf
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 14 years ago by davidf
Updating component after adding WD (Text) tickets comment:5 Changed 14 years ago by davidf
comment:6 Changed 14 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
| ||||||||||||||||
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.bitAs 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