From 5eac8b795c5a44469b749ecb4cf7a68038055b5b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 6 Dec 2011 00:56:37 -0500 Subject: Add physics test. --- libdimension/tests/physics.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 libdimension/tests/physics.sh (limited to 'libdimension/tests/physics.sh') diff --git a/libdimension/tests/physics.sh b/libdimension/tests/physics.sh new file mode 100755 index 0000000..da07873 --- /dev/null +++ b/libdimension/tests/physics.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +ffmpeg -f image2 -i libdimension/tests/physics%05d.png -vcodec libx264 -preset medium -qp 0 -threads 12 physics.mkv +ffmpeg -i physics.mkv -s 1920x1080 -sameq -threads 12 physics1080.mkv -- cgit v1.2.3