[FFmpeg-devel] [FFmpeg-cvslog] fate: Add basic tests for WebM Dash Manifest

Vignesh Venkatasubramanian vigneshv at google.com
Fri Aug 29 17:10:56 CEST 2014


On Thu, Aug 28, 2014 at 8:37 PM, James Almer <jamrial at gmail.com> wrote:
>> diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak
>> index 54be950..77c7c76 100644
>> --- a/tests/fate/vpx.mak
>> +++ b/tests/fate/vpx.mak
>> @@ -28,6 +28,15 @@ fate-vp6f: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/flash-vp6/clip10
>>  FATE_VP8-$(call DEMDEC, FLV, VP8) += fate-vp8-alpha
>>  fate-vp8-alpha: CMD = framecrc -i $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_alpha.webm -vcodec copy
>>
>> +FATE_VP8-$(call DEMDEC, FLV, VP8) += fate-webm-dash-manifest
>> +fate-webm-dash-manifest: CMD = run ffmpeg -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video2.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio2.webm -c copy -map 0 -map 1 -map 2 -map 3 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1 id=1,streams=2,3" -
>> +
>> +FATE_VP8-$(call DEMDEC, FLV, VP8) += fate-webm-dash-manifest-unaligned-video-streams
>> +fate-webm-dash-manifest-unaligned-video-streams: CMD = run ffmpeg -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video3.webm -c copy -map 0 -map 1 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1" -
>> +
>> +FATE_VP8-$(call DEMDEC, FLV, VP8) += fate-webm-dash-manifest-unaligned-audio-streams
>> +fate-webm-dash-manifest-unaligned-audio-streams: CMD = run ffmpeg -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_audio3.webm -c copy -map 0 -map 1 -f webm_dash_manifest -adaptation_sets "id=0,streams=0,1" -
>
> Why are all these tests checking for the presence of the flv demuxer when they need the webm_dash_manifest demuxer?

sorry, my bad. looks like this was fixed in a later patch (Thanks Michael!).

> Also, is the vp8 decoder necessary? This doesn't seem to actually process the streams.

the vp8 decoder is not necessary. i'm not sure how to specify a
decoder'less test in the makefile. can  you please point to some
existing example?

> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel



-- 
Vignesh


More information about the ffmpeg-devel mailing list