darkKlor
25th September 2008, 06:35
Overnite attempt used "XviD >30% comp. check (HQ)" but for today's attempt I bumped it up to 45%.
Overnite used AutoEncode with File Size set at "1 CD (700MB)" but today I altered that to "Average Bitrate 901kbit/s", the previous setting had produced a file with a 619kbit/s video stream according to GSpot.
I stuffed up today's AutoEncode in the sense that the default container is MP4 and i didn't notice that, so its not an AVI output, but that should be largely inconsequential.
Audio Encoder overnight was "LAME MP3: MP3-112ABR" but today I changed it to 128ABR.
Inputs are constant with a set of VOB files and the AC3 file produced in the earlier stages. The Avisynth script should also be constant.
Overnite the muxed AVI was 485MB, today the muxed MP4 was 604MB, well below the expected size increase from increasing the bitrate (I can't check the produced bitrate because GSpot doesnt like the MP4 file).
AviSynth script:
DGDecode_mpeg2source("C:\Users\user\Desktop\Licence To Wed\licence.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 0, 74, 0, -74)
LanczosResize(640,256) # Lanczos (Sharp)
#denoise
The log file includes both attempts, the part for today I'll put in a second post because of the size restrictions.
[Warning] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.0.2015
--[NoImage] OS : Microsoft® Windows Vista™ Home Premium SP1 (6.0.65536.6001)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.3053)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
-[Warning] Log for job1 (idx, VTS_01_1.VOB -> VTS_01_1.d2v)
--[Information] [25/09/2008 2:48:55 AM] Started handling job
--[Information] [25/09/2008 2:48:55 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<D:\DVD Rips\License to Wed\VTS_01_1.VOB< -OF=<D:\DVD Rips\License to Wed\VTS_01_1< -exit -hide -OM=1 -TN=81,
--[Information] [25/09/2008 2:48:56 AM] Encoding started
--[NoImage] Standard output stream
--[Warning] Deleting aborted output
---[NoImage] Delete aborted ouptut set: True
---[NoImage] File to delete: D:\DVD Rips\License to Wed\VTS_01_1.d2v
---[Warning] Error deleting file
----[NoImage] Exception message: The process cannot access the file 'D:\DVD Rips\License to Wed\VTS_01_1.d2v' because it is being used by another process.
----[NoImage] Stacktrace
-----[NoImage] at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
-----[NoImage] at System.IO.File.Delete(String path)
-----[NoImage] at MeGUI.core.gui.JobWorker.markJobAborted()
----[NoImage] Inner exception: null
--[NoImage] Standard error stream
--[Information] [25/09/2008 2:50:02 AM] Job completed
--[Information] [25/09/2008 2:50:02 AM] Current job was aborted
-[Information] Log for job1 (idx, VTS_01_1.VOB -> licence.d2v)
--[Information] [25/09/2008 2:50:53 AM] Started handling job
--[Information] [25/09/2008 2:50:53 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<D:\DVD Rips\License to Wed\VTS_01_1.VOB< -OF=<C:\Users\user\Desktop\Licence To Wed\licence< -exit -hide -OM=1 -TN=81,
--[Information] [25/09/2008 2:50:53 AM] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
--[Information] [25/09/2008 2:52:23 AM] Running auto force film
---[NoImage] Film percentage: -1
--[Information] [25/09/2008 2:52:23 AM] Job completed
--[Information] [25/09/2008 2:52:23 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] AutoEncode job generation log
--[NoImage] Desired Size : 700 MB
--[NoImage] Split Size : null
--[Information] Eliminating duplicate filenames
---[NoImage] Video output file: C:\Users\user\Desktop\Licence To Wed\licence.avi
---[NoImage] Muxed output file: C:\Users\user\Desktop\Licence To Wed\licence-muxed.avi
---[NoImage] Encodable audio stream 0: C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3
-[Information] Log for job2 (audio, licence T81 2_0ch 192Kbps DELAY -6ms.ac3 -> licence T81 2_0ch 192Kbps DELAY 0ms.mp3)
--[Information] [25/09/2008 3:03:00 AM] Started handling job
--[Information] [25/09/2008 3:03:00 AM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] NicAc3Source("C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY -6ms.ac3", DRC=1)
---[NoImage] DelayAudio(-6.0/1000.0)
---[NoImage] ConvertAudioToFloat()
---[NoImage] 6<=Audiochannels(last)?x_stereo7e3a525d024e4e9daa444fca26989bd2(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] ConvertAudioTo16bit()
---[NoImage] return last
---[NoImage] function x_stereo7e3a525d024e4e9daa444fca26989bd2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] lfe = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
---[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
---[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[NoImage] Commandline used: --abr 112 -h --silent - "{0}"
--[Information] [25/09/2008 3:03:00 AM] Encoding started
--[Information] [25/09/2008 3:03:00 AM] Encode thread started
--[Information] [25/09/2008 3:03:00 AM] Avisynth script environment opened
--[Information] [25/09/2008 3:03:00 AM] Script loaded
--[Information] Input
---[NoImage] Channels: 2
---[NoImage] Bits per sample: 16
---[NoImage] Sample rate: 48000
--[NoImage] Commandline: C:\Program Files (x86)\megui\tools\lame\lame.exe --abr 112 -h --silent - "C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3"
--[Information] [25/09/2008 3:03:01 AM] Encoder process started
--[Information] [25/09/2008 3:09:56 AM] Job completed
--[Information] [25/09/2008 3:09:56 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job3 (video, licence.avs -> )
--[Information] [25/09/2008 3:09:56 AM] Started handling job
--[Information] [25/09/2008 3:09:56 AM] Preprocessing
---[Information] Bitrate calculation for video
----[NoImage] Desired size after subtracting audio: 644163KBs
----[NoImage] Calculated desired bitrate: 936kbit/s
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\user\Desktop\Licence To Wed\licence.avs" -pass1 "C:\Users\user\Desktop\Licence To Wed\licence.stats" -bitrate 936 -kboost 100 -chigh 30 -clow 15 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3ulr_rev3.xcm" -closed_gop -lumimasking -imin 3 -imax 5 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1
--[Information] [25/09/2008 3:09:57 AM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =1583664.00, length(bytes) = 737842478
---[NoImage] Avg: enctime(ms) = 11.24, fps = 88.96, length(bytes) = 5237
---[NoImage] I frames: 1410 frames, size = 18497/ 26081297, quants = 2 / 2.00 / 2
---[NoImage] P frames: 50016 frames, size = 8582/ 429281286, quants = 2 / 2.00 / 2
---[NoImage] B frames: 89237 frames, size = 3165/ 282478215, quants = 3 / 3.00 / 3
---[NoImage] N frames: 210 frames, size = 8/ 1680
--[NoImage] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] xvid [info]: Input colorspace is YV12
---[NoImage] xvid [info]: Input is 640 x 256, 25.000fps (25/1), starting from frame 0
---[NoImage] xvid [info]: Number of frames to encode: 140873, Bitrate = 936kbps
---[NoImage] xvid [info]: xvidcore build version: xvid-1.2.0-dev
---[NoImage] xvid [info]: Bitstream version: 1.2.-127
---[NoImage] xvid [info]: Detected CPU flags: ASM MMX MMXEXT SSE SSE2 TSC
---[NoImage] xvid [info]: Detected cpus = 2, threads requested = 1, threads in use = 1
--[Information] [25/09/2008 3:36:23 AM] Job completed
--[Information] [25/09/2008 3:36:23 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job4 (video, licence.avs -> licence.avi)
--[Information] [25/09/2008 3:36:23 AM] Started handling job
--[Information] [25/09/2008 3:36:23 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\user\Desktop\Licence To Wed\licence.avs" -pass2 "C:\Users\user\Desktop\Licence To Wed\licence.stats" -bitrate 936 -kboost 100 -chigh 30 -clow 15 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3ulr_rev3.xcm" -closed_gop -lumimasking -imin 3 -imax 5 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1 -avi "C:\Users\user\Desktop\Licence To Wed\licence.avi"
--[Information] [25/09/2008 3:36:23 AM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =4873350.00, length(bytes) = 437491441
---[NoImage] Avg: enctime(ms) = 34.59, fps = 28.91, length(bytes) = 3105
---[NoImage] I frames: 1410 frames, size = 14432/ 20349358, quants = 3 / 3.00 / 3
---[NoImage] P frames: 50016 frames, size = 5049/ 252555958, quants = 3 / 3.00 / 3
---[NoImage] B frames: 88861 frames, size = 1852/ 164581437, quants = 4 / 4.00 / 4
---[NoImage] N frames: 586 frames, size = 8/ 4688
--[NoImage] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] xvid [info]: Input colorspace is YV12
---[NoImage] xvid [info]: Input is 640 x 256, 25.000fps (25/1), starting from frame 0
---[NoImage] xvid [info]: Number of frames to encode: 140873, Bitrate = 936kbps
---[NoImage] xvid [info]: xvidcore build version: xvid-1.2.0-dev
---[NoImage] xvid [info]: Bitstream version: 1.2.-127
---[NoImage] xvid [info]: Detected CPU flags: ASM MMX MMXEXT SSE SSE2 TSC
---[NoImage] xvid [info]: Detected cpus = 2, threads requested = 1, threads in use = 1
--[Information] Final statistics
---[NoImage] Video Bitrate Desired: 936 kbit/s
---[NoImage] Video Bitrate Obtained (approximate): 626 kbit/s
--[Information] [25/09/2008 4:57:54 AM] Job completed
--[Information] [25/09/2008 4:57:54 AM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 4:57:54 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.stats
-[Information] Log for job5 (mux, licence.avi -> licence-muxed.avi)
--[Information] [25/09/2008 4:57:54 AM] Started handling job
--[Information] [25/09/2008 4:57:54 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\avimux_gui\avimux_gui.exe" "C:\Users\user\AppData\Local\Temp\tmpC525.tmp"
--[Information] [25/09/2008 4:57:54 AM] Encoding started
--[NoImage] Standard output stream: Unicode flag: 1
--[NoImage] Standard error stream
--[Information] [25/09/2008 4:58:45 AM] Job completed
--[Information] [25/09/2008 4:58:45 AM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 4:58:45 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.avi
----[Information] [25/09/2008 4:58:45 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3
Overnite used AutoEncode with File Size set at "1 CD (700MB)" but today I altered that to "Average Bitrate 901kbit/s", the previous setting had produced a file with a 619kbit/s video stream according to GSpot.
I stuffed up today's AutoEncode in the sense that the default container is MP4 and i didn't notice that, so its not an AVI output, but that should be largely inconsequential.
Audio Encoder overnight was "LAME MP3: MP3-112ABR" but today I changed it to 128ABR.
Inputs are constant with a set of VOB files and the AC3 file produced in the earlier stages. The Avisynth script should also be constant.
Overnite the muxed AVI was 485MB, today the muxed MP4 was 604MB, well below the expected size increase from increasing the bitrate (I can't check the produced bitrate because GSpot doesnt like the MP4 file).
AviSynth script:
DGDecode_mpeg2source("C:\Users\user\Desktop\Licence To Wed\licence.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 0, 74, 0, -74)
LanczosResize(640,256) # Lanczos (Sharp)
#denoise
The log file includes both attempts, the part for today I'll put in a second post because of the size restrictions.
[Warning] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.0.2015
--[NoImage] OS : Microsoft® Windows Vista™ Home Premium SP1 (6.0.65536.6001)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.3053)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 Duo CPU E8400 @ 3.00GHz
-[Warning] Log for job1 (idx, VTS_01_1.VOB -> VTS_01_1.d2v)
--[Information] [25/09/2008 2:48:55 AM] Started handling job
--[Information] [25/09/2008 2:48:55 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<D:\DVD Rips\License to Wed\VTS_01_1.VOB< -OF=<D:\DVD Rips\License to Wed\VTS_01_1< -exit -hide -OM=1 -TN=81,
--[Information] [25/09/2008 2:48:56 AM] Encoding started
--[NoImage] Standard output stream
--[Warning] Deleting aborted output
---[NoImage] Delete aborted ouptut set: True
---[NoImage] File to delete: D:\DVD Rips\License to Wed\VTS_01_1.d2v
---[Warning] Error deleting file
----[NoImage] Exception message: The process cannot access the file 'D:\DVD Rips\License to Wed\VTS_01_1.d2v' because it is being used by another process.
----[NoImage] Stacktrace
-----[NoImage] at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
-----[NoImage] at System.IO.File.Delete(String path)
-----[NoImage] at MeGUI.core.gui.JobWorker.markJobAborted()
----[NoImage] Inner exception: null
--[NoImage] Standard error stream
--[Information] [25/09/2008 2:50:02 AM] Job completed
--[Information] [25/09/2008 2:50:02 AM] Current job was aborted
-[Information] Log for job1 (idx, VTS_01_1.VOB -> licence.d2v)
--[Information] [25/09/2008 2:50:53 AM] Started handling job
--[Information] [25/09/2008 2:50:53 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\dgindex\dgindex.exe" -SD=< -AIF=<D:\DVD Rips\License to Wed\VTS_01_1.VOB< -OF=<C:\Users\user\Desktop\Licence To Wed\licence< -exit -hide -OM=1 -TN=81,
--[Information] [25/09/2008 2:50:53 AM] Encoding started
--[NoImage] Standard output stream
--[NoImage] Standard error stream
--[Information] [25/09/2008 2:52:23 AM] Running auto force film
---[NoImage] Film percentage: -1
--[Information] [25/09/2008 2:52:23 AM] Job completed
--[Information] [25/09/2008 2:52:23 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] AutoEncode job generation log
--[NoImage] Desired Size : 700 MB
--[NoImage] Split Size : null
--[Information] Eliminating duplicate filenames
---[NoImage] Video output file: C:\Users\user\Desktop\Licence To Wed\licence.avi
---[NoImage] Muxed output file: C:\Users\user\Desktop\Licence To Wed\licence-muxed.avi
---[NoImage] Encodable audio stream 0: C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3
-[Information] Log for job2 (audio, licence T81 2_0ch 192Kbps DELAY -6ms.ac3 -> licence T81 2_0ch 192Kbps DELAY 0ms.mp3)
--[Information] [25/09/2008 3:03:00 AM] Started handling job
--[Information] [25/09/2008 3:03:00 AM] Preprocessing
--[NoImage] Avisynth script
---[NoImage] NicAc3Source("C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY -6ms.ac3", DRC=1)
---[NoImage] DelayAudio(-6.0/1000.0)
---[NoImage] ConvertAudioToFloat()
---[NoImage] 6<=Audiochannels(last)?x_stereo7e3a525d024e4e9daa444fca26989bd2(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] ConvertAudioTo16bit()
---[NoImage] return last
---[NoImage] function x_stereo7e3a525d024e4e9daa444fca26989bd2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] lfe = GetChannel(a, 4)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage] c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
---[NoImage] r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage] l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
---[NoImage] r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
--[NoImage] Commandline used: --abr 112 -h --silent - "{0}"
--[Information] [25/09/2008 3:03:00 AM] Encoding started
--[Information] [25/09/2008 3:03:00 AM] Encode thread started
--[Information] [25/09/2008 3:03:00 AM] Avisynth script environment opened
--[Information] [25/09/2008 3:03:00 AM] Script loaded
--[Information] Input
---[NoImage] Channels: 2
---[NoImage] Bits per sample: 16
---[NoImage] Sample rate: 48000
--[NoImage] Commandline: C:\Program Files (x86)\megui\tools\lame\lame.exe --abr 112 -h --silent - "C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3"
--[Information] [25/09/2008 3:03:01 AM] Encoder process started
--[Information] [25/09/2008 3:09:56 AM] Job completed
--[Information] [25/09/2008 3:09:56 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job3 (video, licence.avs -> )
--[Information] [25/09/2008 3:09:56 AM] Started handling job
--[Information] [25/09/2008 3:09:56 AM] Preprocessing
---[Information] Bitrate calculation for video
----[NoImage] Desired size after subtracting audio: 644163KBs
----[NoImage] Calculated desired bitrate: 936kbit/s
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\user\Desktop\Licence To Wed\licence.avs" -pass1 "C:\Users\user\Desktop\Licence To Wed\licence.stats" -bitrate 936 -kboost 100 -chigh 30 -clow 15 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3ulr_rev3.xcm" -closed_gop -lumimasking -imin 3 -imax 5 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1
--[Information] [25/09/2008 3:09:57 AM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =1583664.00, length(bytes) = 737842478
---[NoImage] Avg: enctime(ms) = 11.24, fps = 88.96, length(bytes) = 5237
---[NoImage] I frames: 1410 frames, size = 18497/ 26081297, quants = 2 / 2.00 / 2
---[NoImage] P frames: 50016 frames, size = 8582/ 429281286, quants = 2 / 2.00 / 2
---[NoImage] B frames: 89237 frames, size = 3165/ 282478215, quants = 3 / 3.00 / 3
---[NoImage] N frames: 210 frames, size = 8/ 1680
--[NoImage] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] xvid [info]: Input colorspace is YV12
---[NoImage] xvid [info]: Input is 640 x 256, 25.000fps (25/1), starting from frame 0
---[NoImage] xvid [info]: Number of frames to encode: 140873, Bitrate = 936kbps
---[NoImage] xvid [info]: xvidcore build version: xvid-1.2.0-dev
---[NoImage] xvid [info]: Bitstream version: 1.2.-127
---[NoImage] xvid [info]: Detected CPU flags: ASM MMX MMXEXT SSE SSE2 TSC
---[NoImage] xvid [info]: Detected cpus = 2, threads requested = 1, threads in use = 1
--[Information] [25/09/2008 3:36:23 AM] Job completed
--[Information] [25/09/2008 3:36:23 AM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job4 (video, licence.avs -> licence.avi)
--[Information] [25/09/2008 3:36:23 AM] Started handling job
--[Information] [25/09/2008 3:36:23 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\user\Desktop\Licence To Wed\licence.avs" -pass2 "C:\Users\user\Desktop\Licence To Wed\licence.stats" -bitrate 936 -kboost 100 -chigh 30 -clow 15 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3ulr_rev3.xcm" -closed_gop -lumimasking -imin 3 -imax 5 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1 -avi "C:\Users\user\Desktop\Licence To Wed\licence.avi"
--[Information] [25/09/2008 3:36:23 AM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =4873350.00, length(bytes) = 437491441
---[NoImage] Avg: enctime(ms) = 34.59, fps = 28.91, length(bytes) = 3105
---[NoImage] I frames: 1410 frames, size = 14432/ 20349358, quants = 3 / 3.00 / 3
---[NoImage] P frames: 50016 frames, size = 5049/ 252555958, quants = 3 / 3.00 / 3
---[NoImage] B frames: 88861 frames, size = 1852/ 164581437, quants = 4 / 4.00 / 4
---[NoImage] N frames: 586 frames, size = 8/ 4688
--[NoImage] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] xvid [info]: Input colorspace is YV12
---[NoImage] xvid [info]: Input is 640 x 256, 25.000fps (25/1), starting from frame 0
---[NoImage] xvid [info]: Number of frames to encode: 140873, Bitrate = 936kbps
---[NoImage] xvid [info]: xvidcore build version: xvid-1.2.0-dev
---[NoImage] xvid [info]: Bitstream version: 1.2.-127
---[NoImage] xvid [info]: Detected CPU flags: ASM MMX MMXEXT SSE SSE2 TSC
---[NoImage] xvid [info]: Detected cpus = 2, threads requested = 1, threads in use = 1
--[Information] Final statistics
---[NoImage] Video Bitrate Desired: 936 kbit/s
---[NoImage] Video Bitrate Obtained (approximate): 626 kbit/s
--[Information] [25/09/2008 4:57:54 AM] Job completed
--[Information] [25/09/2008 4:57:54 AM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 4:57:54 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.stats
-[Information] Log for job5 (mux, licence.avi -> licence-muxed.avi)
--[Information] [25/09/2008 4:57:54 AM] Started handling job
--[Information] [25/09/2008 4:57:54 AM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\avimux_gui\avimux_gui.exe" "C:\Users\user\AppData\Local\Temp\tmpC525.tmp"
--[Information] [25/09/2008 4:57:54 AM] Encoding started
--[NoImage] Standard output stream: Unicode flag: 1
--[NoImage] Standard error stream
--[Information] [25/09/2008 4:58:45 AM] Job completed
--[Information] [25/09/2008 4:58:45 AM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 4:58:45 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.avi
----[Information] [25/09/2008 4:58:45 AM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3