summaryrefslogtreecommitdiffstats
path: root/TOOLS/avi-fix.c
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-01-21 01:55:40 +0100
committerUoti Urpala <uau@glyph.nonexistent.invalid>2011-01-25 03:15:26 +0200
commit3a7b071517dfdb83e7a9ba7f8b327b6c476f638e (patch)
tree3cbf27b9375680749b9fd4f866c79fa833c8d8e8 /TOOLS/avi-fix.c
parent69fdb30400cd67922cfb612ed33403f4f91b3d03 (diff)
downloadmpv-3a7b071517dfdb83e7a9ba7f8b327b6c476f638e.tar.bz2
mpv-3a7b071517dfdb83e7a9ba7f8b327b6c476f638e.tar.xz
TOOLS: Remove most of the mencoder scripts and references
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