You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
Android.bp | 4 months ago | |
Makefile | 4 months ago | |
product_build.mk | 4 months ago | |
product_package.mk | 4 months ago | |
readme.txt | 4 months ago | |
readme_cn.txt | 4 months ago | |
sample_venc.c | 4 months ago |
readme.txt
The sample demonstrates the USER->VENC function. Usage: 1) sample_chns ./filename.yuv Picture_Width Picture_Height Encode_Width Encode_Height 2) sample_chns user-defined If you use the first usage, you will creat just one venc instance.You should make sure the resolving power of the yuv file you set match with the [Picture_Width] and [Picture_Height] you set. The parameter [Encode_Width] and [Encode_Height] can be different from the real resolving power of the yuv file. If it is different from the yuv file's resolving power, the Encoder will zoom out or in to encode according to the resolving power [Encode_Width][Encode_Height] which you set. If you use the second usage, you can put the parameter based on the tips so that you can creat one more instances. And you can alse choose encode type : h264,mjpeg and jpeg. The output H264 stream file will store in the directory of input YUV file.