Searched refs:ffmpeg (Results 1 - 25 of 29) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dmake_chlayout_test32 This script uses B<ffmpeg> and B<libflite> to produce a file with audio
39 I<out_options> is a list of valid ffmpeg outout options, including the
45 This script requires a B<ffmpeg> binary, either in the source tree or in the
73 my $ffmpeg = exists $ENV{FFMPEG} ? $ENV{FFMPEG} :
74 $0 =~ /(.*)\// && -e "$1/../ffmpeg" ? "$1/../ffmpeg" :
75 "ffmpeg";
83 open my $f, "-|", $ffmpeg, "-layouts" or die "$ffmpeg: $!\n";
113 exec $ffmpeg, "
[all...]
H A Dbisect-create23 ffmpeg|ffplay|ffprobe|ffserver)
H A Ddvd2concat33 transcode it using B<ffmpeg> or any other similar use.
39 I<file.concat> is the output file. It can be used a input to ffmpeg.
H A Dpatcheck21 echo something wrong, fix it and send a patch to the ffmpeg-devel mailing list.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/ffmpeg/
H A Dffmpeg-0.5.tv.patch.sh3 # Patch for ffmpeg so forked-daapd can extract iTunes TV metadata from mp4 video files
6 # Usage: chmod +x this file, and run it from the directory above where you want ffmpeg
8 svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg
11 Index: ffmpeg/libavformat/mov.c
13 --- ffmpeg/libavformat/mov.c (revision 20790)
14 +++ ffmpeg/libavformat/mov.c (working copy)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dfate-run.sh87 ffmpeg(){ function
94 run ffmpeg ${ffmpeg_args}
98 ffmpeg "$@" -flags +bitexact -f framecrc -
102 ffmpeg "$@" -flags +bitexact -f framemd5 -
106 ffmpeg "$@" -f crc -
110 ffmpeg "$@" md5:
114 ffmpeg "$@" -vn -f s16le -
126 ffmpeg -i $src_file "$@" -f $out_fmt -y ${encfile} || return
127 ffmpeg -flags +bitexact -i ${encfile} -c:a pcm_${pcm_fmt} -f ${dec_fmt} -
148 ffmpeg
[all...]
H A Dregression-funcs.sh3 # common regression functions for ffmpeg
23 ffmpeg="$target_exec ${target_path}/ffmpeg"
53 $echov $ffmpeg $AVCONV_OPTS $*
54 $ffmpeg $AVCONV_OPTS $*
H A DMakefile38 tests/data/ffprobe-test.nut: ffmpeg$(EXESUF) | tests/data
104 include $(SRC_PATH)/tests/fate/ffmpeg.mak
160 $(FATE_FFMPEG) $(FATE_SAMPLES_AVCONV) $(FATE_SAMPLES_FFMPEG): ffmpeg$(EXESUF)
168 rsync $(RSYNC_OPTIONS) rsync://fate-suite.ffmpeg.org/fate-suite/ $(SAMPLES)
180 TOOL = ffmpeg
H A Dffserver.conf37 # and/or audio sequence coming from an ffmpeg encoder or another
43 # You must use 'ffmpeg' to send a live feed to ffserver. In this
46 # ffmpeg http://localhost:8090/feed1.ffm
58 # Fire up ffmpeg pointing at this stream
60 Launch ./ffmpeg -v 0 -y -f pgmyuv -i tests/vsynth1/%02d.pgm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/
H A DMakefile9 # 1. I don't re-configure ffmpeg, jpeg-7, zlib & minidlna , because their Makefiles
20 #SUBDIRS += ffmpeg-0.5.1
21 SUBDIRS += ffmpeg-2.3.4
45 all: zlib libogg libexif sqlite3 libvorbis flac libid3tag ffmpeg jpeg
59 CFLAGS="-g -O3 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -lpthread -I../ffmpeg-2.3.4/ -I../jpeg-7 -I../ffmpeg-2.3.4/libavformat -I../libvorbis-1.2.3/include \
115 ffmpeg:
116 cd ffmpeg-2.3.4 && (./configure --enable-shared --enable-gpl --arch=arm \
150 cp ./ffmpeg-2.3.4/libavutil/libavutil.so.52 ./lib/libavutil.so.52 && \
151 cp ./ffmpeg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dffmpeg.mak3 fate-mapchan-6ch-extract-2: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-22050-6.wav -map_channel 0.0.0 -flags +bitexact -f wav md5: -map_channel 0.0.1 -flags +bitexact -f wav md5:
18 FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-filter_complex
19 fate-ffmpeg-filter_complex: CMD = framecrc -filter_complex color=d=1:r=5
21 FATE_FFMPEG-$(CONFIG_COLOR_FILTER) += fate-ffmpeg-lavfi
22 fate-ffmpeg-lavfi: CMD = framecrc -lavfi color=d=1:r=5
H A Dlibavresample.mak12 fate-lavr-mix-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-$(1).wav -ac $(2) -mix_coeff_type $(3) -internal_sample_fmt $(4) -f s16le -af atrim=end_sample=1024 -
25 fate-lavr-mix-output-zero: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-4.wav -filter_script $(TARGET_PATH)/tests/data/filtergraphs/lavr_mix_output_zero -f s16le -
37 fate-lavr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -ar $(2) -internal_sample_fmt $(3) -f $(4) -af atrim=end_sample=10240 -
51 fate-lavr-resample-linear: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-44100-1.wav -ar 48000 -filter_size 32 -linear_interp 1 -f s16le -af atrim=end_sample=10240 -
58 fate-lavr-resample-nearest: CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-48000-1.wav -ar 44100 -filter_size 0 -phase_shift 0 -f s16le -af atrim=end_sample=10240 -
H A Dfilter-audio.mak7 fate-filter-amix-simple: CMD = ffmpeg -filter_complex amix -i $(SRC) -ss 3 -i $(SRC1) -f f32le -
11 fate-filter-amix-first: CMD = ffmpeg -filter_complex amix=duration=first -ss 4 -i $(SRC) -i $(SRC1) -f f32le -
17 fate-filter-amix-transition: CMD = ffmpeg -filter_complex amix=inputs=3:dropout_transition=0.5 -i $(SRC) -ss 2 -i $(SRC1) -ss 4 -i $(SRC2) -f f32le -
H A Dlossless-audio.mak20 fate-lossless-tta-encrypted: CMD = crc -password ffmpeg -i $(TARGET_SAMPLES)/lossless-audio/encrypted.tta
H A Dopus.mak17 fate-opus-$(1): CMD = ffmpeg -i $(TARGET_SAMPLES)/opus/$(1).mka -f s16le -
H A Dlibswresample.mak17 fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
272 fate-swr-resample_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):linear_interp=1:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=1:internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
337 fate-swr-resample_nn-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
360 fate-swr-resample_async-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100,aresample=$(2):async=50:min_hard_comp=0.100000:first_pts=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):internal_sample_fmt=$(3) -f wav -acodec pcm_s16le -
H A Dvpx.mak49 # so ffmpeg drops one of them
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/
H A DMakefile9 COMPONENTS-$(CONFIG_AVUTIL) += ffmpeg-utils
10 COMPONENTS-$(CONFIG_SWSCALE) += ffmpeg-scaler
11 COMPONENTS-$(CONFIG_SWRESAMPLE) += ffmpeg-resampler
12 COMPONENTS-$(CONFIG_AVCODEC) += ffmpeg-codecs ffmpeg-bitstream-filters
13 COMPONENTS-$(CONFIG_AVFORMAT) += ffmpeg-formats ffmpeg-protocols
14 COMPONENTS-$(CONFIG_AVDEVICE) += ffmpeg-devices
15 COMPONENTS-$(CONFIG_AVFILTER) += ffmpeg-filters
H A Dffserver.conf30 # and/or audio sequence coming from an ffmpeg encoder or another
36 # You must use 'ffmpeg' to send a live feed to ffserver. In this
39 # ffmpeg http://localhost:8090/feed1.ffm
54 # Specify launch in order to start ffmpeg automatically.
55 # First ffmpeg must be defined with an appropriate path if needed,
57 #Launch ffmpeg
370 URL http://www.ffmpeg.org/
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dversion.sh3 # Usage: version.sh <ffmpeg-root-dir> <output-version.h> <extra-version>
19 # Snapshots from gitweb are in a directory called ffmpeg-hhhhhhh or
20 # ffmpeg-HEAD-hhhhhhh.
24 */ffmpeg-[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f])
26 */ffmpeg-HEAD-[0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f][0-9a-f])
H A DMakefile15 AVPROGS-$(CONFIG_FFMPEG) += ffmpeg
24 AVBASENAMES = ffmpeg ffplay ffprobe ffserver
31 OBJS-ffmpeg += ffmpeg_opt.o ffmpeg_filter.o
32 OBJS-ffmpeg-$(HAVE_VDPAU_X11) += ffmpeg_vdpau.o
33 OBJS-ffmpeg-$(HAVE_DXVA2_LIB) += ffmpeg_dxva2.o
34 OBJS-ffmpeg-$(CONFIG_VDA) += ffmpeg_vda.o
H A Dconfigure84 --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg]
85 --docdir=DIR install documentation in DIR [PREFIX/share/doc/ffmpeg]
113 --disable-ffmpeg disable ffmpeg build
413 ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
1437 ffmpeg
2621 datadir_default='${prefix}/share/ffmpeg'
2622 docdir_default='${prefix}/share/doc/ffmpeg'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A DMakefile16 -I$(MINI_DLNA_PATH)/ffmpeg-0.5.1 \
17 -I$(MINI_DLNA_PATH)/ffmpeg-0.5.1/libavutil \
18 -I$(MINI_DLNA_PATH)/ffmpeg-0.5.1/libavcodec \
19 -I$(MINI_DLNA_PATH)/ffmpeg-0.5.1/libavformat \
29 # -I/usr/include/ffmpeg \
31 # -I/usr/include/ffmpeg/libavutil -I/usr/include/ffmpeg/libavcodec -I/usr/include/ffmpeg/libavformat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A DMakefile55 PROGS-$(CONFIG_FFMPEG) += ffmpeg
68 BASENAMES = ffmpeg avconv avplay avprobe avserver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/fate/
H A Dvideo.mak116 fate-idroq-video-encode: CMD = md5 -f image2 -vcodec pgmyuv -i $(SAMPLES)/ffmpeg-synthetic/vsynth1/%02d.pgm -sws_flags +bitexact -vf pad=512:512:80:112 -f RoQ -t 0.2

Completed in 106 milliseconds

12