Skip to content
Snippets Groups Projects
Commit 92f9b26c authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

doc: fix convertion tool references

parent ada28b7f
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment