Log in

View Full Version : Rejig ... a question


Darkness008
10th June 2004, 13:07
Well i have a hell of mpv files.

Is there an easier way the transcode them with rejig.

Is there an Batch making program out there????

Dimmer
10th June 2004, 13:21
TMPGEnc

Darkness008
10th June 2004, 15:39
That takes too long.

I don`t wanna to recode just "requant" ???

And ReJig seems the only Tool that makes this possible.

Darkness008
15th June 2004, 14:53
The silence here is awesome :-)

It seems there is no way to make a batch list ... or does no one know how to create one.

buzzqw
15th June 2004, 15:43
afaik rejig/requant accept command line parameters

From README.txt :sly:

eJig uses the M2VRequantiser by Makira to Re-Compress from MPEG-2 to MPEG-2 ES.

ReJig CommandLine Control
-------------------------

-i <FileName> Adds a filename(s) for a Job. i.e. "E:\rip\1.mpg + e:\rip\2.mpg"
-o <FileName> Sets the output filename for the next input file specified by -i
-close Automatically Closes the program after processing.
-quiet Will not prompt for overwriting but will overwrite automatically
-auto Automatically sets the program on a RecompressAll
-level Compression level in percentage, put before the input file (default: 70.0)
-size Size in MB for the output file (automatically assumes 2Pass)

Examples:
ReJig -i e:\rip\CCEData.txt -auto -close -quiet
ReJig -level 65 -o "e:\rip\big_small.m2v" -i "e:\rip\big.vob"
ReJig -size 50 -o "e:\rip\big_small_50mb.m2v" -i "e:\rip\big.vob"

Try a batch file

BHH