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
fa78d895
Commit
fa78d895
authored
Aug 06, 2007
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling/grammar
Originally committed as revision 9966 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
c7385375
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
faq.texi
doc/faq.texi
+9
-9
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+2
-2
No files found.
doc/faq.texi
View file @
fa78d895
...
...
@@ -307,22 +307,22 @@ ffmpeg -f u16le -acodec pcm_s16le -ac 2 -ar 44100 -i all.a \
rm temp[12].[av] all.[av]
@end example
@section Is there a forum for
ffmpeg, i dont like mailing
lists?
@section Is there a forum for
FFmpeg, I do not like mailing
lists?
yes, (@url
{
http://dir.gmane.org/gmane.comp.video.ffmpeg.user
}
)
Yes, (@url
{
http://dir.gmane.org/gmane.comp.video.ffmpeg.user
}
).
@section
ffmpeg does not adhere to the -maxrate setting, some frames are bigger than maxrate/fps
@section
FFmpeg does not adhere to the -maxrate setting, some frames are bigger than maxrate/fps.
Read the
mpeg spec, read about video buffer verif
er.
Read the
MPEG spec about video buffer verifi
er.
@section I want CBR
but no matter what i do frame sizes differ
@section I want CBR
, but no matter what I do frame sizes differ.
You do not understand what
cbr is, please read the mpeg
spec.
Read about video buffer verifer and constant bitrate.
The
1
sentence summary is that there is a buffer and the input rate is
You do not understand what
CBR is, please read the MPEG
spec.
Read about video buffer verif
i
er and constant bitrate.
The
one
sentence summary is that there is a buffer and the input rate is
constant, the output can vary as needed.
@section How do
i
check if a stream is CBR?
@section How do
I
check if a stream is CBR?
To quote the MPEG-2 spec:
"There is no way to tell that a bitstream is constant bitrate without
...
...
doc/ffmpeg-doc.texi
View file @
fa78d895
...
...
@@ -390,7 +390,7 @@ Set max video bitrate (in bit/s).
@item -minrate bitrate
Set min video bitrate (in bit/s).
@item -bufsize size
Set video buffer verifer buffer size (in bits).
Set video buffer verif
i
er buffer size (in bits).
@item -vcodec codec
Force video codec to @var
{
codec
}
. Use the @code
{
copy
}
special value to
tell that the raw codec data must be copied as is.
...
...
@@ -1671,7 +1671,7 @@ Note, these rules are mostly borrowed from the MPlayer project.
First,
(
@pxref
{
Coding Rules
}
)
above if you did not yet.
When you submit your patch, try to send a unified diff
(
diff '
-
up'
option
)
.
I
cannot read other diffs :
-)
option
)
.
We
cannot read other diffs :
-)
Also please do not submit patches which contain several unrelated changes.
Split them into individual self
-
contained patches; this makes reviewing
...
...
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