summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorHarish Mahendrakar <harish.mahendrakar@ittiam.com>2016-02-03 13:30:50 +0530
committerHarish Mahendrakar <harish.mahendrakar@ittiam.com>2016-06-16 03:28:32 +0000
commitcfec181db4311b1c515f7eef878ae27a4c6d45cf (patch)
tree8567462b84f5e0e2ed2bde655adff4a8ce4684f0 /test
parent87cf00e061dba2c83664c0ae2fc591546ae4d469 (diff)
downloadandroid_external_libavc-cfec181db4311b1c515f7eef878ae27a4c6d45cf.tar.gz
android_external_libavc-cfec181db4311b1c515f7eef878ae27a4c6d45cf.tar.bz2
android_external_libavc-cfec181db4311b1c515f7eef878ae27a4c6d45cf.zip
Encoder: Added sample encoder config file to be used with avcenc
avcenc takes command line arguments and as well as supports passing arguments through a config file Change-Id: I106814d684bc363863b357a836e7804a65eedaec
Diffstat (limited to 'test')
-rw-r--r--test/encoder/enc.cfg47
1 files changed, 47 insertions, 0 deletions
diff --git a/test/encoder/enc.cfg b/test/encoder/enc.cfg
new file mode 100644
index 0000000..ba62199
--- /dev/null
+++ b/test/encoder/enc.cfg
@@ -0,0 +1,47 @@
+--input input_qvga.yuv
+--output output.264
+--recon recon.yuv
+--chksum chksum.md5
+--chksum_enable 0
+--recon_enable 0
+--input_chroma_format YUV_420P
+--recon_chroma_format YUV_420P
+--qp_i 24
+--qp_p 27
+--qp_b 29
+--qp_i_min 4
+--qp_i_max 49
+--qp_p_min 4
+--qp_p_max 49
+--qp_b_min 4
+--qp_b_max 49
+--max_wd 1920
+--max_ht 1080
+--psnr 0
+--slice 0
+--slice_param 0
+--num_frames -1
+--search_range_x 16
+--search_range_y 16
+--width 320
+--height 240
+--src_framerate 30
+--tgt_framerate 30
+--num_cores 4
+--rc 2
+--bitrate 256000
+--vbv_delay 1000
+--disable_deblock_level 0
+--intra_4x4_enable 1
+--i_interval 1000
+--me_speed 100
+--hpel 1
+--fast_sad 0
+--speed NORMAL
+--max_level 41
+--idr_interval 1000
+--entropy 0
+--bframes 0
+--adaptive_intra_refresh 0
+--air_refresh_period 30
+