[svn] / branches / dev-api-4 / xvidcore / examples / xvid_encraw.c Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/examples/xvid_encraw.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1019, Wed May 14 11:53:16 2003 UTC revision 1026, Thu May 15 17:21:08 2003 UTC
# Line 19  Line 19 
19   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: xvid_encraw.c,v 1.11.2.22 2003-05-14 11:53:16 suxen_drol Exp $   * $Id: xvid_encraw.c,v 1.11.2.23 2003-05-15 17:21:08 edgomez Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 131  Line 131 
131  static int ARG_SINGLE = 0;  static int ARG_SINGLE = 0;
132  static char *ARG_PASS1 = 0;  static char *ARG_PASS1 = 0;
133  static char *ARG_PASS2 = 0;  static char *ARG_PASS2 = 0;
134  static int ARG_QUALITY = 3;  static int ARG_QUALITY = ME_ELEMENTS - 1;
135  static float ARG_FRAMERATE = 25.00f;  static float ARG_FRAMERATE = 25.00f;
136  static int ARG_MAXFRAMENR = ABS_MAXFRAMENR;  static int ARG_MAXFRAMENR = ABS_MAXFRAMENR;
137  static char *ARG_INPUTFILE = NULL;  static char *ARG_INPUTFILE = NULL;
# Line 643  Line 643 
643      fprintf(stderr,     " -single                        : single pass mode\n");      fprintf(stderr,     " -single                        : single pass mode\n");
644          fprintf(stderr, " -pass1     filename            : twopass mode (first pass)\n");          fprintf(stderr, " -pass1     filename            : twopass mode (first pass)\n");
645          fprintf(stderr, " -pass2     filename            : twopass mode (2nd pass)\n");          fprintf(stderr, " -pass2     filename            : twopass mode (2nd pass)\n");
646      fprintf(stderr,     " -zq frame float               : bitrate zone; quant\n");          fprintf(stderr, " -zq starting_frame float       : bitrate zone; quant\n");
647      fprintf(stderr,     " -zw frame float               : bitrate zone; weight\n");          fprintf(stderr, " -zw starting_frame float       : bitrate zone; weight\n");
648          fprintf(stderr, "\n");          fprintf(stderr, "\n");
649          fprintf(stderr, "Other options\n");          fprintf(stderr, "Other options\n");
650          fprintf(stderr, " -asm            : use assembly optmized code\n");          fprintf(stderr, " -asm            : use assembly optmized code\n");
# Line 654  Line 654 
654          fprintf(stderr, " -stats          : print stats about encoded frames\n");          fprintf(stderr, " -stats          : print stats about encoded frames\n");
655          fprintf(stderr, " -debug          : print all MB dquants\n");          fprintf(stderr, " -debug          : print all MB dquants\n");
656          fprintf(stderr, " -help           : prints this help message\n");          fprintf(stderr, " -help           : prints this help message\n");
657            fprintf(stderr, "\n");
658            fprintf(stderr, "NB: You can define %d zones repeating the -z[qw] option as many times as needed.\n", MAX_ZONES);
659            fprintf(stderr, "\n");
660  }  }
661    
662  /*****************************************************************************  /*****************************************************************************

Legend:
Removed from v.1019  
changed lines
  Added in v.1026

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4