Merge pull request #697 from ruil2/enc_test

update help info for console app
This commit is contained in:
sijchen 2014-04-16 14:57:20 +08:00
commit 4ab1dc0b89

View File

@ -389,6 +389,8 @@ void PrintHelp() {
printf ("\n Supported Options:\n");
printf (" -bf Bit Stream File\n");
printf (" -org Original file, example: -org src.yuv\n");
printf (" -sw the source width\n");
printf (" -sh the source height\n");
printf (" -frms Number of total frames to be encoded\n");
printf (" -gop GOPSize - GOP size (1,2,4,8, default: 1)\n");
printf (" -iper Intra period (default: -1) : must be a power of 2 of GOP size (or -1)\n");