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
70fd3975
Commit
70fd3975
authored
Sep 11, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
r_frame_rate
Originally committed as revision 10476 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
7241a6bb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
faq.texi
doc/faq.texi
+8
-0
No files found.
doc/faq.texi
View file @
70fd3975
...
...
@@ -453,4 +453,12 @@ Even if peculiar since it is network oriented, RTP is a container like any
other. You have to @emph
{
demux
}
RTP before feeding the payload to libavcodec.
In this specific case please look at RFC 4629 to see how it should be done.
@section AVStream.r
_
frame
_
rate is wrong, its much larger than the frame rate
r
_
frame
_
rate is NOT the average framerate, it is the smallest framerate
with which all timestamps can be accurately represented, so no it is not
wrong if its larger than the average!
for example if you have 25 and 30 fps content mixed then r
_
frame
_
rate
will be 150.
@bye
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