Browse code

doc: fix convertion tool references

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2012/02/01 11:37:08
Showing 1 changed files
... ...
@@ -180,7 +180,7 @@ Create fragments that contain up to @var{size} bytes of payload data.
180 180
 Allow the caller to manually choose when to cut fragments, by
181 181
 calling @code{av_write_frame(ctx, NULL)} to write a fragment with
182 182
 the packets written so far. (This is only useful with other
183
-applications integrating libavformat, not from @command{avconv}.)
183
+applications integrating libavformat, not from @command{ffmpeg}.)
184 184
 @end table
185 185
 
186 186
 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 209
 Smooth Streaming content can be pushed in real time to a publishing
210 210
 point on IIS with this muxer. Example:
211 211
 @example
212
-avconv -re @var{<normal input/transcoding options>} -movflags isml+frag_keyframe -f ismv http://server/publishingpoint.isml/Streams(Encoder1)
212
+ffmpeg -re @var{<normal input/transcoding options>} -movflags isml+frag_keyframe -f ismv http://server/publishingpoint.isml/Streams(Encoder1)
213 213
 @end example
214 214
 
215 215
 @section mpegts