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
6527639b
Commit
6527639b
authored
Jun 09, 2005
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling/grammar/wording
Originally committed as revision 4363 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c9a08db9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
ffplay-doc.texi
doc/ffplay-doc.texi
+8
-8
No files found.
doc/ffplay-doc.texi
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
bench
for the
libraries and the SDL library. It is mostly used as a test
bed
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
streaming
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
...
...
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