From 1fd361a1ea06e44286c213ca1f814f49306fdc43 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sat, 19 Aug 2006 03:12:28 +0000 Subject: Create Subversion repository git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/ppm/ppmtompeg/examples/prof2.param | 36 ++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 converter/ppm/ppmtompeg/examples/prof2.param (limited to 'converter/ppm/ppmtompeg/examples/prof2.param') diff --git a/converter/ppm/ppmtompeg/examples/prof2.param b/converter/ppm/ppmtompeg/examples/prof2.param new file mode 100644 index 00000000..4073606a --- /dev/null +++ b/converter/ppm/ppmtompeg/examples/prof2.param @@ -0,0 +1,36 @@ +# speed test parameter file + +PATTERN IPPP +#PATTERN IBBPBBPBBPBBPBB +OUTPUT /n/picasso/users/keving/encode/output/flowgard.mpg +GOP_SIZE 30 +SLICES_PER_FRAME 1 + +BASE_FILE_FORMAT YUV +YUV_SIZE 352x240 + +INPUT_CONVERT * + +INPUT_DIR ../input/flowg + +INPUT +sflowg.*.yuv [0-149] +END_INPUT + +# quality parameters + +IQSCALE 8 +PQSCALE 10 +BQSCALE 25 + +# motion vector search parameters + +PIXEL HALF + +RANGE 10 + +PSEARCH_ALG TWOLEVEL +BSEARCH_ALG CROSS2 + +REFERENCE_FRAME DECODED + -- cgit 1.4.1