Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-11 19:50:23 +0400
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-15 23:40:36 +0400
commit5a627c14b53c520cda410d2cb1b64dc3158bf024 (patch)
tree4d3e54fa3d3fd4f1bfae261552bd0641e138c46b /mt-work/raw.sh
parent374c17c8fc624e4110e421bf280a793a5111bb6f (diff)
Remove mt-work directory
It is all dead and rotting code. Also, move yuvcmp.c to tools. Its license is non-existent, however, and should be clarified. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'mt-work/raw.sh')
-rw-r--r--mt-work/raw.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/mt-work/raw.sh b/mt-work/raw.sh
deleted file mode 100644
index 0ced88e213..0000000000
--- a/mt-work/raw.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-fn=`basename "$1"`
-for th in 1 4; do
- time ./ffmpeg_g -threads $th -skip_loop_filter all -vsync 0 -y -t 30 -i "$1" -an -f rawvideo "raw/n-$fn-$th.yuv"
-done
-
-#for th in 1 4; do
-# time ./ffmpeg_g -threads $th -vsync 0 -y -t 30 -i "$1" -an -f rawvideo "raw/$fn-$th.yuv"
-#done