编解码视频测试序列集

news/2025/3/16 10:28:06/

最近测试解码器性能,搜集了一下可以免费的测试序列及,现在罗列如下,有很多需要翻墙:
1、h264的视频测试序列集
https://pi4.informatik.uni-mannheim.de/~kiess/test_sequences/download/
2、HEVC测试序列
https://blog.csdn.net/baidu_28446365/article/details/80180070

https://kodi.wiki/view/Samples
https://ultravideo.fi/#testsequences

原文:http://forum.doom9.org/archive/index.php/t-135034.html

his thread is meant to hold links and references to test video clip sequences intended to be used for various video tests which may include compatibility, visual quality, decoding, encoding, filtering, and stress testing. Feel free to post updates and/or links to additional resources afterwards; I’ll to incorporate them into this first post as I have a chance.

Xiph.org Test Media: “Our collection of test sequences and clips for evaluating compression technology.”
http://media.xiph.org/

Derf: video sequences that are “widely in the video compression research community”. These are analog sources in uncompressed YUV4MPEG format.
Clips: akiyo, bowing, carphone, claire, coastguard, container, deadline, flower, football, foreman, garden, grandma, hall_monitor, hall_objects, husky, mad900, miss_am, mobile (aka train and calendar), mother_daughter, mthr_dotr, pamphlet, paris, salesman, sign_irene, silent, stefan, students, suzie, tempete, tennis, trevor, tt
http://media.xiph.org/video/derf/

Elephants Dream is available at 1080p and 360p in losslessly compressed PNG files under the Creative Commons Attribution 2.5 license via BitTorrent:
http://orange.blender.org/blog/original-lossless-source-available/
http://media.xiph.org/ED/

Firebelly: A series of dark, high-contrast clips. These are miniDV originals. Includes the A jester in the forest, Firebelly chain torches, Firebelly by moonlight, Firebelly torch swinging, and Gothism sequences.
http://media.xiph.org/video/firebelly/

HD Greetings’s uncompressed 1080p video
Clips: Factory, Life, Dinner
Terms: “These clips are provided for benchmarking, research, and testing only. The video is copyrighted material and HD Greetings retains all rights to it. You may post part or all of the content on another site if it’s for one of these purposes. If you link to the videos, please link to this page instead of directly to the videos. Thanks.”
http://www.hdgreetings.com/ecard/video-1080p.aspx

Video Quality Experts Group Test Sequences: “All sequences are from interlaced video source except src13 which was converted from 24Hz film by the 3/2 pull down method and src1 which has no motion.”
ftp://ftp.crc.ca/crc/vqeg/TestSequences/README.txt
ftp://ftp.crc.ca/crc/vqeg/TestSequences/
ftp://ftp.crc.ca/crc/vqeg/TestSequences/Reference/

drmpeg/dr1394/ron’s MPEG-2 Transport Stream Test Patterns and Tools.
Clips: ‘New Mobile and Calendar’, ‘Park Run’ sequences as transport streams (.ts)
http://www.w6rz.net/

Sveriges Television: The SVT High Definition Multi Format Test Set. Stockholm 2006-03-01
Description: ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_MultiFormat/SVT_MultiFormat_v10.pdf
“picked from the demanding, but not unduly so, multi-genre TV-program ‘Fairytale’ (by SVT) mastered in 3840x2160p/50.”
Terms: “Individuals and organizations extracting sequences from this archive agree that the sequences
and all intellectual property rights therein remain the property of Sveriges Television AB (SVT), Sweden. These sequences may only be used for the purpose of developing, testing and presenting technology standards. SVT makes no warranties with respect to the materials and expressly disclaim any warranties regarding their fitness for any purpose.”
Clips: CrowdRun, ParkJoy, DucksTakeOff, IntoTree, OldTownCross, TestPatterns in 576i25, 720p50, 1080i25, 1080p50, and 2160p50
ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_MultiFormat/

Clips: NewMobCal, ParkRun, SthlmPan
ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/

Clips: Aspen, ControlledBurn, RedKayak, RushFieldCuts, SnowMnt, SpeedBag, TouchdownPass, WestWindEasy
ftp://vqeg.its.bldrdoc.gov/HDTV/NTIA_source/

