Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > MPEG-4 Encoder GUIs
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 25th September 2008, 03:58   #3001  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
post your avisynth script, your preset... and the logfile.

@mverta: that's the problem. if your decoder cant correctly decode the lossless file, it cant be correctly encoded.
Sharktooth is offline   Reply With Quote
Old 25th September 2008, 06:35   #3002  |  Link
darkKlor
Registered User
 
Join Date: Jul 2006
Posts: 7
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:
Code:
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.

Code:
[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
darkKlor is offline   Reply With Quote
Old 25th September 2008, 06:36   #3003  |  Link
darkKlor
Registered User
 
Join Date: Jul 2006
Posts: 7
Code:
-[Information] AutoEncode job generation log
-[Information] AutoEncode job generation log
-[Information] AutoEncode job generation log
--[NoImage] Projected Bitrate : 901kbps
--[NoImage] Split Size : null
--[Information] Eliminating duplicate filenames
---[NoImage] Video output file: C:\Users\user\Desktop\Licence To Wed\licence.m4v
---[NoImage] Muxed output file: C:\Users\user\Desktop\Licence To Wed\licence-muxed.mp4
---[NoImage] Encodable audio stream 0: C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3
-[Information] Log for job6 (audio, licence T81 2_0ch 192Kbps DELAY -6ms.ac3 -> licence T81 2_0ch 192Kbps DELAY 0ms.mp3)
--[Information] [25/09/2008 12:35:58 PM] Started handling job
--[Information] [25/09/2008 12:35:58 PM] 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_stereo3c9dc0881ad647148157e7b5b8dda281(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] ConvertAudioTo16bit()
---[NoImage] return last
---[NoImage] function x_stereo3c9dc0881ad647148157e7b5b8dda281(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 128 -h --silent - "{0}"
--[Information] [25/09/2008 12:35:58 PM] Encode thread started
--[Information] [25/09/2008 12:35:58 PM] Encoding started
--[Information] [25/09/2008 12:35:58 PM] Avisynth script environment opened
--[Information] [25/09/2008 12:35:58 PM] 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 128 -h --silent - "C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3"
--[Information] [25/09/2008 12:35:58 PM] Encoder process started
--[Information] [25/09/2008 12:43:10 PM] Job completed
--[Information] [25/09/2008 12:43:10 PM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job7 (video, licence.avs -> )
--[Information] [25/09/2008 12:43:10 PM] Started handling job
--[Information] [25/09/2008 12:43:10 PM] Preprocessing
---[Information] Bitrate calculation for video
----[NoImage] Desired size after subtracting audio: 548515KBs
----[NoImage] Calculated desired bitrate: 797kbit/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 797 -kboost 100 -chigh 20 -clow 7 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3hr.xcm" -closed_gop -imin 3 -imax 4 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1 
--[Information] [25/09/2008 12:43:10 PM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =1637838.00,               length(bytes) =  1243063255
---[NoImage] Avg: enctime(ms) =  11.63, fps =  86.01, length(bytes) =        8823
---[NoImage] I frames:   1411 frames, size =  43191/   60943777, quants =  2 / 2.00 /  2
---[NoImage] P frames:  49734 frames, size =  16088/  800125897, quants =  2 / 2.00 /  2
---[NoImage] B frames:  89539 frames, size =   4266/  381992069, quants =  3 / 3.00 /  3
---[NoImage] N frames:    189 frames, size =      8/       1512
--[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 = 797kbps
---[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 1:10:31 PM] Job completed
--[Information] [25/09/2008 1:10:31 PM] Postprocessing
---[Information] Deleting intermediate files
-[Information] Log for job8 (video, licence.avs -> licence.m4v)
--[Information] [25/09/2008 1:10:31 PM] Started handling job
--[Information] [25/09/2008 1:10:31 PM] 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 797 -kboost 100 -chigh 20 -clow 7 -overhead 0 -nopacked -vhqmode 4 -qpel -qmatrix "C:\Program Files (x86)\megui\extra\eqm_v3hr.xcm" -closed_gop -imin 3 -imax 4 -pmin 3 -pmax 5 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 3 -bmax 5 -par 1:1 -threads 1  -o "C:\Users\user\Desktop\Licence To Wed\licence.m4v"
--[Information] [25/09/2008 1:10:31 PM] Encoding started
--[NoImage] Standard output stream
---[NoImage] xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
---[NoImage] Tot: enctime(ms) =5410193.00,               length(bytes) =   559340426
---[NoImage] Avg: enctime(ms) =  38.40, fps =  26.04, length(bytes) =        3970
---[NoImage] I frames:   1411 frames, size =  32694/   46132043, quants =  3 / 3.00 /  3
---[NoImage] P frames:  49733 frames, size =   7071/  351681589, quants =  3 / 3.30 /  5
---[NoImage] B frames:  89134 frames, size =   1812/  161522036, quants =  4 / 4.42 /  8
---[NoImage] N frames:    595 frames, size =      7/       4758
--[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 = 797kbps
---[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: 797 kbit/s
---[NoImage] Video Bitrate Obtained (approximate): 794 kbit/s
--[Information] [25/09/2008 2:40:50 PM] Job completed
--[Information] [25/09/2008 2:40:50 PM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 2:40:50 PM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.stats
-[Information] Log for job9 (mux, licence.m4v -> licence-muxed.mp4)
--[Information] [25/09/2008 2:40:50 PM] Started handling job
--[Information] [25/09/2008 2:40:50 PM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files (x86)\megui\tools\mp4box\mp4box.exe" -add "C:\Users\user\Desktop\Licence To Wed\licence.m4v" -add "C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3" -fps 25 -tmp "C:\Users\user\Desktop\Licence To Wed" -new "C:\Users\user\Desktop\Licence To Wed\licence-muxed.mp4"
--[Information] [25/09/2008 2:40:51 PM] Encoding started
--[NoImage] Standard output stream
---[NoImage] MPEG-4 Video import - 640 x 256 @ 25.0000 FPS
---[NoImage] Indicated Profile: Advanced Simple Profile @ Level 5
---[NoImage] Has B-Frames (2 max consecutive B-VOPs)
---[NoImage] Import results: 140872 VOPs (1411 Is - 49733 Ps - 89728 Bs)
---[NoImage] Removed 1 N-VOPs
---[NoImage] MP3 import - sample rate 48000 - MPEG-1 audio - 2 channels
---[NoImage] Saving C:\Users\user\Desktop\Licence To Wed\licence-muxed.mp4: 0.500 secs Interleaving
--[NoImage] Standard error stream
--[Information] [25/09/2008 2:42:07 PM] Job completed
--[Information] [25/09/2008 2:42:07 PM] Postprocessing
---[Information] Deleting intermediate files
----[Information] [25/09/2008 2:42:07 PM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence.m4v
----[Information] [25/09/2008 2:42:07 PM] Successfully deleted C:\Users\user\Desktop\Licence To Wed\licence T81 2_0ch 192Kbps DELAY 0ms.mp3
-[Information] AutoEncode job generation log
darkKlor is offline   Reply With Quote
Old 25th September 2008, 13:08   #3004  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
you're using the wrong presets.
that % value is a compression test result... if you didnt run a compression test you should not use those presets. more info: http://forum.doom9.org/showthread.php?t=119399
ensure you let megui auto-update. there are some new presets without a % value in the name. use those ones.
Sharktooth is offline   Reply With Quote
Old 25th September 2008, 16:25   #3005  |  Link
darkKlor
Registered User
 
Join Date: Jul 2006
Posts: 7
ah, thankyou very much. that guide from afterdawn tried to tell me they were something to do with the percentage of the original file that the resultant file would be.

um i have megui fully patched, but there's no %-less profiles titled XviD, they're all x264. either way i think somebody should put the profiles guide on the megui wiki so people understand wat they're there for without having to ask around
darkKlor is offline   Reply With Quote
Old 25th September 2008, 16:41   #3006  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
go to Options -> Update and right click on TXviD package then select "Force (re)install".
when the presets import window appears, right click and select "Check all" then click import.
Sharktooth is offline   Reply With Quote
Old 25th September 2008, 17:43   #3007  |  Link
darkKlor
Registered User
 
Join Date: Jul 2006
Posts: 7
yep, that works. cheers
darkKlor is offline   Reply With Quote
Old 26th September 2008, 11:02   #3008  |  Link
PlazzTT
Registered User
 
PlazzTT's Avatar
 
Join Date: Jan 2002
Location: -
Posts: 115
One small thing I noticed: the pop-up tip for Trellis in the x264 configuration doesn't seem to relate to what's in the drop-down box. (It says Recommended value: On Macro Block, but it's not clear if this means option 0, 1 or 2.)
PlazzTT is offline   Reply With Quote
Old 26th September 2008, 14:08   #3009  |  Link
CHerron
Registered User
 
Join Date: Mar 2005
Posts: 13
I'm not sure if theres problem has been reported before but since upgrading to megui v3 audio encoding has become abit weird :s

I've noticed with megui v3 that the audio length is over or under estimated either making the files run longer than the video or cutting the audio off before the video has ended.

Im finding this problem on any audio codec type, nero aac, mp3, ac3 etc etc

For example on an avi that runs for: 49:25
Megui thinks the audio length is: 47:11

It has me most confused :s

Any advice?

Last edited by CHerron; 26th September 2008 at 18:09.
CHerron is offline   Reply With Quote
Old 26th September 2008, 16:36   #3010  |  Link
ZZZERO
Registered User
 
Join Date: Sep 2003
Posts: 80
Can't clear Queue

I started a job using a temporary worker and although the job says "done" I can't clear it or delete it from my queue. If I try to clear my Queue or delete that job I get this:

MeGUI has encountered a fatal error and may not be able to proceed. Reason: The given key was not present in the dictionary. Source of exception: mscorlib stacktrace: at
System.ThrowHelper.ThrowKeyNotFoundException() at System.Collection.Generic.Dictionary`2.get_Item(Tkey key)

and it goes on for a while like that. I can't start any other jobs or get rid of this one.
ZZZERO is offline   Reply With Quote
Old 26th September 2008, 18:01   #3011  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
Quote:
Originally Posted by CHerron View Post
I'm not sure if theres problem has been reported before but since upgrading to megui v3 audio encoding has become abit weird :s

I do alot of encoding from AVI files for friends who are on slow / capped internet and need there shows in the smallest size possible.

I've noticed with megui v3 that the audio length is over or under estimated either making the files run longer than the video or cutting the audio off before the video has ended.

Im finding this problem on any audio codec type, nero aac, mp3, ac3 etc etc

For example on fringe.s01e03.proper.hdtv.xvid-xor.avi
The length of the file is: 49:25
But megui thinks the audio length is: 47:11

It has me most confused :s

Any advice?
yes.

Quote:
Originally Posted by PlazzTT View Post
One small thing I noticed: the pop-up tip for Trellis in the x264 configuration doesn't seem to relate to what's in the drop-down box. (It says Recommended value: On Macro Block, but it's not clear if this means option 0, 1 or 2.)
The dropdown is 0 -None, 1 - Final MB and 2 - Always ... So, what do you think Final MB means?
Quote:
Originally Posted by ZZZERO View Post
I started a job using a temporary worker and although the job says "done" I can't clear it or delete it from my queue. If I try to clear my Queue or delete that job I get this:

MeGUI has encountered a fatal error and may not be able to proceed. Reason: The given key was not present in the dictionary. Source of exception: mscorlib stacktrace: at
System.ThrowHelper.ThrowKeyNotFoundException() at System.Collection.Generic.Dictionary`2.get_Item(Tkey key)

and it goes on for a while like that. I can't start any other jobs or get rid of this one.
try restarting megui and clear the queue.

Last edited by Sharktooth; 26th September 2008 at 18:04.
Sharktooth is offline   Reply With Quote
Old 26th September 2008, 18:09   #3012  |  Link
CHerron
Registered User
 
Join Date: Mar 2005
Posts: 13
I'm guessing you mean copyright material?

If so sorry and post edited accordingly
CHerron is offline   Reply With Quote
Old 26th September 2008, 19:37   #3013  |  Link
ZZZERO
Registered User
 
Join Date: Sep 2003
Posts: 80
Quote:
Originally Posted by Sharktooth View Post

try restarting megui and clear the queue.
Didn't work. Still gave same error. I found the jobs directory and just deleted the files there. That seems to have fixed it.
ZZZERO is offline   Reply With Quote
Old 27th September 2008, 19:58   #3014  |  Link
ZZZERO
Registered User
 
Join Date: Sep 2003
Posts: 80
Is there a way to see the log file for the current session without closing MEGUI? I have job in progress that won't finish for several hours but I want to look at the log now to see why I got a muxing error on an earlier job.
ZZZERO is offline   Reply With Quote
Old 27th September 2008, 20:07   #3015  |  Link
HateBreeder23
Registered User
 
Join Date: May 2008
Posts: 1
Hello guys...

I really like megui and its the main program i use for encoding, but when i'm trying to mux greek subtitles and an avi afile using avi muxer the result is that the subtiles show like symbols....i know that this is a problem of avimux gui but i wonder if you have a solution for me.

Thank you very much!
HateBreeder23 is offline   Reply With Quote
Old 27th September 2008, 20:29   #3016  |  Link
@MeGui
Registered User
 
Join Date: Apr 2008
Posts: 39
How to change manualy settings for let say "HQ" presets?
Should i go with changing XML file?

Tnx...

p.s. H.264 and MeGui rocks mate...
@MeGui is offline   Reply With Quote
Old 27th September 2008, 20:43   #3017  |  Link
nurbs
Registered User
 
Join Date: Dec 2005
Posts: 1,460
By clicking the button next to the profile.
nurbs is offline   Reply With Quote
Old 27th September 2008, 20:51   #3018  |  Link
@MeGui
Registered User
 
Join Date: Apr 2008
Posts: 39
lol
@MeGui is offline   Reply With Quote
Old 27th September 2008, 22:41   #3019  |  Link
ZZZERO
Registered User
 
Join Date: Sep 2003
Posts: 80
Re: my earlier posting about a muxing error. I looked at the log and discovered the problem. The muxer cannot handle a directory with a "#" character in its name. That character does not pose a problem for the d2v creator or the avs script creator so I was able to get to the muxing step without an error. Here is the error from the log. Perhaps something can be done to fix this?

[Error] Log
-[Information] Versions
--[NoImage] MeGUI Version : 0.3.0.2017
--[NoImage] OS : Microsoft® Windows Vista™ Home Premium SP1 (6.0.65536.6001)
--[NoImage] Framework used : 2.0 SP1 (2.0.50727.1434)
-[Information] Hardware
--[NoImage] CPU : Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz
-[Error] Log for job10 (mux, 447.264 -> 447-muxed.mp4)
--[Information] [9/27/2008 5:13:53 PM] Started handling job
--[Information] [9/27/2008 5:13:53 PM] Preprocessing
--[NoImage] Job commandline: "C:\Program Files\megui\tools\mp4box\mp4box.exe" -add "I:\RERIP\4 X 4 #7\447.264" -add "I:\RERIP\4 X 4 #7\447 T80 2_0ch 192Kbps DELAY 0ms.m4a" -fps 29.97 -tmp "I:\RERIP\4 X 4 #7" -new "I:\RERIP\4 X 4 #7\447-muxed.mp4"
--[Information] [9/27/2008 5:13:53 PM] Encoding started
--[Error] Error line: Error importing I:\RERIP\4 X 4 #7\447.264: Requested URL is not valid or cannot be found
--[NoImage] Standard output stream
---[NoImage] Unknown input file type
---[NoImage] Error importing I:\RERIP\4 X 4 #7\447.264: Requested URL is not valid or cannot be found
--[NoImage] Standard error stream
--[Information] [9/27/2008 5:13:54 PM] Job completed
ZZZERO is offline   Reply With Quote
Old 27th September 2008, 23:07   #3020  |  Link
nurbs
Registered User
 
Join Date: Dec 2005
Posts: 1,460
Report the bug to the mp4box guys.
nurbs is offline   Reply With Quote
Reply

Tags
megui


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 14:23.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.