On Mon, July 21, 2008 4:23 am, Gergo Szakal wrote:
> I have just installed transcode for merging AVIs because I am
> dissatisfied with other solutions... but I like to play safe and merge
> files based upon their indices... however I have faced a problem. As
> you know, mencoder has -forceidx which generates index for the AVIs to
> join. I can generate index for the source AVIs but I cannot make
> transcode read it (-x accepts only one parameter). In the end, what
> exactly does -x do? The manpage is not helpful enough or
> I am too dumb. :-P


-x loads an index file that has been generated with aviindex.  If you have
an AVI with a broken index, you can fix it like this:
    aviindex -i broken.avi -n -o index
    avimerge -x index -i broken.avi -o fixed.avi

Reply via email to