Clips: Bus, City, Crew, Football, Foreman, Harbour, Ice, Mobile, Soccer
Formats: .264, .yuv
Resolutions: 176x144, 352x288, 704x576
ftp://ftp.tnt.uni-hannover.de/pub/svc/testsequences/

Clips: MobCal, ParkRun, Stockholm, Shields, Blue sky, Pedestrian Area, Riverbed, Rush-hour, Station, Sunflower, Tractor
Resolutions: 576i, 720p, 1080i, 1080p
ftp://ftp.ldv.e-technik.tu-muenchen.de/pub/test_sequences/

University of Missouri-Columbia Multimedia Communications and Visualization Laboratory. Includes akiyo, coastguard, container, foreman, hall, mobile, mother_daughter, news, silent, and stefan (many are the same sequences as in the Xiph.org Derf collection).
http://meru.cecs.missouri.edu/free_download/videos/

Berkeley MPEG Tools distribution. Includes the flower and tennis sequences.
http://se.aminet.net/pub/multimedia/Berkeley/mpeg/README
http://se.aminet.net/pub/multimedia/Berkeley/mpeg/EncodeData/

raw HDV files in m2t format from a Sony FX-1 camera
Clips: mallard, mosquito, swan, rackfocus
http://www.vasst.com/HDV/FX-1_images.htm

Library of broken mpeg2 transport stream .ts samples
http://forum.doom9.org/showthread.php?t=134693


http://www.ppmy.cn/news/1061516.html

相关文章

定州市社会保险待遇手机app-定州社会保障

社会保险的缴纳主要包括养老保险、医疗保险、生育保险,单位职工还有工伤保险和失业保险的缴纳,社会保险的缴纳一般都在当地人力资源和社会保障部门,在定州,社会保险登记的流程是怎样走的?下面由法律指南小编为大家解答…

注解和class对象和mysql

注解 override 通常是用在方法上的注解表示该方法是有重写的 interface 表示一个注解类 比如 public interface override{} 这就表示是override是一个注解类 target 修饰注解的注解表示元注解 deprecated 修饰某个元素表示该元素已经过时了 1.不代表该元素不能用了&…

【位运算】算法实战

文章目录 一、算法原理常见的位运算总结 二、算法实战1. leetcode面试题01.01. 判断字符是否唯一2. leetcode268 丢失的数字3. leetcode371 两整数之和4. leetcode004 只出现一次的数字II5. leetcode面试题17.19. 消失的两个数字 三、总结 一、算法原理 计算机中的数据都以二进…

html-dom核心内容--四要素

1、结构 HTML DOM (文档对象模型) 当网页被加载时,浏览器会创建页面的文档对象模型(Document Object Model)。 2、核心关注的内容:“元素”,“属性”,“修改样式”,“事件反应”。>四要素…

【Axure视频教程】标签版多选下拉列表

今天教大家在Axure里如何制作标签版多选下拉列表的原型模板,该模板用中继器制作,制作完成后使用也方便,只需要在中继器表格里维护选项信息,即可自动生成交互效果,包括显示隐藏选项列表,选中和取消选中选项&…

vue3.3中ref和reactive原理源代码分析

源码是ts编写的,这里部分简化成js便于阅读 function ref(value) {return createRef(value, false) }function createRef(rawValue, shallow) { //shallow是否是浅层定义数据,用于区别ref和shallowRefif (isRef(rawValue)) {//如果已经是ref直接返回源数据return rawValue}retu…

续写哈弗传奇,枭龙能行吗?

作者 | 魏启扬 来源 | 洞见新研社 上市发布会上,品牌高管信心满满的表示,“要做每个时代最好的SUV”。 上市45天后,这款新车迎来了第1万台车辆的下线。 上市3个月后,新车的影响力持续扩散,“四驱平权”的概念被越来…

cas md5加密

CAS Authentication Credentials #cas.authn.accept.userscasuser::Mellon 查询账号密码SQL,必须包含密码字段 cas.authn.jdbc.query[0].sqlselect * from ca_user where username? 指定上面的SQL查询字段名(必须) cas.authn.jdbc.query…