From patchwork Thu Oct 20 07:36:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Rapp X-Patchwork-Id: 1086 Delivered-To: ffmpegpatchwork@gmail.com Received: by 10.103.140.133 with SMTP id o127csp525297vsd; Thu, 20 Oct 2016 00:36:52 -0700 (PDT) X-Received: by 10.194.253.163 with SMTP id ab3mr6692826wjd.204.1476949012162; Thu, 20 Oct 2016 00:36:52 -0700 (PDT) Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id to4si27325195wjb.200.2016.10.20.00.36.51; Thu, 20 Oct 2016 00:36:52 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8B72C689B3F; Thu, 20 Oct 2016 10:36:46 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from p1002.netstorage.at (p1002.netstorage.at [89.207.146.186]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 144A36891F3 for ; Thu, 20 Oct 2016 10:36:40 +0300 (EEST) Received: from mailix (noaport.de [46.237.252.213]) by p1002.netstorage.at (Postfix) with ESMTPA id D73DA818B3 for ; Thu, 20 Oct 2016 09:36:42 +0200 (CEST) Received: from [127.0.0.1] (HSI-KBW-46-237-252-214.hsi.kabel-badenwuerttemberg.de [46.237.252.214]) by mailix with ESMTPSA (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128) ; Thu, 20 Oct 2016 09:36:42 +0200 To: ffmpeg-devel@ffmpeg.org References: <1476880522-28419-1-git-send-email-t.rapp@noa-archive.com> <1476880522-28419-4-git-send-email-t.rapp@noa-archive.com> <20161019210629.GK4602@nb4> From: Tobias Rapp Organization: NOA GmbH Message-ID: Date: Thu, 20 Oct 2016 09:36:42 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161019210629.GK4602@nb4> Subject: Re: [FFmpeg-devel] [PATCH v2 3/3] fate: Add MXF D10/DV25 probe tests X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" On 19.10.2016 23:06, Michael Niedermayer wrote: > On Wed, Oct 19, 2016 at 02:35:22PM +0200, Tobias Rapp wrote: >> Signed-off-by: Tobias Rapp >> --- >> tests/fate/mxf.mak | 19 ++++++++++++++++++- >> tests/ref/fate/mxf-probe-d10 | 3 +++ >> tests/ref/fate/mxf-probe-dv25 | 4 ++++ >> 3 files changed, 25 insertions(+), 1 deletion(-) >> create mode 100644 tests/ref/fate/mxf-probe-d10 >> create mode 100644 tests/ref/fate/mxf-probe-dv25 > > Applying: fate: Add MXF D10/DV25 probe tests > fatal: corrupt patch at line 60 > didnt check deeply but some lines looks quite long, maybe something in > the mail chain didnt like that > > [...] Took the chance to change ffprobe output format from "compact" to "default". The reference files are only <80 bytes larger but it avoids the long lines and improves reading future diffs (git blame). Also added a DNXHD probe test using an existing fate sample so progressive field order is covered now, too. Updated patch attached as a file. Regards, Tobias From 49a9e528ad9d64fbe5ebbcea915382d5c70c20f4 Mon Sep 17 00:00:00 2001 From: Tobias Rapp Date: Wed, 19 Oct 2016 12:12:10 +0200 Subject: [PATCH 3/3] fate: Add MXF D10/DNXHD/DV25 probe tests Signed-off-by: Tobias Rapp --- tests/fate/mxf.mak | 23 ++++++- tests/ref/fate/mxf-probe-d10 | 106 ++++++++++++++++++++++++++++++ tests/ref/fate/mxf-probe-dnxhd | 73 +++++++++++++++++++++ tests/ref/fate/mxf-probe-dv25 | 146 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 347 insertions(+), 1 deletion(-) create mode 100644 tests/ref/fate/mxf-probe-d10 create mode 100644 tests/ref/fate/mxf-probe-dnxhd create mode 100644 tests/ref/fate/mxf-probe-dv25 diff --git a/tests/fate/mxf.mak b/tests/fate/mxf.mak index e95c0b5..b9a6ca0 100644 --- a/tests/fate/mxf.mak +++ b/tests/fate/mxf.mak @@ -8,7 +8,28 @@ fate-mxf-essencegroup-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/opatom_esse FATE_MXF += fate-mxf-multiple-components-demux fate-mxf-multiple-components-demux: CMD = framecrc -i $(TARGET_SAMPLES)/mxf/multiple_components.mxf -vcodec copy +# +# Tests probing MXF format and stream properties +# +PROBE_FORMAT_STREAMS_COMMAND = \ + ffprobe$(PROGSSUF)$(EXESUF) -show_entries format=format_name,duration,bit_rate:format_tags:streams:stream_tags \ + -print_format default -bitexact -v 0 + +FATE_MXF_PROBE-$(call ENCDEC2, MPEG2VIDEO, PCM_S16LE, MXF) += fate-mxf-probe-d10 +fate-mxf-probe-d10: SRC = $(TARGET_SAMPLES)/mxf/Sony-00001.mxf +fate-mxf-probe-d10: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" + +FATE_MXF_PROBE-$(call ENCDEC, DNXHD, MXF) += fate-mxf-probe-dnxhd +fate-mxf-probe-dnxhd: SRC = $(TARGET_SAMPLES)/mxf/multiple_components.mxf +fate-mxf-probe-dnxhd: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" + +FATE_MXF_PROBE-$(call ENCDEC2, DVVIDEO, PCM_S16LE, MXF) += fate-mxf-probe-dv25 +fate-mxf-probe-dv25: SRC = $(TARGET_SAMPLES)/mxf/Avid-00005.mxf +fate-mxf-probe-dv25: CMD = run $(PROBE_FORMAT_STREAMS_COMMAND) -i "$(SRC)" + FATE_MXF-$(CONFIG_MXF_DEMUXER) += $(FATE_MXF) FATE_SAMPLES_AVCONV += $(FATE_MXF-yes) -fate-mxf: $(FATE_MXF-yes) +FATE_SAMPLES_FFPROBE += $(FATE_MXF_PROBE-yes) + +fate-mxf: $(FATE_MXF-yes) $(FATE_MXF_PROBE-yes) diff --git a/tests/ref/fate/mxf-probe-d10 b/tests/ref/fate/mxf-probe-d10 new file mode 100644 index 0000000..e1f5b36 --- /dev/null +++ b/tests/ref/fate/mxf-probe-d10 @@ -0,0 +1,106 @@ +[STREAM] +index=0 +codec_name=mpeg2video +profile=0 +codec_type=video +codec_time_base=1/25 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +width=720 +height=608 +coded_width=0 +coded_height=0 +has_b_frames=0 +sample_aspect_ratio=152:135 +display_aspect_ratio=4:3 +pix_fmt=yuv422p +level=5 +color_range=tv +color_space=unknown +color_transfer=unknown +color_primaries=unknown +chroma_location=topleft +field_order=tt +timecode=N/A +refs=1 +id=N/A +r_frame_rate=25/1 +avg_frame_rate=25/1 +time_base=1/25 +start_pts=0 +start_time=0.000000 +duration_ts=4 +duration=0.160000 +bit_rate=50000000 +max_bit_rate=N/A +bits_per_raw_sample=N/A +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010501010D1313000000AE86B200913105800000080046A54011 +[/STREAM] +[STREAM] +index=1 +codec_name=pcm_s16le +profile=unknown +codec_type=audio +codec_time_base=1/48000 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +sample_fmt=s16 +sample_rate=48000 +channels=8 +channel_layout=unknown +bits_per_sample=16 +id=N/A +r_frame_rate=0/0 +avg_frame_rate=0/0 +time_base=1/48000 +start_pts=0 +start_time=0.000000 +duration_ts=8562 +duration=0.178375 +bit_rate=6144000 +max_bit_rate=N/A +bits_per_raw_sample=N/A +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010501010D1313000000AE86B200913105800000080046A54011 +[/STREAM] +[FORMAT] +format_name=mxf +duration=0.178375 +bit_rate=56419744 +TAG:uid=0086b200-9131-0580-0000-080046a54011 +TAG:generation_uid=b486b200-9131-0580-0000-080046a54011 +TAG:company_name=SONY +TAG:product_name=eVTR +TAG:product_version=1.00 +TAG:product_uid=060e2b34-0401-0106-0e06-012001010100 +TAG:modification_date=2004-07-05T21:39:00.000000Z +TAG:material_package_umid=0x060A2B340101010501010D1313000000A886B200913105800000080046A54011 +TAG:timecode=07:12:10:00 +[/FORMAT] diff --git a/tests/ref/fate/mxf-probe-dnxhd b/tests/ref/fate/mxf-probe-dnxhd new file mode 100644 index 0000000..f6d8068 --- /dev/null +++ b/tests/ref/fate/mxf-probe-dnxhd @@ -0,0 +1,73 @@ +[STREAM] +index=0 +codec_name=dnxhd +profile=1 +codec_type=video +codec_time_base=0/1 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +width=640 +height=480 +coded_width=640 +coded_height=480 +has_b_frames=0 +sample_aspect_ratio=1:1 +display_aspect_ratio=4:3 +pix_fmt=yuv422p +level=-99 +color_range=N/A +color_space=bt709 +color_transfer=unknown +color_primaries=unknown +chroma_location=unspecified +field_order=progressive +timecode=N/A +refs=1 +id=N/A +r_frame_rate=24000/1001 +avg_frame_rate=0/0 +time_base=1001/24000 +start_pts=0 +start_time=0.000000 +duration_ts=6 +duration=0.250250 +bit_rate=N/A +max_bit_rate=N/A +bits_per_raw_sample=8 +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010101010F001300000057DEEA25B84D0C94060E2B347F7F2A80 +TAG:file_package_name=dnxhr_export.aaf +TAG:reel_umid=0x060A2B340101010101010F001300000057DEEA1570895313060E2B347F7F2A80 +TAG:reel_name=sample_footage +TAG:timecode=01:00:00:00 +[/STREAM] +[FORMAT] +format_name=mxf +duration=0.250250 +bit_rate=25340195 +TAG:project_name=UHD +TAG:uid=784c8132-ae36-ed4d-b0ff-2edf1f3f2d92 +TAG:generation_uid=b6bcfcab-70ff-7331-c47c-478869de11d2 +TAG:application_platform=AAFSDK (MacOS X) +TAG:modification_date=2016-09-18T19:25:25.000000Z +TAG:product_uid=acfbf03a-4f42-a231-d0b7-c06ecd3d4ad7 +TAG:product_version=Unknown version +TAG:product_name=Avid Media Composer 8.6.3.43955 +TAG:company_name=Avid Technology, Inc. +TAG:material_package_umid=0x060A2B340101010101010F001300000057DEEA1570665313060E2B347F7F2A80 +TAG:material_package_name=sample_footage +TAG:comment_UNC Path=/Users/mark/Dev/pyaaf/example/work/dnxhr_export.aaf +[/FORMAT] diff --git a/tests/ref/fate/mxf-probe-dv25 b/tests/ref/fate/mxf-probe-dv25 new file mode 100644 index 0000000..c58dd53 --- /dev/null +++ b/tests/ref/fate/mxf-probe-dv25 @@ -0,0 +1,146 @@ +[STREAM] +index=0 +codec_name=dvvideo +profile=unknown +codec_type=video +codec_time_base=1/25 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +width=720 +height=576 +coded_width=720 +coded_height=576 +has_b_frames=0 +sample_aspect_ratio=16:15 +display_aspect_ratio=4:3 +pix_fmt=yuv420p +level=-99 +color_range=N/A +color_space=unknown +color_transfer=unknown +color_primaries=unknown +chroma_location=topleft +field_order=bb +timecode=N/A +refs=1 +id=N/A +r_frame_rate=25/1 +avg_frame_rate=25/1 +time_base=1/25 +start_pts=0 +start_time=0.000000 +duration_ts=25 +duration=1.000000 +bit_rate=N/A +max_bit_rate=N/A +bits_per_raw_sample=N/A +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010501010D4313000000F2E2FCE98722F14F947F08DE1EF7A8DA +[/STREAM] +[STREAM] +index=1 +codec_name=pcm_s16le +profile=unknown +codec_type=audio +codec_time_base=1/48000 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +sample_fmt=s16 +sample_rate=48000 +channels=1 +channel_layout=unknown +bits_per_sample=16 +id=N/A +r_frame_rate=0/0 +avg_frame_rate=0/0 +time_base=1/48000 +start_pts=0 +start_time=0.000000 +duration_ts=48000 +duration=1.000000 +bit_rate=768000 +max_bit_rate=N/A +bits_per_raw_sample=N/A +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010501010D4313000000F2E2FCE98722F14F947F08DE1EF7A8DA +[/STREAM] +[STREAM] +index=2 +codec_name=pcm_s16le +profile=unknown +codec_type=audio +codec_time_base=1/48000 +codec_tag_string=[0][0][0][0] +codec_tag=0x0000 +sample_fmt=s16 +sample_rate=48000 +channels=1 +channel_layout=unknown +bits_per_sample=16 +id=N/A +r_frame_rate=0/0 +avg_frame_rate=0/0 +time_base=1/48000 +start_pts=0 +start_time=0.000000 +duration_ts=48000 +duration=1.000000 +bit_rate=768000 +max_bit_rate=N/A +bits_per_raw_sample=N/A +nb_frames=N/A +nb_read_frames=N/A +nb_read_packets=N/A +DISPOSITION:default=0 +DISPOSITION:dub=0 +DISPOSITION:original=0 +DISPOSITION:comment=0 +DISPOSITION:lyrics=0 +DISPOSITION:karaoke=0 +DISPOSITION:forced=0 +DISPOSITION:hearing_impaired=0 +DISPOSITION:visual_impaired=0 +DISPOSITION:clean_effects=0 +DISPOSITION:attached_pic=0 +TAG:file_package_umid=0x060A2B340101010501010D4313000000F2E2FCE98722F14F947F08DE1EF7A8DA +[/STREAM] +[FORMAT] +format_name=mxf +duration=1.000000 +bit_rate=30679040 +TAG:uid=a741d0c7-244a-bc4a-bd36-3323d04f8954 +TAG:generation_uid=c1d7a0ee-89d6-754d-bd52-cdf42b53de9f +TAG:company_name=AVID +TAG:product_name=TRMG +TAG:product_version=2.97 +TAG:product_uid=00000000-0000-0000-0000-000000000000 +TAG:modification_date=2006-06-22T16:37:36.000000Z +TAG:material_package_umid=0x060A2B340101010501010D431300000008DC3900972905800000080046B1E89C +TAG:timecode=01:00:00:00 +[/FORMAT] -- 1.9.1