Avidemux Forum

Avidemux => Windows => Topic started by: gga96 on December 31, 2013, 12:06:38 AM

Title: Make and save mpeg index from commandline
Post by: gga96 on December 31, 2013, 12:06:38 AM
Hi All,

I would like to batch process the making of the mpeg index.

So far I have searched the forum and wiki but cannot achieve an command line output.
Quote"C:\Program Files\Avidemux 2.6\avidemux" --index-mpeg Test.mpg Test.mpg.idx2 0 --quit

Is it possible to do this?
If so could you please show an example of the command and/or the syntax required.

Your help is appreciated.
Glen
Title: Re: Make and save mpeg index from commandline
Post by: mean on January 03, 2014, 12:26:09 PM
With 2.6.x you just have to open the file, indexing is automatic
Title: Re: Make and save mpeg index from commandline
Post by: gga96 on January 03, 2014, 07:55:43 PM
Thank you mean for your help.

I had hoped to pre-process the indexing of a group of mpeg2 files in a background batch job, but from your reply " indexing is automatic" I assume that is NOT possible with version 2.6.

Is this correct?
Title: Re: Make and save mpeg index from commandline
Post by: mean on January 04, 2014, 08:11:09 AM
avidemux_cli --load foobar.mpg --quit
Will create the index then exit
Title: Re: Make and save mpeg index from commandline
Post by: gga96 on January 04, 2014, 10:54:17 AM
Thanks, I am up and running.