[Information]
[Warning] Log for job22 (video, LEGOCloneWars #70.avs -> LEGOCloneWars #70.264)
-[Information] [03.06.2015 15:18:57] Started handling job
-[Information] [03.06.2015 15:18:57] Preprocessing
-[Information] [03.06.2015 15:18:57] [lexicon]Avisynth[/lexicon] input script
--[NoImage] ### [lexicon]SagaraS Scriptmaker[/lexicon] - Version 5.6 ###
--[NoImage] ### Lade Plugins und setze die globalen Variablen ###
--[NoImage] LoadPlugin("C:\Program Files (x86)\[lexicon]SagaraS Scriptmaker[/lexicon]\Plugins\SplineResize.dll")
--[NoImage] Global breite = 2560
--[NoImage] Global hoehe = 1440
--[NoImage] Global AR = 0
--[NoImage] ### Lade Videoquellen ###
--[NoImage] SetMTMode(4)
--[NoImage] AVIload("H:\LEGOCloneWars 2015-06-01 23-04-37-939.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0)\
--[NoImage] ++ AVIload("H:\LEGOCloneWars 2015-06-01 23-42-42-193.avi", 0, 0, 0, -0, -0, "Auto", "Auto", 0, 0)
--[NoImage] AudioDub(WavSource("D:\Videos\Audio\LEGOCloneWars #15.[lexicon]wav[/lexicon]"))
--[NoImage] ### Filter Verarbeitungszone ###
--[NoImage] ConvertToYV16(matrix = "Rec709")
--[NoImage] ### Funktion für Video-Laderoutine ###
--[NoImage] Function AVIload (String file, int loading, int cl, int co, int cr, int cu, string pixtype, string afps, int fpsn, int fpsd) {
--[NoImage] (loading == 1) ? FFIndex(file) : nop()
--[NoImage] clip0 = (loading == 3) ? LWLibavVideoSource(file) : (loading == 2) ? Import(file).KillAudio() : (loading == 1) ? FFVideoSource(file, threads=1) : (pixtype == "Auto") ? AVISource(file, false).KillAudio() : AVISource(file, false, pixel_type=pixtype).KillAudio()
--[NoImage] clip1 = clip0.AutoFPS(afps, fpsn, fpsd).Cropping(cl, co, cr, cu)
--[NoImage] Return (clip1.width == breite && clip1.height == hoehe) ? clip1 : Clip1.Resize()
--[NoImage] }
--[NoImage] Function AutoFPS (Clip clip0, string afps, int fpsn, int fpsd) {
--[NoImage] rate1 = (afps == "Auto") ? (Round(Float(clip0.framerate * 1000)) / 1000) / 2 : nop()
--[NoImage] rate2 = (afps == "Auto") ? Round(clip0.framerate) / 2 : nop()
--[NoImage] rate = (afps == "Auto") ? (rate1 == rate2) ? 1 : 1001 : (afps == "Igno.") ? clip0.frameratedenominator : fpsd
--[NoImage] ratefaktor = (afps == "Auto") ? (rate == 1001) ? 1000 : 1 : nop()
--[NoImage] clip0 = (afps == "Auto") ? (rate == 1001) ? clip0.AssumeFPS(Round(clip0.Framerate) * 1000, rate) : clip0.AssumeFPS(round(clip0.framerate), rate) : (afps == "Igno.") ? clip0.AssumeFPS(clip0.frameratenumerator, rate) : clip0.AssumeFPS(fpsn, rate)
--[NoImage] Return clip0
--[NoImage] }
--[NoImage] Function Cropping (Clip clip0, int cl, int co, int cr, int cu) {
--[NoImage] clip0 = (clip0.IsRGB32() == True) ? clip0.ConvertToRGB24() : clip0
--[NoImage] Return (cl != 0
co != 0
cr != 0
cu != 0) ? clip0.Crop(cl, co, cr, cu) : clip0
--[NoImage] }
--[NoImage] Function Resize (Clip clip1) {
--[NoImage] clip1 = (AR == 1) ? ((float(Clip1.height * breite) / clip1.width) / 2 == round((float(Clip1.height * breite) / clip1.width) / 2)) ? ((float(Clip1.width * hoehe) / clip1.height) / 2 == round((float(Clip1.width * hoehe) / clip1.height) / 2)) ? clip1 : clip1.ConvertToRGB24() : clip1.ConvertToRGB24() : clip1
--[NoImage] clip1 = (AR == 1) ? (((clip1.width * hoehe) / clip1.height > breite) ? Clip1.Spline100Resize(breite, ceil(float(Clip1.height * breite) / clip1.width)) : Clip1.Spline100Resize(ceil(float(clip1.width * hoehe) / clip1.height), hoehe)) : clip1.Spline100Resize(breite, hoehe)
--[NoImage] back = (AR == 1) ? (0 == 1) ? ImageReader("", 0, clip1.framecount - 1, clip1.framerate).ChangeFPS(clip1.frameratenumerator, clip1.frameratedenominator).Spline100Resize(breite, hoehe).ConvertToYUY2(matrix = "Rec709") : BlankClip(clip1, width = breite, height = hoehe, pixel_type = "YUY2").KillAudio() : clip1
--[NoImage] Return (AR == 1) ? Overlay(back, clip1, (back.width - clip1.width) / 2, (back.height - clip1.height) / 2) : clip1
--[NoImage] }
--[NoImage] __film = last
--[NoImage] __t0 = __film.trim(77701, 149904)
--[NoImage] __t0
-[Information] [03.06.2015 15:18:58] resolution: 2560x1440
-[Information] [03.06.2015 15:18:58] [lexicon]frame[/lexicon] rate: 60/1
-[Information] [03.06.2015 15:18:58] aspect ratio: 16:9 (1.778)
-[Information] [03.06.2015 15:18:58] custom command line: --output-csp i422
-[Warning] [03.06.2015 15:18:58] --min-keyint bigger as --keyint/2+1. Lowering --min-keyint to max value: 1
-[Information] [03.06.2015 15:18:58] Job commandline: "D:\Programme\MeGUI_2418_x86\tools\x264_10b\avs4x264mod.exe" -L "D:\Programme\MeGUI_2418_x86\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" --preset fast --[lexicon]crf[/lexicon] 16.0 --keyint infinite --min-keyint 1 --bframes 1 --output-csp i422 --sar 1:1 --output "D:\Videos\Codiert\LEGOCloneWars #70.264" "D:\Videos\[lexicon]MeGUI[/lexicon]\LEGOCloneWars #70.avs"
-[Information] [03.06.2015 15:18:58] Process started
-[Information] [03.06.2015 15:18:58] Standard output stream
--[Information] [03.06.2015 16:45:04] avs [info]: [lexicon]AviSynth[/lexicon] 2.60, build:Sep 28 2013 [15:09:12]
--[Information] [03.06.2015 16:45:04] avs [info]: Video colorspace: YV16
--[Information] [03.06.2015 16:45:04] avs [info]: Video resolution: 2560x1440
--[Information] [03.06.2015 16:45:04] avs [info]: Video framerate: 60/1
--[Information] [03.06.2015 16:45:04] avs [info]: Video framecount: 72204
--[Information] [03.06.2015 16:45:04] avs4x26x [info]: "D:\Programme\MeGUI_2418_x86\tools\x264_10b\[lexicon]x264[/lexicon]-10b_64.exe" - --preset fast --[lexicon]crf[/lexicon] 16.0 --keyint infinite --min-keyint 1 --bframes 1 --output-csp i422 --sar 1:1 --output "D:\Videos\Codiert\LEGOCloneWars #70.264" --frames 72204 --fps 60/1 --input-res 2560x1440 --input-csp i422
-[Information] [03.06.2015 15:18:58] Standard error stream
--[Information] [03.06.2015 15:18:59] raw [info]: 2560x1440p 1:1 @ 60/1 fps ([lexicon]cfr[/lexicon])
--[Information] [03.06.2015 15:18:59] [lexicon]x264[/lexicon] [info]: using SAR=1/1
--[Information] [03.06.2015 15:18:59] [lexicon]x264[/lexicon] [info]: using [lexicon]cpu[/lexicon] capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
--[Information] [03.06.2015 15:18:59] [lexicon]x264[/lexicon] [info]: profile High 4:2:2, level 5.1, 4:2:2 10-bit
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] I:6 Avg QP:26.95 size:686276
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] P:38655 Avg QP:31.72 size:179546
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: [lexicon]frame[/lexicon] B:33543 Avg QP:35.57 size: 55781
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: consecutive B-frames: 7.1% 92.9%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: mb I I16..4: 3.5% 60.2% 36.3%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: mb P I16..4: 1.6% 4.9% 2.5% P16..4: 38.0% 23.2% 15.4% 0.0% 0.0% skip:14.4%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: mb B I16..4: 2.0% 1.4% 0.8% B16..8: 24.2% 12.9% 2.3% direct:15.7% skip:40.8% L0:32.7% L1:43.9% BI:23.4%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: 8x8 transform intra:48.5% inter:49.5%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: coded y,uvDC,uvAC intra: 55.6% 78.3% 43.4% inter: 34.1% 42.5% 9.9%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: i16 v,h,dc,p: 42% 38% 9% 12%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 20% 19% 21% 5% 7% 6% 8% 6% 8%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 24% 29% 14% 4% 6% 6% 7% 5% 6%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: i8c dc,h,v,p: 43% 22% 26% 10%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: Weighted P-Frames: Y:3.9% UV:2.7%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: ref P L0: 80.0% 20.0%
--[Information] [03.06.2015 16:45:02] [lexicon]x264[/lexicon] [info]: kb/s:58604.18
--[Information] [03.06.2015 16:45:02] encoded 72204 frames, 13.98 fps, 58604.18 kb/s
-[Information] [03.06.2015 16:45:07] Final statistics
--[Information] [03.06.2015 16:45:07] Constant Quality Mode: Quality 16 computed...
--[Information] [03.06.2015 16:45:07] Video [lexicon]Bitrate[/lexicon] Obtained (approximate): 58604 kbit/s
-[Information] [03.06.2015 16:45:07] [lexicon]MediaInfo[/lexicon]
--[Information] [03.06.2015 16:45:07] File: D:\Videos\Codiert\LEGOCloneWars #70.264
--[Information] General
---[Information] Format: AVC
---[Information] FormatString: AVC
---[Information] FileSize: 8815533587
---[Information] PlayTime:
--[Information] Video
---[Information] ID:
---[Information] StreamOrder:
---[Information] Width: 2560
---[Information] Height: 1440
---[Information] FrameCount:
---[Information] FrameRate: 60.000
---[Information] FrameRateOriginal:
---[Information] FrameRateMode:
---[Information] ScanType: Progressive
---[Information] [lexicon]Codec[/lexicon]: AVC
---[Information] CodecString: AVC
---[Information] Bits Depth: 10
---[Information] Format: AVC
---[Information] AspectRatio: 1.778
---[Information] AspectRatioString: 16:9
---[Information] Delay:
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
---[Information] Default:
---[Information] DefaultString:
---[Information] Forced:
---[Information] ForcedString:
-[Information] [03.06.2015 16:45:07] Postprocessing
--[Information] [03.06.2015 16:45:07] Deleting intermediate files
-[Information] [03.06.2015 16:45:07] Job completed
[Error] Log for job23 (mux, LEGOCloneWars #70.264 -> LEGOCloneWars #70-muxed[lexicon].mkv[/lexicon])
-[Information] [03.06.2015 16:45:07] Started handling job
-[Information] [03.06.2015 16:45:07] Preprocessing
-[Information] [03.06.2015 16:45:07] [lexicon]MediaInfo[/lexicon]
--[Information] [03.06.2015 16:45:07] File: D:\Videos\Codiert\LEGOCloneWars #70.264
--[Information] General
---[Information] Format: AVC
---[Information] FormatString: AVC
---[Information] FileSize: 8815533587
---[Information] PlayTime:
--[Information] Video
---[Information] ID:
---[Information] StreamOrder:
---[Information] Width: 2560
---[Information] Height: 1440
---[Information] FrameCount:
---[Information] FrameRate: 60.000
---[Information] FrameRateOriginal:
---[Information] FrameRateMode:
---[Information] ScanType: Progressive
---[Information] [lexicon]Codec[/lexicon]: AVC
---[Information] CodecString: AVC
---[Information] Bits Depth: 10
---[Information] Format: AVC
---[Information] AspectRatio: 1.778
---[Information] AspectRatioString: 16:9
---[Information] Delay:
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
---[Information] Default:
---[Information] DefaultString:
---[Information] Forced:
---[Information] ForcedString:
-[Information] [03.06.2015 16:45:07] [lexicon]MediaInfo[/lexicon]
--[Information] [03.06.2015 16:45:07] File: D:\Videos\Codiert\LEGOCloneWars #70.[lexicon]flac[/lexicon]
--[Information] General
---[Information] Format: [lexicon]FLAC[/lexicon]
---[Information] FormatString: [lexicon]FLAC[/lexicon]
---[Information] FileSize: 73536739
---[Information] PlayTime: 00:20:03.400
--[Information] Audio
---[Information] ID:
---[Information] StreamOrder:
---[Information] Format: [lexicon]FLAC[/lexicon]
---[Information] FormatProfile:
---[Information] FormatSettingsSBR:
---[Information] FormatSettingsPS:
---[Information] SamplingRate: 44100
---[Information] SamplingRateString: 44.1 KHz
---[Information] Channels: 2
---[Information] ChannelsString: 2 channels
---[Information] ChannelPositionsString2:
---[Information] BitRateMode: VBR
---[Information] Delay:
---[Information] Title:
---[Information] Language:
---[Information] LanguageString:
---[Information] Default:
---[Information] DefaultString:
---[Information] Forced:
---[Information] ForcedString:
-[Information] [03.06.2015 16:45:07] Job commandline: "D:\Programme\MeGUI_2418_x86\tools\mkvmerge\mkvmerge.exe" -o "D:\Videos\Codiert\LEGOCloneWars #70-muxed[lexicon].mkv[/lexicon]" --aspect-ratio 0:16/9 --default-duration 0:60fps "--compression" "0:none" -d "0" --no-chapters -A -S "D:\Videos\Codiert\LEGOCloneWars #70.264" "--compression" "0:none" -a 0 --no-chapters -D -S "D:\Videos\Codiert\LEGOCloneWars #70.[lexicon]flac[/lexicon]" --engage no_cue_duration --engage no_cue_relative_position --ui-language en
-[Information] [03.06.2015 16:45:07] Process started
-[Error] [03.06.2015 16:45:07] Standard output stream
--[Information] [03.06.2015 16:45:08] mkvmerge v7.9.0 ('Birds') 32bit
--[Information] [03.06.2015 16:45:08] 'D:\Videos\Codiert\LEGOCloneWars #70.264': Using the demultiplexer for the format 'AVC/[lexicon]h.264[/lexicon]'.
--[Information] [03.06.2015 16:45:08] 'D:\Videos\Codiert\LEGOCloneWars #70.[lexicon]flac[/lexicon]': Using the demultiplexer for the format '[lexicon]FLAC[/lexicon]'.
--[Information] [03.06.2015 16:45:08] +-> Parsing the [lexicon]FLAC[/lexicon] file. This can take a LONG time.
--[Information] [03.06.2015 16:45:08] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 0%
--[Information] [03.06.2015 16:45:08] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 5%
--[Information] [03.06.2015 16:45:08] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 10%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 15%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 20%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 25%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 30%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 35%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 40%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 45%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 50%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 55%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 60%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 65%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 70%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 75%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 80%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 85%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 90%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 95%
--[Information] [03.06.2015 16:45:09] +-> Pre-parsing [lexicon]FLAC[/lexicon] file: 100%
--[Information] [03.06.2015 16:45:09] 'D:\Videos\Codiert\LEGOCloneWars #70.264' track 0: Using the output module for the format 'AVC/[lexicon]h.264[/lexicon] (unframed)'.
--[Information] [03.06.2015 16:45:09] 'D:\Videos\Codiert\LEGOCloneWars #70.[lexicon]flac[/lexicon]' track 0: Using the output module for the format '[lexicon]FLAC[/lexicon]'.
--[Information] [03.06.2015 16:45:09] The file 'D:\Videos\Codiert\LEGOCloneWars #70-muxed[lexicon].mkv[/lexicon]' has been opened for writing.
--[Error] [03.06.2015 16:45:22] Error: memory.cpp/safemalloc() called from file src/common/mpeg4_p10.cpp, line 1074: malloc() returned nullptr for a size of 218543 bytes.
-[Information] [03.06.2015 16:45:07] Standard error stream
-[Error] [03.06.2015 16:45:22] Process exits with error: 2
-[Information] [03.06.2015 16:45:22] Job completed