Decoder: Added sample decoder config file to be used with avcdec
avcdec takes command line arguments and as well as supports passing arguments through a config file Change-Id: Icc1dec3f735f89d510f548641896b7cfac676a2b
This commit is contained in:
parent
c59cd5d2be
commit
87cf00e061
1 changed files with 12 additions and 0 deletions
12
test/decoder/dec.cfg
Normal file
12
test/decoder/dec.cfg
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--input input.h264
|
||||
--save_output 0
|
||||
--num_frames -1
|
||||
--output out.yuv
|
||||
--chroma_format YUV_420P
|
||||
--share_display_buf 0
|
||||
--num_cores 3
|
||||
--loopback 0
|
||||
--display 0
|
||||
--fps 59.94
|
||||
--arch ARM_A9Q
|
||||
--soc GENERIC
|
||||
Loading…
Add table
Add a link
Reference in a new issue