[encoder] Improved motion estimation.
[schroedinger/research-port.git] / misc / encode_squirrel
blob4ed8990d1499ff256db6b88b2dcc6ff1e20c99e6
1 #!/bin/sh
3 mediadir=/home/ds/media
5 list="$all"
7 list=SD-25Mb
8 output=output.drc
10 #extraopts="enable-phasecorr-estimation=true enable-hierarchical-estimation=false"
11 #extraopts="perceptual-weighting=2"
12 extraopts=""
14 trap exit INT
16 schroopts="rate-control=1 bitrate=50000000 gop-structure=1"
18 SCHRO_DUMP=1 \
19 gst-launch-0.10 filesrc location=/home/ds/yuyv ! \
20 videoparse format=0 width=720 height=576 framerate=12/1 pixel-aspect-ratio=11/10 ! \
21 ffmpegcolorspace ! \
22 schroenc $schroopts $extraopts ! \
23 filesink location=$output