diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-08-19 03:12:28 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2006-08-19 03:12:28 +0000 |
commit | 1fd361a1ea06e44286c213ca1f814f49306fdc43 (patch) | |
tree | 64c8c96cf54d8718847339a403e5e67b922e8c3f /converter/ppm/ppmtompeg/examples/simple.param | |
download | netpbm-mirror-1fd361a1ea06e44286c213ca1f814f49306fdc43.tar.gz netpbm-mirror-1fd361a1ea06e44286c213ca1f814f49306fdc43.tar.xz netpbm-mirror-1fd361a1ea06e44286c213ca1f814f49306fdc43.zip |
Create Subversion repository
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/ppm/ppmtompeg/examples/simple.param')
-rw-r--r-- | converter/ppm/ppmtompeg/examples/simple.param | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/converter/ppm/ppmtompeg/examples/simple.param b/converter/ppm/ppmtompeg/examples/simple.param new file mode 100644 index 00000000..14964829 --- /dev/null +++ b/converter/ppm/ppmtompeg/examples/simple.param @@ -0,0 +1,40 @@ +# Simple parameter file + +OUTPUT ./test.mpg +GOP_SIZE 15 +SLICES_PER_FRAME 1 + +BASE_FILE_FORMAT YUV +YUV_SIZE 352x240 + +INPUT_CONVERT * + +INPUT_DIR /n/charlie-brown/project/mm/mpeg/mpeg_encode/input/flowg + +INPUT +sflowg.*.yuv [0-14] +END_INPUT + +PATTERN IBBPBBPBBPBBPBBPBBPBBP + +# quality parameters + +IQSCALE 8 +PQSCALE 10 +BQSCALE 25 + +# motion vector search parameters + +PIXEL HALF + +RANGE 10 4 + +# LOGARITHMIC, TWOLEVEL, SUBSAMPLE, EXHAUSTIVE +PSEARCH_ALG LOGARITHMIC + +# CROSS2, SIMPLE +BSEARCH_ALG CROSS2 + +# DECODED or ORIGINAL +REFERENCE_FRAME ORIGINAL + |