* [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha
@ 2025-02-20 4:35 Zhao Zhili
2025-02-20 4:39 ` Zhao Zhili
0 siblings, 1 reply; 3+ messages in thread
From: Zhao Zhili @ 2025-02-20 4:35 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: Zhao Zhili
From: Zhao Zhili <zhilizhao@tencent.com>
---
tests/fate/hevc.mak | 3 +++
tests/ref/fate/hevc-alpha | 55 +++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
create mode 100644 tests/ref/fate/hevc-alpha
diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
index c74bc06085..e432345ef7 100644
--- a/tests/fate/hevc.mak
+++ b/tests/fate/hevc.mak
@@ -291,6 +291,9 @@ FATE_HEVC-$(call FRAMECRC, HEVC, HEVC, SCALE_FILTER CONCAT_PROTOCOL) += fate-hev
fate-hevc-mv-position: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/multiview.mov -map 0:v:vpos:left -map 0:v:vpos:right
FATE_HEVC-$(call FRAMECRC, MOV, HEVC) += fate-hevc-mv-position
+fate-hevc-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/alpha.mp4
+FATE_HEVC-$(call FRAMECRC, HEVC, HEVC) += fate-hevc-alpha
+
FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
FATE_SAMPLES_FFPROBE += $(FATE_HEVC_FFPROBE-yes)
diff --git a/tests/ref/fate/hevc-alpha b/tests/ref/fate/hevc-alpha
new file mode 100644
index 0000000000..0bda040fc2
--- /dev/null
+++ b/tests/ref/fate/hevc-alpha
@@ -0,0 +1,55 @@
+#tb 0: 1/25
+#media_type 0: video
+#codec_id 0: rawvideo
+#dimensions 0: 480x270
+#sar 0: 1/1
+0, 0, 0, 1, 324000, 0x0240ddf8
+0, 1, 1, 1, 324000, 0x01c3164c
+0, 2, 2, 1, 324000, 0x456d6e4b
+0, 3, 3, 1, 324000, 0xc3785be5
+0, 4, 4, 1, 324000, 0xbfda8303
+0, 5, 5, 1, 324000, 0x34fa71b3
+0, 6, 6, 1, 324000, 0x6014a91c
+0, 7, 7, 1, 324000, 0x4b21a6b8
+0, 8, 8, 1, 324000, 0x10083c64
+0, 9, 9, 1, 324000, 0x224cf870
+0, 10, 10, 1, 324000, 0xa1fe711f
+0, 11, 11, 1, 324000, 0xf84ba01e
+0, 12, 12, 1, 324000, 0x6bda8dbe
+0, 13, 13, 1, 324000, 0xf397161a
+0, 14, 14, 1, 324000, 0x34ec9df1
+0, 15, 15, 1, 324000, 0x75f2439c
+0, 16, 16, 1, 324000, 0xf4232636
+0, 17, 17, 1, 324000, 0x4b980503
+0, 18, 18, 1, 324000, 0x4ac5be69
+0, 19, 19, 1, 324000, 0x35d2d74d
+0, 20, 20, 1, 324000, 0x058b4733
+0, 21, 21, 1, 324000, 0x01ac65fb
+0, 22, 22, 1, 324000, 0x499d1cda
+0, 23, 23, 1, 324000, 0xd4fb58e3
+0, 24, 24, 1, 324000, 0x0bc3ba6f
+0, 25, 25, 1, 324000, 0xdb5b514d
+0, 26, 26, 1, 324000, 0x5df6997a
+0, 27, 27, 1, 324000, 0x598b09c7
+0, 28, 28, 1, 324000, 0xdbdda2e3
+0, 29, 29, 1, 324000, 0x3ee5ffe5
+0, 30, 30, 1, 324000, 0xf11aa1a4
+0, 31, 31, 1, 324000, 0xb611ecb0
+0, 32, 32, 1, 324000, 0x92e31bbd
+0, 33, 33, 1, 324000, 0x280048c2
+0, 34, 34, 1, 324000, 0x8c276aec
+0, 35, 35, 1, 324000, 0xc1d24a33
+0, 36, 36, 1, 324000, 0x78ed1a8e
+0, 37, 37, 1, 324000, 0xb9ccff6b
+0, 38, 38, 1, 324000, 0x721894b3
+0, 39, 39, 1, 324000, 0x91d92b40
+0, 40, 40, 1, 324000, 0x8b6870e4
+0, 41, 41, 1, 324000, 0x211d007c
+0, 42, 42, 1, 324000, 0x277fdd99
+0, 43, 43, 1, 324000, 0x1e13ce66
+0, 44, 44, 1, 324000, 0x833f1430
+0, 45, 45, 1, 324000, 0xded9d8b2
+0, 46, 46, 1, 324000, 0xab5dc7bf
+0, 47, 47, 1, 324000, 0x05fba130
+0, 48, 48, 1, 324000, 0xbd06edbf
+0, 49, 49, 1, 324000, 0x5bdde7e8
--
2.46.0
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha
2025-02-20 4:35 [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha Zhao Zhili
@ 2025-02-20 4:39 ` Zhao Zhili
2025-02-20 12:35 ` James Almer
0 siblings, 1 reply; 3+ messages in thread
From: Zhao Zhili @ 2025-02-20 4:39 UTC (permalink / raw)
To: ffmpeg-devel; +Cc: samples-request
Please put alpha.mp4 under hevc directory. md5sum alpha.mp4
738f66421c736aedda547529156cbe35 alpha.mp4
https://drive.google.com/file/d/17PcD8Re_JNTKDkOhChnV9l65T9k1j1WL/view?usp=drive_link
> On Feb 20, 2025, at 12:35, Zhao Zhili <quinkblack@foxmail.com> wrote:
>
> From: Zhao Zhili <zhilizhao@tencent.com>
>
> ---
> tests/fate/hevc.mak | 3 +++
> tests/ref/fate/hevc-alpha | 55 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 58 insertions(+)
> create mode 100644 tests/ref/fate/hevc-alpha
>
> diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> index c74bc06085..e432345ef7 100644
> --- a/tests/fate/hevc.mak
> +++ b/tests/fate/hevc.mak
> @@ -291,6 +291,9 @@ FATE_HEVC-$(call FRAMECRC, HEVC, HEVC, SCALE_FILTER CONCAT_PROTOCOL) += fate-hev
> fate-hevc-mv-position: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/multiview.mov -map 0:v:vpos:left -map 0:v:vpos:right
> FATE_HEVC-$(call FRAMECRC, MOV, HEVC) += fate-hevc-mv-position
>
> +fate-hevc-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/alpha.mp4
> +FATE_HEVC-$(call FRAMECRC, HEVC, HEVC) += fate-hevc-alpha
> +
> FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
> FATE_SAMPLES_FFPROBE += $(FATE_HEVC_FFPROBE-yes)
>
> diff --git a/tests/ref/fate/hevc-alpha b/tests/ref/fate/hevc-alpha
> new file mode 100644
> index 0000000000..0bda040fc2
> --- /dev/null
> +++ b/tests/ref/fate/hevc-alpha
> @@ -0,0 +1,55 @@
> +#tb 0: 1/25
> +#media_type 0: video
> +#codec_id 0: rawvideo
> +#dimensions 0: 480x270
> +#sar 0: 1/1
> +0, 0, 0, 1, 324000, 0x0240ddf8
> +0, 1, 1, 1, 324000, 0x01c3164c
> +0, 2, 2, 1, 324000, 0x456d6e4b
> +0, 3, 3, 1, 324000, 0xc3785be5
> +0, 4, 4, 1, 324000, 0xbfda8303
> +0, 5, 5, 1, 324000, 0x34fa71b3
> +0, 6, 6, 1, 324000, 0x6014a91c
> +0, 7, 7, 1, 324000, 0x4b21a6b8
> +0, 8, 8, 1, 324000, 0x10083c64
> +0, 9, 9, 1, 324000, 0x224cf870
> +0, 10, 10, 1, 324000, 0xa1fe711f
> +0, 11, 11, 1, 324000, 0xf84ba01e
> +0, 12, 12, 1, 324000, 0x6bda8dbe
> +0, 13, 13, 1, 324000, 0xf397161a
> +0, 14, 14, 1, 324000, 0x34ec9df1
> +0, 15, 15, 1, 324000, 0x75f2439c
> +0, 16, 16, 1, 324000, 0xf4232636
> +0, 17, 17, 1, 324000, 0x4b980503
> +0, 18, 18, 1, 324000, 0x4ac5be69
> +0, 19, 19, 1, 324000, 0x35d2d74d
> +0, 20, 20, 1, 324000, 0x058b4733
> +0, 21, 21, 1, 324000, 0x01ac65fb
> +0, 22, 22, 1, 324000, 0x499d1cda
> +0, 23, 23, 1, 324000, 0xd4fb58e3
> +0, 24, 24, 1, 324000, 0x0bc3ba6f
> +0, 25, 25, 1, 324000, 0xdb5b514d
> +0, 26, 26, 1, 324000, 0x5df6997a
> +0, 27, 27, 1, 324000, 0x598b09c7
> +0, 28, 28, 1, 324000, 0xdbdda2e3
> +0, 29, 29, 1, 324000, 0x3ee5ffe5
> +0, 30, 30, 1, 324000, 0xf11aa1a4
> +0, 31, 31, 1, 324000, 0xb611ecb0
> +0, 32, 32, 1, 324000, 0x92e31bbd
> +0, 33, 33, 1, 324000, 0x280048c2
> +0, 34, 34, 1, 324000, 0x8c276aec
> +0, 35, 35, 1, 324000, 0xc1d24a33
> +0, 36, 36, 1, 324000, 0x78ed1a8e
> +0, 37, 37, 1, 324000, 0xb9ccff6b
> +0, 38, 38, 1, 324000, 0x721894b3
> +0, 39, 39, 1, 324000, 0x91d92b40
> +0, 40, 40, 1, 324000, 0x8b6870e4
> +0, 41, 41, 1, 324000, 0x211d007c
> +0, 42, 42, 1, 324000, 0x277fdd99
> +0, 43, 43, 1, 324000, 0x1e13ce66
> +0, 44, 44, 1, 324000, 0x833f1430
> +0, 45, 45, 1, 324000, 0xded9d8b2
> +0, 46, 46, 1, 324000, 0xab5dc7bf
> +0, 47, 47, 1, 324000, 0x05fba130
> +0, 48, 48, 1, 324000, 0xbd06edbf
> +0, 49, 49, 1, 324000, 0x5bdde7e8
> --
> 2.46.0
>
> From: Zhao Zhili <zhilizhao@tencent.com>
>
> ---
> tests/fate/hevc.mak | 3 +++
> tests/ref/fate/hevc-alpha | 55 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 58 insertions(+)
> create mode 100644 tests/ref/fate/hevc-alpha
>
> diff --git a/tests/fate/hevc.mak b/tests/fate/hevc.mak
> index c74bc06085..e432345ef7 100644
> --- a/tests/fate/hevc.mak
> +++ b/tests/fate/hevc.mak
> @@ -291,6 +291,9 @@ FATE_HEVC-$(call FRAMECRC, HEVC, HEVC, SCALE_FILTER CONCAT_PROTOCOL) += fate-hev
> fate-hevc-mv-position: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/multiview.mov -map 0:v:vpos:left -map 0:v:vpos:right
> FATE_HEVC-$(call FRAMECRC, MOV, HEVC) += fate-hevc-mv-position
>
> +fate-hevc-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/hevc/alpha.mp4
> +FATE_HEVC-$(call FRAMECRC, HEVC, HEVC) += fate-hevc-alpha
> +
> FATE_SAMPLES_AVCONV += $(FATE_HEVC-yes)
> FATE_SAMPLES_FFPROBE += $(FATE_HEVC_FFPROBE-yes)
>
> diff --git a/tests/ref/fate/hevc-alpha b/tests/ref/fate/hevc-alpha
> new file mode 100644
> index 0000000000..0bda040fc2
> --- /dev/null
> +++ b/tests/ref/fate/hevc-alpha
> @@ -0,0 +1,55 @@
> +#tb 0: 1/25
> +#media_type 0: video
> +#codec_id 0: rawvideo
> +#dimensions 0: 480x270
> +#sar 0: 1/1
> +0, 0, 0, 1, 324000, 0x0240ddf8
> +0, 1, 1, 1, 324000, 0x01c3164c
> +0, 2, 2, 1, 324000, 0x456d6e4b
> +0, 3, 3, 1, 324000, 0xc3785be5
> +0, 4, 4, 1, 324000, 0xbfda8303
> +0, 5, 5, 1, 324000, 0x34fa71b3
> +0, 6, 6, 1, 324000, 0x6014a91c
> +0, 7, 7, 1, 324000, 0x4b21a6b8
> +0, 8, 8, 1, 324000, 0x10083c64
> +0, 9, 9, 1, 324000, 0x224cf870
> +0, 10, 10, 1, 324000, 0xa1fe711f
> +0, 11, 11, 1, 324000, 0xf84ba01e
> +0, 12, 12, 1, 324000, 0x6bda8dbe
> +0, 13, 13, 1, 324000, 0xf397161a
> +0, 14, 14, 1, 324000, 0x34ec9df1
> +0, 15, 15, 1, 324000, 0x75f2439c
> +0, 16, 16, 1, 324000, 0xf4232636
> +0, 17, 17, 1, 324000, 0x4b980503
> +0, 18, 18, 1, 324000, 0x4ac5be69
> +0, 19, 19, 1, 324000, 0x35d2d74d
> +0, 20, 20, 1, 324000, 0x058b4733
> +0, 21, 21, 1, 324000, 0x01ac65fb
> +0, 22, 22, 1, 324000, 0x499d1cda
> +0, 23, 23, 1, 324000, 0xd4fb58e3
> +0, 24, 24, 1, 324000, 0x0bc3ba6f
> +0, 25, 25, 1, 324000, 0xdb5b514d
> +0, 26, 26, 1, 324000, 0x5df6997a
> +0, 27, 27, 1, 324000, 0x598b09c7
> +0, 28, 28, 1, 324000, 0xdbdda2e3
> +0, 29, 29, 1, 324000, 0x3ee5ffe5
> +0, 30, 30, 1, 324000, 0xf11aa1a4
> +0, 31, 31, 1, 324000, 0xb611ecb0
> +0, 32, 32, 1, 324000, 0x92e31bbd
> +0, 33, 33, 1, 324000, 0x280048c2
> +0, 34, 34, 1, 324000, 0x8c276aec
> +0, 35, 35, 1, 324000, 0xc1d24a33
> +0, 36, 36, 1, 324000, 0x78ed1a8e
> +0, 37, 37, 1, 324000, 0xb9ccff6b
> +0, 38, 38, 1, 324000, 0x721894b3
> +0, 39, 39, 1, 324000, 0x91d92b40
> +0, 40, 40, 1, 324000, 0x8b6870e4
> +0, 41, 41, 1, 324000, 0x211d007c
> +0, 42, 42, 1, 324000, 0x277fdd99
> +0, 43, 43, 1, 324000, 0x1e13ce66
> +0, 44, 44, 1, 324000, 0x833f1430
> +0, 45, 45, 1, 324000, 0xded9d8b2
> +0, 46, 46, 1, 324000, 0xab5dc7bf
> +0, 47, 47, 1, 324000, 0x05fba130
> +0, 48, 48, 1, 324000, 0xbd06edbf
> +0, 49, 49, 1, 324000, 0x5bdde7e8
> --
> 2.46.0
>
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha
2025-02-20 4:39 ` Zhao Zhili
@ 2025-02-20 12:35 ` James Almer
0 siblings, 0 replies; 3+ messages in thread
From: James Almer @ 2025-02-20 12:35 UTC (permalink / raw)
To: ffmpeg-devel
[-- Attachment #1.1.1: Type: text/plain, Size: 257 bytes --]
On 2/20/2025 1:39 AM, Zhao Zhili wrote:
> Please put alpha.mp4 under hevc directory. md5sum alpha.mp4
>
> 738f66421c736aedda547529156cbe35 alpha.mp4
>
> https://drive.google.com/file/d/17PcD8Re_JNTKDkOhChnV9l65T9k1j1WL/view?usp=drive_link
Done.
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]
[-- Attachment #2: Type: text/plain, Size: 251 bytes --]
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-02-20 12:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-02-20 4:35 [FFmpeg-devel] [PATCH] tests: Add fate-hevc-alpha Zhao Zhili
2025-02-20 4:39 ` Zhao Zhili
2025-02-20 12:35 ` James Almer
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
This inbox may be cloned and mirrored by anyone:
git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
ffmpegdev@gitmailbox.com
public-inbox-index ffmpegdev
Example config snippet for mirrors.
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git