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/pnm.param | 37 ++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 converter/ppm/ppmtompeg/examples/pnm.param (limited to 'converter/ppm/ppmtompeg/examples/pnm.param') diff --git a/converter/ppm/ppmtompeg/examples/pnm.param b/converter/ppm/ppmtompeg/examples/pnm.param new file mode 100644 index 00000000..6fce2be4 --- /dev/null +++ b/converter/ppm/ppmtompeg/examples/pnm.param @@ -0,0 +1,37 @@ +# speed test parameter file + +PATTERN I +OUTPUT output/food +GOP_SIZE 30 +SLICES_PER_FRAME 1 + +BASE_FILE_FORMAT PPM +YUV_SIZE 352x240 + +INPUT_CONVERT * + +INPUT_DIR links/flowg + +INPUT +sflowg.*.ppm [01-10] +END_INPUT + + +# motion vector search parameters + +# MAD or MSE -- must be upper case +ERROR MAD + +# FULL or HALF -- must be upper case +PIXEL FULL + +# means +/- this many pixels +RANGE 8 + +PSEARCH_ALG EXHAUSTIVE +BSEARCH_ALG SIMPLE + +IQSCALE 31 +PQSCALE 10 +BQSCALE 25 + -- cgit 1.4.1