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/walk5.param | 62 ++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 converter/ppm/ppmtompeg/examples/walk5.param (limited to 'converter/ppm/ppmtompeg/examples/walk5.param') diff --git a/converter/ppm/ppmtompeg/examples/walk5.param b/converter/ppm/ppmtompeg/examples/walk5.param new file mode 100644 index 00000000..e792064f --- /dev/null +++ b/converter/ppm/ppmtompeg/examples/walk5.param @@ -0,0 +1,62 @@ +# speed test parameter file + +#PATTERN IBBPBBPBBPBBPBB +PATTERN I +OUTPUT /n/picasso/users/keving/encode/output/walk5.mpg +GOP_SIZE 30 +SLICES_PER_FRAME 1 + +BASE_FILE_FORMAT PNM +YUV_SIZE 320x240 + +INPUT_CONVERT zcat * + +INPUT_DIR /n/zonker/cluster/keving/walk + +INPUT +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +title.ppm.Z +f.*.Z [1-80] +END_INPUT + +PARALLEL_TEST_FRAMES 10 +PARALLEL_TIME_CHUNKS 30 + + +IO_SERVER_CONVERT * +SLAVE_CONVERT zcat * + +PARALLEL +#charlie-brown keving ~keving/encode/bin/dec-alpha/mpeg_encode +#woodstock keving ~keving/encode/bin/dec-alpha/mpeg_encode +END_PARALLEL + +# quality parameters + +IQSCALE 1 +PQSCALE 6 +BQSCALE 10 + +# motion vector search parameters + +PIXEL HALF + +RANGE 7 + +PSEARCH_ALG TWOLEVEL +BSEARCH_ALG CROSS2 + +REFERENCE_FRAME DECODED -- cgit 1.4.1