summaryrefslogtreecommitdiffstats
path: root/TOOLS/avi-fix.c
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS/avi-fix.c')
-rw-r--r--TOOLS/avi-fix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/TOOLS/avi-fix.c b/TOOLS/avi-fix.c
index 2dfd48a955..e4d6600ad6 100644
--- a/TOOLS/avi-fix.c
+++ b/TOOLS/avi-fix.c
@@ -1,6 +1,7 @@
/* avi-fix v0.1 (C) A'rpi
* simple tool to fix chunk sizes in a RIFF AVI file
- * it doesn't check/fix index, use mencoder -forceidx -oac copy -ovc copy to fix index!
+ * it doesn't check/fix index. You can try to fix it with ffmpeg -i ... -acodec
+ * copy -vcodec copy
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by