aboutsummaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
Diffstat (limited to 'old')
-rw-r--r--old/README.md3
-rw-r--r--old/extract.sh5
-rw-r--r--old/frimin.bat1
-rw-r--r--old/frimout.bat1
-rw-r--r--old/hf-sbs.bat1
5 files changed, 11 insertions, 0 deletions
diff --git a/old/README.md b/old/README.md
new file mode 100644
index 0000000..e942eab
--- /dev/null
+++ b/old/README.md
@@ -0,0 +1,3 @@
+# Old original manual scripts
+
+Thanks to [Scott Garrett](https://www.technomancer.com/archives/685) for the original scripts
diff --git a/old/extract.sh b/old/extract.sh
new file mode 100644
index 0000000..8f51aaa
--- /dev/null
+++ b/old/extract.sh
@@ -0,0 +1,5 @@
+#!/bin/bash -x
+
+FILE="$1"
+
+mkvextract -f tracks "${FILE}" 0:"$( basename "${FILE}" .mkv )".h264 --fullraw \ No newline at end of file
diff --git a/old/frimin.bat b/old/frimin.bat
new file mode 100644
index 0000000..e00f4ba
--- /dev/null
+++ b/old/frimin.bat
@@ -0,0 +1 @@
+ffmpeg -y -f rawvideo -vcodec rawvideo -s 3840x1080 -pix_fmt yuv420p -thread_queue_size 128 -r 24000/1001 -i \\.\pipe\frimdata -i %1 -c:v prores_ks -profile:v 3 -vendor apl0 -pix_fmt yuv422p10le -c:a copy -sn -map 0:v:0 -map 1 -map -1:v %1-sbs.mkv \ No newline at end of file
diff --git a/old/frimout.bat b/old/frimout.bat
new file mode 100644
index 0000000..7e78f8c
--- /dev/null
+++ b/old/frimout.bat
@@ -0,0 +1 @@
+FRIM_x64_version_1.31\x64\FRIMDecode64.exe -i:mvc %1 -sbs -o \\.\pipe\frimdata \ No newline at end of file
diff --git a/old/hf-sbs.bat b/old/hf-sbs.bat
new file mode 100644
index 0000000..fbdb027
--- /dev/null
+++ b/old/hf-sbs.bat
@@ -0,0 +1 @@
+ffmpeg -i %1 -vsync vfr -vf "scale=iw/2:ih" -c:v libx264 -crf 23 -c:a aac -b:a 192k output_half_sbs.mp4 \ No newline at end of file