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
path: root/tests/ref
diff options
context:
space:
mode:
authorSteven Robertson <steven@strobe.cc>2012-07-11 09:14:57 +0400
committerStefano Sabatini <stefasab@gmail.com>2012-07-22 14:17:34 +0400
commit82ecae8a7069104698d491000b37629cd8d96fd8 (patch)
tree90de57d08d4e0c14ff9b05f40172b25255a30392 /tests/ref
parent8c2ce16f93be0fc1362ab74846b46c9818da14be (diff)
lavfi: add alphaextract and alphamerge filters
These filters are designed for storing and transmitting video sequences with alpha using higher-efficiency codecs such as x264 which don't natively support an alpha channel. 'alphaextract' takes an input stream with an alpha channel and returns a video containing just the alpha component as a grayscale value; 'alphamerge' takes an RGB or YUV stream and adds an alpha channel recovered from a second grayscale stream. Signed-off-by: Steven Robertson <steven@strobe.cc> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/lavfi/alphaextract_rgb1
-rw-r--r--tests/ref/lavfi/alphaextract_yuv1
-rw-r--r--tests/ref/lavfi/alphamerge_rgb1
-rw-r--r--tests/ref/lavfi/alphamerge_yuv1
4 files changed, 4 insertions, 0 deletions
diff --git a/tests/ref/lavfi/alphaextract_rgb b/tests/ref/lavfi/alphaextract_rgb
new file mode 100644
index 0000000000..3b86986bae
--- /dev/null
+++ b/tests/ref/lavfi/alphaextract_rgb
@@ -0,0 +1 @@
+alphaextract_rgb b706818ea0d324e0d43adbaef9ab3470
diff --git a/tests/ref/lavfi/alphaextract_yuv b/tests/ref/lavfi/alphaextract_yuv
new file mode 100644
index 0000000000..7bfcf8629f
--- /dev/null
+++ b/tests/ref/lavfi/alphaextract_yuv
@@ -0,0 +1 @@
+alphaextract_yuv 430b779a379ad9c38f3b4c190f723cd4
diff --git a/tests/ref/lavfi/alphamerge_rgb b/tests/ref/lavfi/alphamerge_rgb
new file mode 100644
index 0000000000..6dc3b9a513
--- /dev/null
+++ b/tests/ref/lavfi/alphamerge_rgb
@@ -0,0 +1 @@
+alphamerge_rgb b706818ea0d324e0d43adbaef9ab3470
diff --git a/tests/ref/lavfi/alphamerge_yuv b/tests/ref/lavfi/alphamerge_yuv
new file mode 100644
index 0000000000..ecd7bf8d9b
--- /dev/null
+++ b/tests/ref/lavfi/alphamerge_yuv
@@ -0,0 +1 @@
+alphamerge_yuv 430b779a379ad9c38f3b4c190f723cd4