diff options
Diffstat (limited to 'converter/ppm/ppmtompeg/examples/frame.test')
-rw-r--r-- | converter/ppm/ppmtompeg/examples/frame.test | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/converter/ppm/ppmtompeg/examples/frame.test b/converter/ppm/ppmtompeg/examples/frame.test new file mode 100644 index 00000000..fbefb8c4 --- /dev/null +++ b/converter/ppm/ppmtompeg/examples/frame.test @@ -0,0 +1,37 @@ +# speed test parameter file + +PATTERN IBPB +OUTPUT output/food +GOP_SIZE 20 +SLICES_PER_FRAME 1 + +BASE_FILE_FORMAT YUV +YUV_SIZE 352x240 + +INPUT_CONVERT cat *.Y *.U *.V + +INPUT_DIR links/flowg + +INPUT +sflowg.* [0-4] +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 10 +PQSCALE 31 +BQSCALE 31 + |