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
a93b9dba
Commit
a93b9dba
authored
Jul 22, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention libavformat API examples
Originally committed as revision 2070 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
8de65d4f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
faq.texi
doc/faq.texi
+4
-0
ffmpeg-doc.texi
doc/ffmpeg-doc.texi
+4
-2
No files found.
doc/faq.texi
View file @
a93b9dba
...
...
@@ -52,6 +52,10 @@ Use @file{-} as filename.
@chapter Development
@section Are there examples of use of the FFmpeg libraries libavcodec and libavformat ?
Yes. Read the Developers Guide of the FFmpeg documentation.
@section Can you support my C compiler XXX ?
No. Only GCC is supported. GCC is ported on most systems available and I
...
...
doc/ffmpeg-doc.texi
View file @
a93b9dba
...
...
@@ -467,8 +467,10 @@ valid results, then crashes.
decoding). See @file
{
libavcodec/apiexample.c
}
to see how to use it.
@item libavformat is the library containing the file formats handling (mux and
demux code for several formats). (no example yet, the API is likely to
evolve).
demux code for several formats). See @file
{
ffplay.c
}
to use it in a
player. See @file
{
output
_
example.c
}
to use it to generate audio or video
streams.
@end itemize
@section Integrating libavcodec or libavformat in your program
...
...
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