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
92f9b26c
Commit
92f9b26c
authored
13 years ago
by
Michael Niedermayer
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix convertion tool references
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
ada28b7f
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/muxers.texi
+2
-2
2 additions, 2 deletions
doc/muxers.texi
with
2 additions
and
2 deletions
doc/muxers.texi
+
2
−
2
View file @
92f9b26c
...
@@ -180,7 +180,7 @@ Create fragments that contain up to @var{size} bytes of payload data.
...
@@ -180,7 +180,7 @@ Create fragments that contain up to @var{size} bytes of payload data.
Allow the caller to manually choose when to cut fragments, by
Allow the caller to manually choose when to cut fragments, by
calling @code{av_write_frame(ctx, NULL)} to write a fragment with
calling @code{av_write_frame(ctx, NULL)} to write a fragment with
the packets written so far. (This is only useful with other
the packets written so far. (This is only useful with other
applications integrating libavformat, not from @command{
avconv
}.)
applications integrating libavformat, not from @command{
ffmpeg
}.)
@end table
@end table
Additionally, the way the output file is written can be adjusted
Additionally, the way the output file is written can be adjusted
...
@@ -209,7 +209,7 @@ This option is implicitly set when writing ismv (Smooth Streaming) files.
...
@@ -209,7 +209,7 @@ This option is implicitly set when writing ismv (Smooth Streaming) files.
Smooth Streaming content can be pushed in real time to a publishing
Smooth Streaming content can be pushed in real time to a publishing
point on IIS with this muxer. Example:
point on IIS with this muxer. Example:
@example
@example
avconv
-re @var{<normal input/transcoding options>} -movflags isml+frag_keyframe -f ismv http://server/publishingpoint.isml/Streams(Encoder1)
ffmpeg
-re @var{<normal input/transcoding options>} -movflags isml+frag_keyframe -f ismv http://server/publishingpoint.isml/Streams(Encoder1)
@end example
@end example
@section mpegts
@section mpegts
...
...
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