diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-27 15:34:47 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-27 15:42:55 +0200 |
commit | fcd08262fdbd5ee4cc0d25d32e331d3f049ad8c2 (patch) | |
tree | 139056d0ee0454662a437b89cab42872f9f46c0b /tools/ismindex.c | |
parent | 2fd5e70869ccbcdbaa5183d4d763dc6c739b3494 (diff) | |
download | ffmpeg-fcd08262fdbd5ee4cc0d25d32e331d3f049ad8c2.tar.gz |
tests and tools: cleanup ffmpeg reference
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tools/ismindex.c')
-rw-r--r-- | tools/ismindex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ismindex.c b/tools/ismindex.c index 5980869c24..a30feb1fcb 100644 --- a/tools/ismindex.c +++ b/tools/ismindex.c @@ -20,7 +20,7 @@ /* * To create a simple file for smooth streaming: - * avconv <normal input/transcoding options> -movflags frag_keyframe foo.ismv + * ffmpeg <normal input/transcoding options> -movflags frag_keyframe foo.ismv * ismindex -n foo foo.ismv * This step creates foo.ism and foo.ismc that is required by IIS for * serving it. |