PDA

View Full Version : help with xvid setting


harissa
18th April 2007, 18:01
I m using megui for x264 , works fine , but when i change codec to xvid , it wont work all i get is this log

loadplugin("DGDecode.dll")
Mpeg2Source("carnavale.d2v")


Generating jobs. Desired size: 104857600 bytes
No audio encoding. Calculating desired video bitrate directly.
Setting video bitrate for the video jobs to 1916 kbit/s
Setting desired size of video to 104230912 bytes
Looking for job processor for job...
Processor found!
Starting job job1-1 at 12:04:17
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
-i "G:\111\sec.AVS" -pass1 "G:\111\sec.stats" -bitrate 1916 -kboost 100 -chigh 30 -clow 15 -overhead 0 -turbo -nopacked -closed_gop -imin 3 -imax 5 -pmin 3 -pmax 5 -max_bframes 2 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -threads 4
successfully started encoding
Processing ended at 12:04:17
----------------------------------------------------------------------------------------------------------

Log for job job1-1

Trying to retrieve width and height from input header
xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Wrong Framerate 0.000000

----------------------------------------------------------------------------------------------------------
Starting postprocessing of job...
Job completed successfully and deletion of intermediate files is activated
Postprocessing finished!
Looking for job processor for job...
Processor found!
Starting job job1-2 at 12:04:17
Starting preprocessing of job...
Preprocessing finished!
encoder commandline:
-i "G:\111\sec.AVS" -pass2 "G:\111\sec.stats" -bitrate 1916 -kboost 100 -chigh 30 -clow 15 -overhead 0 -nopacked -closed_gop -imin 3 -imax 5 -pmin 3 -pmax 5 -max_bframes 2 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -threads 4 -avi "G:\111\sec.avi"
successfully started encoding
Processing ended at 12:04:17
----------------------------------------------------------------------------------------------------------

Log for job job1-2

xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003

Trying to retrieve width and height from input header
Couldn't open statsfile 'G:\111\sec.stats'!

----------------------------------------------------------------------------------------------------------
The current job contains errors. Skipping chained jobs

lpvtech
18th April 2007, 18:52
There is a problem with your avs file [sec.AVS] ..
Include the full location in your avs file.

loadplugin("X:\XYZ\Plugin Located Folder\DGDecode.dll")
MPEG2Source("X:\XYZ\carnavale.d2v")