News:

--

Main Menu

Make and save mpeg index from commandline

Started by gga96, December 31, 2013, 12:06:38 AM

Previous topic - Next topic

gga96

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

mean

With 2.6.x you just have to open the file, indexing is automatic

gga96

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?

mean

avidemux_cli --load foobar.mpg --quit
Will create the index then exit

gga96