summaryrefslogtreecommitdiffstats
path: root/bin/fm22avi
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fm22avi')
-rwxr-xr-xbin/fm22avi8
1 files changed, 0 insertions, 8 deletions
diff --git a/bin/fm22avi b/bin/fm22avi
deleted file mode 100755
index eebfb4f..0000000
--- a/bin/fm22avi
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-set -eu
-set -o pipefail
-
-movie="$1"
-rom="$2"
-
-fceux --playmov "$movie" --sound 1 --soundq 1 --soundrate 48000 --nospritelim 1 --pal 0 --xscale 1 --yscale 1 --opengl 0 --special 0 "$rom" --videolog "mencoder - -o ${movie/.fm2/.avi} -ovc x264 -x264encopts qp=0 -oac mp3lame -lameopts mode=3:preset=128 -noskip -nocache -mc 0 -aspect 4/3 NESVSETTINGS"