Searched refs:movie (Results 1 – 25 of 86) sorted by relevance
1234
/third_party/ffmpeg/libavfilter/ |
D | src_movie.c | 211 MovieContext *movie = ctx->priv; in movie_common_init() local 219 if (!movie->file_name) { in movie_common_init() 224 movie->seek_point = movie->seek_point_d * 1000000 + 0.5; in movie_common_init() 226 stream_specs = movie->stream_specs; in movie_common_init() 230 movie->stream_index); in movie_common_init() 237 if (movie->loop_count != 1 && nb_streams != 1) { in movie_common_init() 244 iformat = movie->format_name ? av_find_input_format(movie->format_name) : NULL; in movie_common_init() 246 movie->format_ctx = NULL; in movie_common_init() 247 if ((ret = avformat_open_input(&movie->format_ctx, movie->file_name, iformat, NULL)) < 0) { in movie_common_init() 249 "Failed to avformat_open_input '%s'\n", movie->file_name); in movie_common_init() [all …]
|
/third_party/python/Lib/test/ |
D | mailcap.txt | 14 application/x-movie; movieplayer %s; compose=moviemaker %s; \ 16 x11-bitmap="/usr/lib/Zmail/bitmaps/movie.xbm"
|
D | mime.types | 1443 video/x-sgi-movie movie
|
/third_party/ffmpeg/tests/ref/fate/ |
D | sub-stl | 24 Dialogue: 0,0:01:22.10,0:01:26.08,Default,,0,0,0,,and so we worked\N in parallel \Nin the movie pro… 25 …,0:01:30.17,Default,,0,0,0,,The largest part of \N the soundtrack \Nwas done without seeing a movie
|
D | sub-srt-rrn-remux | 123 the movie I am sam.</i>
|
/third_party/python/Lib/distutils/tests/ |
D | Setup.sample | 29 movie src/movie.c $(SDL) $(SMPEG) $(DEBUG)
|
/third_party/ffmpeg/tests/fate/ |
D | subtitles.mak | 5 fate-sub-cc: CMD = fmtstdout ass -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/Closedcaption_rollup.m2v[… 8 fate-sub-cc-realtime: CMD = fmtstdout ass -real_time 1 -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/Clo… 11 fate-sub-cc-scte20: CMD = fmtstdout ass -f lavfi -i "movie=$(TARGET_SAMPLES)/sub/scte20.ts[out0+sub…
|
D | mov.mak | 19 fate-mov-stream-shorter-than-movie \ 50 # Fragmented encryption with senc boxes in movie fragments. 102 fate-mov-stream-shorter-than-movie: CMD = framemd5 -flags +bitexact -i $(TARGET_SAMPLES)/mov/mov_st…
|
D | filter-video.mak | 776 …t: CMD = run $(FILTER_METADATA_COMMAND) "sws_flags=+accurate_rnd+bitexact;movie='$(SRC)',select=gt… 782 …t: CMD = run $(FILTER_METADATA_COMMAND) "sws_flags=+accurate_rnd+bitexact;movie='$(SRC)',scdet=s=1" 788 …t: CMD = run $(FILTER_METADATA_COMMAND) "sws_flags=+accurate_rnd+bitexact;movie='$(SRC)',cropdetec… 813 fate-filter-metadata-readvitc-def: CMD = run $(FILTER_METADATA_COMMAND) "movie='$(SRC)',readvitc" 817 fate-filter-metadata-readvitc-thr: CMD = run $(FILTER_METADATA_COMMAND) "movie='$(SRC)',readvitc=th…
|
D | video.mak | 258 fate-mv-sgirle: CMD = framecrc -i $(TARGET_SAMPLES)/mv/pet-rle.movie -an
|
/third_party/glib/gio/ |
D | gosxcontenttype.m | 384 return g_strdup ("public.movie"); 443 if (g_str_has_suffix (type, ".movie"))
|
/third_party/ffmpeg/doc/ |
D | faq.texi | 202 @section How do I encode movie to single pictures? 207 ffmpeg -i movie.mpg movie%d.jpg 210 The @file{movie.mpg} used as input will be converted to 223 ffmpeg -i movie.mpg -f image2 -c:v mjpeg menu%d.jpg
|
D | ffplay.texi | 84 Loops movie playback <number> times. 0 means forever.
|
/third_party/node/deps/npm/node_modules/mississippi/ |
D | readme.md | 351 var copySource = fs.createReadStream('./movie.mp4') 352 var copyDest = fs.createWriteStream('./movie-copy.mp4')
|
/third_party/node/deps/npm/node_modules/mime-db/ |
D | HISTORY.md | 266 - `application/vnd.adobe.flash-movie`
|
/third_party/node/tools/gyp/tools/emacs/testdata/ |
D | media.gyp | 848 'tools/player_wtl/movie.cc', 849 'tools/player_wtl/movie.h',
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/emacs/testdata/ |
D | media.gyp | 848 'tools/player_wtl/movie.cc', 849 'tools/player_wtl/movie.h',
|
/third_party/skia/third_party/externals/egl-registry/extensions/NV/ |
D | EGL_NV_stream_metadata.txt | 49 infrequently, such as a movie title and track number to be displayed
|
/third_party/EGL/extensions/NV/ |
D | EGL_NV_stream_metadata.txt | 49 infrequently, such as a movie title and track number to be displayed
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | avfassetsrc.m | 32 * gst-launch-1.0 -v -m avfassetsrc uri="file://movie.mp4" ! autovideosink
|
/third_party/gstreamer/gstreamer/po/ |
D | be.po | 374 msgid "Homepage for this media (i.e. artist or movie homepage)"
|
D | ja.po | 369 msgid "Homepage for this media (i.e. artist or movie homepage)"
|
D | bg.po | 390 msgid "Homepage for this media (i.e. artist or movie homepage)"
|
D | eo.po | 361 msgid "Homepage for this media (i.e. artist or movie homepage)"
|
D | az.po | 363 msgid "Homepage for this media (i.e. artist or movie homepage)"
|
1234