Searched refs:webm (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/tests/fate/ |
H A D | webm-dash-manifest.mak | 1 FATE_WEBM_DASH_MANIFEST += fate-webm-dash-manifest 2 fate-webm-dash-manifest: CMD = run $(FFMPEG) -nostdin -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" - 4 FATE_WEBM_DASH_MANIFEST += fate-webm-dash-manifest-unaligned-video-streams 5 fate-webm-dash-manifest-unaligned-video-streams: CMD = run $(FFMPEG) -nostdin -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video1.webm -f webm_dash_manifest -i $(TARGET_SAMPLES)/vp8/dash_video3.webm [all...] |
H A D | cbs.mak | 118 vp90-2-03-deltaq.webm \ 120 vp90-2-06-bilinear.webm \ 121 vp90-2-09-lf_deltas.webm \ 122 vp90-2-10-show-existing-frame.webm \ 123 vp90-2-10-show-existing-frame2.webm \ 124 vp90-2-segmentation-aq-akiyo.webm \ 125 vp90-2-segmentation-sf-akiyo.webm \ 126 vp90-2-tiling-pedestrian.webm \ 127 vp91-2-04-yuv440.webm \ 128 vp91-2-04-yuv444.webm \ [all...] |
H A D | matroska.mak | 13 fate-matroska-remux: CMD = md5pipe -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-2pass-akiyo.webm -color_trc 4 -c:v copy -fflags +bitexact -strict -2 -f matroska 57 += fate-webm-dash-chapters 58 fate-webm-dash-chapters: CMD = transcode ogg $(TARGET_SAMPLES)/vorbis/vorbis_chapter_extension_demo.ogg webm "-c copy -cluster_time_limit 1500 -dash 1 -dash_track_number 124 -reserve_index_space 400" "-c copy -t 0.5" -show_chapters 159 fate-matroska-vp8-alpha-remux: CMD = transcode matroska $(TARGET_SAMPLES)/vp8_alpha/vp8_video_with_alpha.webm matroska "-c copy -disposition +hearing_impaired -cluster_size_limit 100000" "-c copy -t 0.2" "-show_entries stream_disposition:stream_side_data_list" 192 += fate-webm-webvtt-remux 193 fate-webm-webvtt-remux: CMD = transcode webvtt $(TARGET_SAMPLES)/sub/WebVTT_capability_tester.vtt webm "-map 0 -map 0 -map 0 -map 0 -c:s copy -disposition:0 original+descriptions+hearing_impaired -disposition:1 lyrics+default+metadata -disposition:2 comment+forced -disposition:3 karaoke+captions+dub" "-map 0:0 -map 0:1 -c copy" "-show_entries stream_disposition:stream=index,codec_name:packet=stream_index,pts:packet_side_data_list -show_data_hash CRC32"
|
H A D | vpx.mak | 59 fate-vp8-2451: CMD = framecrc -flags +bitexact -i $(TARGET_SAMPLES)/vp8/RRSF49-short.webm -vsync cfr -an 84 fate-vp8-size-change: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/vp8/frame_size_change.webm -frames:v 30 -sws_flags bitexact+bilinear 92 fate-vp9-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-$(1).webm 98 fate-vp9p$(2)-$(1): CMD = framemd5 -i $(TARGET_SAMPLES)/vp9-test-vectors/vp9$(2)-2-$(1).webm $(3) 138 fate-vp9-encparams: CMD = venc_data $(TARGET_SAMPLES)/vp9-test-vectors/vp90-2-segmentation-aq-akiyo.webm 0 5
|
H A D | libswscale.mak | 10 fate-sws-slice-yuv422-12bit-rgb48: CMD = run tools/scale_slice_test$(EXESUF) $(TARGET_SAMPLES)/vp9-test-vectors/vp93-2-20-12bit-yuv422.webm 150 100 rgb48
|
H A D | lavf-container.mak | 88 fate-lavf-fate-vp8.ogg: CMD = lavf_container_fate "vp8/RRSF49-short.webm" "" "-acodec copy"
|
/third_party/ffmpeg/libavformat/ |
H A D | icecast.c | 188 static const uint8_t webm[4] = { 0x1A, 0x45, 0xDF, 0xA3 }; in icecast_write() local 196 } else if (memcmp(buf, webm, sizeof(webm)) == 0) { in icecast_write() 198 av_log(h, AV_LOG_WARNING, "Set it with -content_type video/webm\n"); in icecast_write()
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 245 include $(SRC_PATH)/tests/fate/webm-dash-manifest.mak
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 2423 * assert_implements_optional(video.canPlayType("video/webm"), 2424 * "webm video playback not supported");
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9itxfm.asm | 1720 ; http://downloads.webmproject.org/test_data/libvpx/vp90-2-14-resize-fp-tiles-16-8.webm 1800 ; http://downloads.webmproject.org/test_data/libvpx/vp90-2-14-resize-fp-tiles-16-8-4-2-1.webm
|
Completed in 11 milliseconds