Whitezombie455

MeGUI Audio Crashing Error Log File

Sep 15th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.85 KB | None | 0 0
  1. Preliminary log file only. During closing of MeGUI the well formed log file will be written.
  2.  
  3. -[Information] Versions
  4. --[Information] [9/15/2013 12:50:44 PM] MeGUI: 2356
  5. --[Information] [9/15/2013 12:50:44 PM] Operating System: Windows 7 Premium Edition x64 SP1 (6.1.65536.7601)
  6. --[Information] [9/15/2013 12:50:44 PM] .Net Framework: 4.5 (4.5.50709)
  7. --[Information] [9/15/2013 12:50:44 PM] AviSynth: 2.5.8.5 (12/21/2008 9:46:54 PM)
  8. --[Information] [9/15/2013 12:50:44 PM] AvisynthWrapper: 1/2/2009 8:34:04 PM
  9. --[Information] [9/15/2013 12:50:44 PM] Haali Matroska Splitter: 1.13.138.14 (4/14/2013 10:00:32 AM)
  10. --[Information] [9/15/2013 12:50:44 PM] Haali DSS2: 4/14/2013 9:59:06 AM
  11. --[Information] [9/15/2013 12:50:44 PM] ICSharpCode.SharpZipLib: 0.85.5.452 (8/7/2008 8:31:12 PM)
  12. --[Information] [9/15/2013 12:50:44 PM] LinqBridge: 1.0.0.0 (5/28/2009 1:24:34 AM)
  13. --[Information] [9/15/2013 12:50:44 PM] MediaInfo: 0.7.63.0 (5/13/2013 10:47:16 AM)
  14. --[Information] [9/15/2013 12:50:44 PM] MediaInfoWrapper: 0.7.61.0 (1/6/2013 2:47:15 PM)
  15. --[Information] [9/15/2013 12:50:44 PM] MessageBoxExLib: 1.0.2218.28317 (12/19/2008 8:53:04 PM)
  16. --[Information] [9/15/2013 12:50:44 PM] SevenZipSharp: 0.64.3890.29348 (1/2/2011 10:59:32 AM)
  17. --[Information] [9/15/2013 12:50:44 PM] 7z: 9.20 (11/18/2010 4:27:34 PM)
  18. -[Information] Update detection
  19. --[Information] [9/15/2013 12:50:45 PM] Connecting to server: http://megui.xvidvideo.ru/auto/stable/
  20. --[Information] [9/15/2013 12:50:46 PM] All files are up to date
  21. -[Information] Log for job1 (audio, Schindler's List (1993)_track2.aac -> AUDIO.mp4)
  22. --[Information] [9/15/2013 12:52:34 PM] Started handling job
  23. --[Information] [9/15/2013 12:52:34 PM] Preprocessing
  24. --[Information] [9/15/2013 12:52:34 PM] MediaInfo
  25. ---[Information] File: C:\Users\NAME\Documents\My Videos\FOLDER\INPUT_AUDIO.aac
  26. -[Information] Format: ADTS
  27. -[Information] FormatString: ADTS
  28. -[Information] FileSize: 254003415
  29. -[Information] PlayTime:
  30. ---[Information] General
  31. -[Information] ID:
  32. -[Information] StreamOrder:
  33. -[Information] Format: AAC
  34. -[Information] FormatProfile: HE-AAC / LC
  35. -[Information] FormatSettingsSBR: Yes (Implicit)
  36. -[Information] FormatSettingsPS:
  37. -[Information] SamplingRate: 48000 / 24000
  38. -[Information] SamplingRateString: 48.0 KHz / 24.0 KHz
  39. -[Information] Channels: 6
  40. -[Information] ChannelsString: 6 channels
  41. -[Information] ChannelPositionsString2: 3/2/0.1
  42. -[Information] BitRateMode: VBR
  43. -[Information] Delay:
  44. -[Information] Title:
  45. -[Information] Language:
  46. -[Information] LanguageString:
  47. -[Information] Default:
  48. -[Information] DefaultString:
  49. -[Information] Forced:
  50. -[Information] ForcedString:
  51. ---[Information] Audio
  52. --[Information] [9/15/2013 12:52:34 PM] Trying to open the file with NicAudio
  53. --[Information] [9/15/2013 12:52:34 PM] Failed opening the file with NicAudio()
  54. --[Information] [9/15/2013 12:52:34 PM] Trying to open the file with BassAudioSource()
  55. --[Information] [9/15/2013 12:52:37 PM] Successfully opened the file with BassAudioSource()
  56. -[NoImage] LoadPlugin("C:\APPLICATIONS\MeGUI_2308_x86\tools\bassaudio\bassaudio.dll")
  57. -[NoImage] BassAudioSource("C:\Users\NAME\Documents\My Videos\FOLDER\INPUT_AUDIO.aac")
  58. -[NoImage] # detected channels: 6 channels
  59. -[NoImage] # detected channel positions: 3/2/0.1
  60. -[NoImage] c6_stereo(ConvertAudioToFloat(last))
  61. -[NoImage] Normalize()
  62. -[NoImage] return last
  63. -[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
  64. -[NoImage] function c6_stereo(clip a)
  65. -[NoImage] {
  66. -[NoImage] fl = GetChannel(a, 1)
  67. -[NoImage] fr = GetChannel(a, 2)
  68. -[NoImage] fc = GetChannel(a, 3)
  69. -[NoImage] lf = GetChannel(a, 4)
  70. -[NoImage] sl = GetChannel(a, 5)
  71. -[NoImage] sr = GetChannel(a, 6)
  72. -[NoImage] fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
  73. -[NoImage] fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
  74. -[NoImage] fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
  75. -[NoImage] l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
  76. -[NoImage] r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
  77. -[NoImage] return MergeChannels(l, r)
  78. -[NoImage] }
  79. -[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
  80. -[NoImage] function c5_stereo(clip a)
  81. -[NoImage] {
  82. -[NoImage] fl = GetChannel(a, 1)
  83. -[NoImage] fr = GetChannel(a, 2)
  84. -[NoImage] fc = GetChannel(a, 3)
  85. -[NoImage] sl = GetChannel(a, 4)
  86. -[NoImage] sr = GetChannel(a, 5)
  87. -[NoImage] fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
  88. -[NoImage] fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
  89. -[NoImage] l = MixAudio(fl_sl, fc, 1.0, 0.2612)
  90. -[NoImage] r = MixAudio(fr_sr, fc, 1.0, 0.2612)
  91. -[NoImage] return MergeChannels(l, r)
  92. -[NoImage] }
  93. -[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
  94. -[NoImage] function c52_stereo(clip a)
  95. -[NoImage] {
  96. -[NoImage] fl = GetChannel(a, 1)
  97. -[NoImage] fr = GetChannel(a, 2)
  98. -[NoImage] fc = GetChannel(a, 3)
  99. -[NoImage] lf = GetChannel(a, 4)
  100. -[NoImage] bc = GetChannel(a, 5)
  101. -[NoImage] fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
  102. -[NoImage] fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
  103. -[NoImage] fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
  104. -[NoImage] l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
  105. -[NoImage] r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
  106. -[NoImage] return MergeChannels(l, r)
  107. -[NoImage] }
  108. -[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
  109. -[NoImage] function c4_stereo(clip a)
  110. -[NoImage] {
  111. -[NoImage] fl = GetChannel(a, 1)
  112. -[NoImage] fr = GetChannel(a, 2)
  113. -[NoImage] sl = GetChannel(a, 3)
  114. -[NoImage] sr = GetChannel(a, 4)
  115. -[NoImage] l = MixAudio(fl, sl, 0.5, 0.5)
  116. -[NoImage] r = MixAudio(fr, sr, 0.5, 0.5)
  117. -[NoImage] return MergeChannels(l, r)
  118. -[NoImage] }
  119. -[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
  120. -[NoImage] function c42_stereo(clip a)
  121. -[NoImage] {
  122. -[NoImage] fl = GetChannel(a, 1)
  123. -[NoImage] fr = GetChannel(a, 2)
  124. -[NoImage] fc = GetChannel(a, 3)
  125. -[NoImage] lf = GetChannel(a, 4)
  126. -[NoImage] fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
  127. -[NoImage] l = MixAudio(fl, fc_lf, 0.4142, 1.0)
  128. -[NoImage] r = MixAudio(fr, fc_lf, 0.4142, 1.0)
  129. -[NoImage] return MergeChannels(l, r)
  130. -[NoImage] }
  131. -[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
  132. -[NoImage] function c3_stereo(clip a)
  133. -[NoImage] {
  134. -[NoImage] fl = GetChannel(a, 1)
  135. -[NoImage] fr = GetChannel(a, 2)
  136. -[NoImage] fc = GetChannel(a, 3)
  137. -[NoImage] l = MixAudio(fl, fc, 0.5858, 0.4142)
  138. -[NoImage] r = MixAudio(fr, fc, 0.5858, 0.4142)
  139. -[NoImage] return MergeChannels(l, r)
  140. -[NoImage] }
  141. -[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
  142. -[NoImage] function c6_dpl(clip a)
  143. -[NoImage] {
  144. -[NoImage] fl = GetChannel(a, 1)
  145. -[NoImage] fr = GetChannel(a, 2)
  146. -[NoImage] fc = GetChannel(a, 3)
  147. -[NoImage] sl = GetChannel(a, 5)
  148. -[NoImage] sr = GetChannel(a, 6)
  149. -[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
  150. -[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
  151. -[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
  152. -[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
  153. -[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
  154. -[NoImage] return MergeChannels(l, r)
  155. -[NoImage] }
  156. -[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
  157. -[NoImage] function c5_dpl(clip a)
  158. -[NoImage] {
  159. -[NoImage] fl = GetChannel(a, 1)
  160. -[NoImage] fr = GetChannel(a, 2)
  161. -[NoImage] fc = GetChannel(a, 3)
  162. -[NoImage] sl = GetChannel(a, 4)
  163. -[NoImage] sr = GetChannel(a, 5)
  164. -[NoImage] bc = MixAudio(sl, sr, 0.2265, 0.2265)
  165. -[NoImage] fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
  166. -[NoImage] fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
  167. -[NoImage] l = MixAudio(fl_fc, bc, 1.0, 1.0)
  168. -[NoImage] r = MixAudio(fr_fc, bc, 1.0, -1.0)
  169. -[NoImage] return MergeChannels(l, r)
  170. -[NoImage] }
  171. -[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
  172. -[NoImage] function c52_dpl(clip a)
  173. -[NoImage] {
  174. -[NoImage] fl = GetChannel(a, 1)
  175. -[NoImage] fr = GetChannel(a, 2)
  176. -[NoImage] sl = GetChannel(a, 4)
  177. -[NoImage] sr = GetChannel(a, 5)
  178. -[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
  179. -[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
  180. -[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
  181. -[NoImage] return MergeChannels(l, r)
  182. -[NoImage] }
  183. -[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
  184. -[NoImage] function c53_dpl(clip a)
  185. -[NoImage] {
  186. -[NoImage] fl = GetChannel(a, 1)
  187. -[NoImage] fr = GetChannel(a, 2)
  188. -[NoImage] fc = GetChannel(a, 3)
  189. -[NoImage] bc = GetChannel(a, 5)
  190. -[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
  191. -[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
  192. -[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
  193. -[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
  194. -[NoImage] return MergeChannels(l, r)
  195. -[NoImage] }
  196. -[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
  197. -[NoImage] function c4_dpl(clip a)
  198. -[NoImage] {
  199. -[NoImage] fl = GetChannel(a, 1)
  200. -[NoImage] fr = GetChannel(a, 2)
  201. -[NoImage] sl = GetChannel(a, 3)
  202. -[NoImage] sr = GetChannel(a, 4)
  203. -[NoImage] bc = MixAudio(sl, sr, 0.2929, 0.2929)
  204. -[NoImage] l = MixAudio(fl, bc, 0.4142, 1.0)
  205. -[NoImage] r = MixAudio(fr, bc, 0.4142, -1.0)
  206. -[NoImage] return MergeChannels(l, r)
  207. -[NoImage] }
  208. -[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
  209. -[NoImage] function c42_dpl(clip a)
  210. -[NoImage] {
  211. -[NoImage] fl = GetChannel(a, 1)
  212. -[NoImage] fr = GetChannel(a, 2)
  213. -[NoImage] bc = GetChannel(a, 4)
  214. -[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
  215. -[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
  216. -[NoImage] return MergeChannels(l, r)
  217. -[NoImage] }
  218. -[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
  219. -[NoImage] function c43_dpl(clip a)
  220. -[NoImage] {
  221. -[NoImage] fl = GetChannel(a, 1)
  222. -[NoImage] fr = GetChannel(a, 2)
  223. -[NoImage] fc = GetChannel(a, 3)
  224. -[NoImage] bc = GetChannel(a, 4)
  225. -[NoImage] fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
  226. -[NoImage] fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
  227. -[NoImage] l = MixAudio(fl_fc, bc, 1.0, 0.2929)
  228. -[NoImage] r = MixAudio(fr_fc, bc, 1.0, -0.2929)
  229. -[NoImage] return MergeChannels(l, r)
  230. -[NoImage] }
  231. -[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
  232. -[NoImage] function c3_dpl(clip a)
  233. -[NoImage] {
  234. -[NoImage] fl = GetChannel(a, 1)
  235. -[NoImage] fr = GetChannel(a, 2)
  236. -[NoImage] bc = GetChannel(a, 3)
  237. -[NoImage] l = MixAudio(fl, bc, 0.5858, 0.4142)
  238. -[NoImage] r = MixAudio(fr, bc, 0.5858, -0.4142)
  239. -[NoImage] return MergeChannels(l, r)
  240. -[NoImage] }
  241. -[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
  242. -[NoImage] function c6_dpl2(clip a)
  243. -[NoImage] {
  244. -[NoImage] fl = GetChannel(a, 1)
  245. -[NoImage] fr = GetChannel(a, 2)
  246. -[NoImage] fc = GetChannel(a, 3)
  247. -[NoImage] sl = GetChannel(a, 5)
  248. -[NoImage] sr = GetChannel(a, 6)
  249. -[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
  250. -[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
  251. -[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
  252. -[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
  253. -[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
  254. -[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
  255. -[NoImage] return MergeChannels(l, r)
  256. -[NoImage] }
  257. -[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
  258. -[NoImage] function c5_dpl2(clip a)
  259. -[NoImage] {
  260. -[NoImage] fl = GetChannel(a, 1)
  261. -[NoImage] fr = GetChannel(a, 2)
  262. -[NoImage] fc = GetChannel(a, 3)
  263. -[NoImage] sl = GetChannel(a, 4)
  264. -[NoImage] sr = GetChannel(a, 5)
  265. -[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627)
  266. -[NoImage] ssr = MixAudio(sl, sr, -0.1627, -0.2818)
  267. -[NoImage] fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
  268. -[NoImage] fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
  269. -[NoImage] l = MixAudio(fl_fc, ssl, 1.0, 1.0)
  270. -[NoImage] r = MixAudio(fr_fc, ssr, 1.0, 1.0)
  271. -[NoImage] return MergeChannels(l, r)
  272. -[NoImage] }
  273. -[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
  274. -[NoImage] function c52_dpl2(clip a)
  275. -[NoImage] {
  276. -[NoImage] fl = GetChannel(a, 1)
  277. -[NoImage] fr = GetChannel(a, 2)
  278. -[NoImage] sl = GetChannel(a, 4)
  279. -[NoImage] sr = GetChannel(a, 5)
  280. -[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
  281. -[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
  282. -[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
  283. -[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
  284. -[NoImage] return MergeChannels(l, r)
  285. -[NoImage] }
  286. -[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
  287. -[NoImage] function c4_dpl2(clip a)
  288. -[NoImage] {
  289. -[NoImage] fl = GetChannel(a, 1)
  290. -[NoImage] fr = GetChannel(a, 2)
  291. -[NoImage] sl = GetChannel(a, 3)
  292. -[NoImage] sr = GetChannel(a, 4)
  293. -[NoImage] ssl = MixAudio(sl, sr, 0.3714, 0.2144)
  294. -[NoImage] ssr = MixAudio(sl, sr, -0.2144, -0.3714)
  295. -[NoImage] l = MixAudio(fl, ssl, 0.4142, 1.0)
  296. -[NoImage] r = MixAudio(fr, ssr, 0.4142, 1.0)
  297. -[NoImage] return MergeChannels(l, r)
  298. -[NoImage] }
  299. --[Information] [9/15/2013 12:52:39 PM] Avisynth script
  300. --[Information] [9/15/2013 12:52:39 PM] Commandline used: -ignorelength -lc -q 1 -if - -of "{0}"
  301. --[Information] [9/15/2013 12:52:39 PM] Avisynth script environment opened
  302. --[Information] [9/15/2013 12:52:40 PM] Script loaded
  303. --[Information] [9/15/2013 12:52:40 PM] Output Decoder
  304. ---[Information] [9/15/2013 12:52:40 PM] Channels: 2
  305. ---[Information] [9/15/2013 12:52:40 PM] Bits per sample: 32
  306. ---[Information] [9/15/2013 12:52:40 PM] Sample rate: 48000
  307. --[Information] [9/15/2013 12:52:40 PM] Job commandline: C:\APPLICATIONS\MeGUI_2308_x86\neroAacEnc.exe -ignorelength -lc -q 1 -if - -of "C:\Users\NAME\Downloads\OUTPUT_AUDIO.mp4"
  308. --[Information] [9/15/2013 12:52:40 PM] Process started
  309. --[Information] [9/15/2013 12:52:40 PM] Standard output stream
  310. --[Information] [9/15/2013 12:52:40 PM] Standard error stream
Advertisement
Add Comment
Please, Sign In to add comment