Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
9e12f0bf
Commit
9e12f0bf
authored
Jul 26, 2011
by
Anton Khirnov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename ffprobe to avprobe.
parent
266463da
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
27 additions
and
27 deletions
+27
-27
.gitignore
.gitignore
+1
-1
Changelog
Changelog
+1
-1
Makefile
Makefile
+2
-2
avprobe.c
avprobe.c
+5
-5
configure
configure
+4
-4
avplay.texi
doc/avplay.texi
+1
-1
avprobe.texi
doc/avprobe.texi
+11
-11
ffmpeg.texi
doc/ffmpeg.texi
+1
-1
ffserver.texi
doc/ffserver.texi
+1
-1
No files found.
.gitignore
View file @
9e12f0bf
...
...
@@ -13,7 +13,7 @@ doc/*.pod
doxy
ffmpeg
avplay
ff
probe
av
probe
ffserver
libavcodec/*_tablegen
libavcodec/*_tables.c
...
...
Changelog
View file @
9e12f0bf
...
...
@@ -5,7 +5,7 @@ releases are sorted from youngest to oldest.
version <next>:
- BWF muxer
- Flash Screen Video 2 decoder
- ffplay
renamed to avplay
- ffplay
/ffprobe renamed to avplay/avprobe
version 0.7:
...
...
Makefile
View file @
9e12f0bf
...
...
@@ -54,7 +54,7 @@ COMPILE_S = $(call COMPILE,AS)
PROGS-$(CONFIG_FFMPEG)
+=
ffmpeg
PROGS-$(CONFIG_AVPLAY)
+=
avplay
PROGS-$(CONFIG_
FFPROBE)
+=
ff
probe
PROGS-$(CONFIG_
AVPROBE)
+=
av
probe
PROGS-$(CONFIG_FFSERVER)
+=
ffserver
PROGS
:=
$
(
PROGS-yes:%
=
%
$(EXESUF)
)
...
...
@@ -64,7 +64,7 @@ HOSTPROGS := $(TESTTOOLS:%=tests/%)
TOOLS
=
qt-faststart trasher
TOOLS-$(CONFIG_ZLIB)
+=
cws2fws
BASENAMES
=
ffmpeg avplay
ff
probe ffserver
BASENAMES
=
ffmpeg avplay
av
probe ffserver
ALLPROGS
=
$
(
BASENAMES:%
=
%
$(EXESUF)
)
ALLMANPAGES
=
$
(
BASENAMES:%
=
%.1
)
...
...
ff
probe.c
→
av
probe.c
View file @
9e12f0bf
/*
*
ff
probe : Simple Media Prober based on the Libav libraries
*
av
probe : Simple Media Prober based on the Libav libraries
* Copyright (c) 2007-2010 Stefano Sabatini
*
* This file is part of Libav.
...
...
@@ -29,7 +29,7 @@
#include "libavdevice/avdevice.h"
#include "cmdutils.h"
const
char
program_name
[]
=
"
ff
probe"
;
const
char
program_name
[]
=
"
av
probe"
;
const
int
program_birth_year
=
2007
;
static
int
do_show_format
=
0
;
...
...
@@ -44,7 +44,7 @@ static int use_value_sexagesimal_format = 0;
/* globals */
static
const
OptionDef
options
[];
/*
FF
probe context */
/*
AV
probe context */
static
const
char
*
input_filename
;
static
AVInputFormat
*
iformat
=
NULL
;
...
...
@@ -327,7 +327,7 @@ static int probe_file(const char *filename)
static
void
show_usage
(
void
)
{
printf
(
"Simple multimedia streams analyzer
\n
"
);
printf
(
"usage:
ffprobe [OPTIONS] [INPUT_FILE]
\n
"
);
printf
(
"usage:
%s [OPTIONS] [INPUT_FILE]
\n
"
,
program_name
);
printf
(
"
\n
"
);
}
...
...
@@ -407,7 +407,7 @@ int main(int argc, char **argv)
if
(
!
input_filename
)
{
show_usage
();
fprintf
(
stderr
,
"You have to specify one input file.
\n
"
);
fprintf
(
stderr
,
"Use -h to get full help or, even better, run 'man
ffprobe'.
\n
"
);
fprintf
(
stderr
,
"Use -h to get full help or, even better, run 'man
%s'.
\n
"
,
program_name
);
exit
(
1
);
}
...
...
configure
View file @
9e12f0bf
...
...
@@ -82,7 +82,7 @@ Configuration options:
--disable-doc do not build documentation
--disable-ffmpeg disable ffmpeg build
--disable-avplay disable avplay build
--disable-
ffprobe disable ff
probe build
--disable-
avprobe disable av
probe build
--disable-ffserver disable ffserver build
--disable-avdevice disable libavdevice build
--disable-avcodec disable libavcodec build
...
...
@@ -914,7 +914,7 @@ CONFIG_LIST="
fastdiv
ffmpeg
avplay
ff
probe
av
probe
ffserver
fft
frei0r
...
...
@@ -1491,7 +1491,7 @@ ffmpeg_deps="avcodec avformat swscale"
ffmpeg_select
=
"buffer_filter"
avplay_deps
=
"avcodec avformat swscale sdl"
avplay_select
=
"rdft"
ff
probe_deps
=
"avcodec avformat"
av
probe_deps
=
"avcodec avformat"
ffserver_deps
=
"avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
ffserver_extralibs
=
'$ldl'
...
...
@@ -1636,7 +1636,7 @@ enable doc
enable
fastdiv
enable
ffmpeg
enable
avplay
enable
ff
probe
enable
av
probe
enable
ffserver
enable
network
enable
optimizations
...
...
doc/avplay.texi
View file @
9e12f0bf
...
...
@@ -170,7 +170,7 @@ Seek to percentage in file corresponding to fraction of width.
@settitle AVplay media player
@c man begin SEEALSO
ffmpeg(1),
ff
probe(1), ffserver(1) and the Libav HTML documentation
ffmpeg(1),
av
probe(1), ffserver(1) and the Libav HTML documentation
@c man end
@c man begin AUTHORS
...
...
doc/
ff
probe.texi
→
doc/
av
probe.texi
View file @
9e12f0bf
\input
texinfo @c -*- texinfo -*-
@settitle
ff
probe Documentation
@settitle
av
probe Documentation
@titlepage
@center @titlefont
{
ff
probe Documentation
}
@center @titlefont
{
av
probe Documentation
}
@end titlepage
@top
...
...
@@ -15,33 +15,33 @@ The generic syntax is:
@example
@c man begin SYNOPSIS
ff
probe [options] [@file
{
input
_
file
}
]
av
probe [options] [@file
{
input
_
file
}
]
@c man end
@end example
@chapter Description
@c man begin DESCRIPTION
ff
probe gathers information from multimedia streams and prints it in
av
probe gathers information from multimedia streams and prints it in
human- and machine-readable fashion.
For example it can be used to check the format of the container used
by a multimedia stream and the format and type of each media stream
contained in it.
If a filename is specified in input,
ff
probe will try to open and
If a filename is specified in input,
av
probe will try to open and
probe the file content. If the file cannot be opened or recognized as
a multimedia file, a positive exit code is returned.
ff
probe may be employed both as a standalone application or in
av
probe may be employed both as a standalone application or in
combination with a textual filter, which may perform more
sophisticated processing, e.g. statistical processing or plotting.
Options are used to list some of the formats supported by
ff
probe or
Options are used to list some of the formats supported by
av
probe or
for specifying which information to display, and for setting how
ff
probe will show it.
av
probe will show it.
ff
probe output is designed to be easily parsable by a textual filter,
av
probe output is designed to be easily parsable by a textual filter,
and consists of one or more sections of the form:
@example
[SECTION]
...
...
@@ -118,8 +118,8 @@ with name "STREAM".
@ignore
@setfilename
ff
probe
@settitle
ff
probe media prober
@setfilename
av
probe
@settitle
av
probe media prober
@c man begin SEEALSO
ffmpeg(1), avplay(1), ffserver(1) and the Libav HTML documentation
...
...
doc/ffmpeg.texi
View file @
9e12f0bf
...
...
@@ -1079,7 +1079,7 @@ file to which you want to add them.
@settitle ffmpeg video converter
@c man begin SEEALSO
avplay(1),
ff
probe(1), ffserver(1) and the Libav HTML documentation
avplay(1),
av
probe(1), ffserver(1) and the Libav HTML documentation
@c man end
@c man begin AUTHORS
...
...
doc/ffserver.texi
View file @
9e12f0bf
...
...
@@ -265,7 +265,7 @@ rather than as a daemon.
@c man begin SEEALSO
ffmpeg(1), avplay(1),
ff
probe(1), the @file
{
ffmpeg/doc/ffserver.conf
}
ffmpeg(1), avplay(1),
av
probe(1), the @file
{
ffmpeg/doc/ffserver.conf
}
example and the Libav HTML documentation
@c man end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment