Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FFmpeg
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
libremedia
Tethys
FFmpeg
Commits
6527639b
Commit
6527639b
authored
19 years ago
by
Diego Biurrun
Browse files
Options
Downloads
Patches
Plain Diff
spelling/grammar/wording
Originally committed as revision 4363 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c9a08db9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/ffplay-doc.texi
+8
-8
8 additions, 8 deletions
doc/ffplay-doc.texi
with
8 additions
and
8 deletions
doc/ffplay-doc.texi
+
8
−
8
View file @
6527639b
...
@@ -12,8 +12,8 @@
...
@@ -12,8 +12,8 @@
@c man begin DESCRIPTION
@c man begin DESCRIPTION
FFplay is a very simple and portable media player using the FFmpeg
FFplay is a very simple and portable media player using the FFmpeg
libraries and the SDL library. It is mostly used as a test
be
nch
for the
libraries and the SDL library. It is mostly used as a testbe
d
for the
various
APIs of
FFmpeg.
various FFmpeg
APIs
.
@c man end
@c man end
@chapter Invocation
@chapter Invocation
...
@@ -44,7 +44,7 @@ disable graphical display
...
@@ -44,7 +44,7 @@ disable graphical display
@item -f fmt
@item -f fmt
force format
force format
@item -img img
_
fmt
@item -img img
_
fmt
t
his option is used to force a given image format
T
his option is used to force a given image format
when playing image sequences. Example:
when playing image sequences. Example:
@example
@example
ffplay -img pgmyuv tests/vsynth1/
%d.pgm
ffplay -img pgmyuv tests/vsynth1/
%d.pgm
...
@@ -54,13 +54,13 @@ ffplay -img pgmyuv tests/vsynth1/%d.pgm
...
@@ -54,13 +54,13 @@ ffplay -img pgmyuv tests/vsynth1/%d.pgm
@section Advanced options
@section Advanced options
@table @option
@table @option
@item -stats
@item -stats
s
how the stream duration, the codec parameters, the current position in
S
how the stream duration, the codec parameters, the current position in
the stream
,
and the audio/video synchronisation drift.
the stream and the audio/video synchronisation drift.
@item -rtp
_
tcp
@item -rtp
_
tcp
f
orce RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
F
orce RTP/TCP protocol usage instead of RTP/UDP. It is only meaningful
if you are
doing
stream with the RTSP protocol.
if you are stream
ing
with the RTSP protocol.
@item -sync type
@item -sync type
s
et the master clock to audio (@code
{
type=audio
}
), video
S
et the master clock to audio (@code
{
type=audio
}
), video
(@code
{
type=video
}
) or external (@code
{
type=ext
}
). Default is audio. The
(@code
{
type=video
}
) or external (@code
{
type=ext
}
). Default is audio. The
master clock is used to control audio-video synchronization. Most media
master clock is used to control audio-video synchronization. Most media
players use audio as master clock, but in some cases (streaming or high
players use audio as master clock, but in some cases (streaming or high
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment