1YAMIDECODE(1) User Commands YAMIDECODE(1)
2
3
4
6 yamiencode - encode application based on libyami
7
9 This program encode the raw YUV file to video bitstream
10
12 -i <source yuv filename> load YUV from a file -W <width> -H <height> -o
13 <coded file> optional -b <bitrate: kbps> optional -f <frame rate>
14 optional -c <codec: AVC|VP8|VP9|JPEG> -s <fourcc: NV12|IYUV|YV12> -N
15 <number of frames to encode(camera default 50), useful for camera> --qp
16 <initial qp> optional --rcmode <CBR|CQP> optional --ipperiod <0 (I
17 frame only) | 1 (I and P frames) | N (I,P and B frames, B frame number
18 is N-1)> optional --intraperiod <Intra frame period (default 30)>
19 optional --refnum <number of referece frames(default 1)> optional
20 --idrinterval <AVC/HEVC IDR frame interval (default 0)> optional --low‐
21 power <Enable AVC low power mode (default 0, Disabled)> optional
22
23
24
25yamiencode October 2016 YAMIDECODE(1)