X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=run%2Fdcpomatic;h=fcc0e2539814001784d6130b7d9f08cf829276bb;hb=2aeff3a6c0ecf5fc0e8f13c4dc580ae5dfb464f2;hp=f2e12529e2f6b095155ff5ebc7b0044df3d6816f;hpb=bd68f5a27795cb9151633bac810c53bae4ec4bf4;p=dcpomatic.git diff --git a/run/dcpomatic b/run/dcpomatic index f2e12529e..fcc0e2539 100755 --- a/run/dcpomatic +++ b/run/dcpomatic @@ -20,6 +20,9 @@ elif [ "$1" == "--i18n" ]; then elif [ "$1" == "--perf" ]; then shift perf record build/src/tools/dcpomatic2 $* +elif [ "$1" == "--scaled" ]; then + shift + ~/src/run_scaled/run_scaled --sleep=5 --scale=0.5 build/src/tools/dcpomatic2 $* else build/src/tools/dcpomatic2 $* fi