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

Reply
 
Thread Tools Search this Thread Display Modes
Old 24th October 2010, 16:42   #261  |  Link
zmaster
nvidia user
 
Join Date: Sep 2010
Location: Russia, Abakan
Posts: 92
I tried Lame 3.98.4 and 3.99a - nothing has changed.
Now I can not say for sure, but I think the problem with LameMP3 only in x64 versions of MeGUI, using MeGUI x86 everything is fine (MeGUI x86 is far away from me.).
zmaster is offline   Reply With Quote
Old 30th October 2010, 20:33   #262  |  Link
lenildosb
Registered User
 
Join Date: Oct 2010
Posts: 3
hi, everything well, I transformed a video in mkv in the program megui, in the info appear: mkvmerge v4.0.0 ('The Stars were mine') and yours : mkvmerge v4.3.0 ('Escape from the Island')....
can you explain to me, please? what should I make?
which the best configuration of the megui, would like somebody to explain to me, I pass the step

I will be thankful for helping me!!!!!!
lenildosb is offline   Reply With Quote
Old 31st October 2010, 15:06   #263  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
there is no best as per forum rules.
however, you can switch to the development version that is more up to date. in options->settings->extra config->auto-update->use development update server
Sharktooth is offline   Reply With Quote
Old 31st October 2010, 15:34   #264  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
I recommend to use MeGUI x86 (http://forum.doom9.org/showthread.php?t=151159). MeGUI x64 does have some problems because not all tools are available in x64.
Zathor is offline   Reply With Quote
Old 2nd November 2010, 01:27   #265  |  Link
lenildosb
Registered User
 
Join Date: Oct 2010
Posts: 3
thanks zathor, I already made the whole process and now as I do so that appears in the info: mkvmerge v4.3.0 ('Escape from the Island')?
lenildosb is offline   Reply With Quote
Old 12th November 2010, 05:46   #266  |  Link
Rezer
Registered User
 
Join Date: Aug 2003
Posts: 4
I'm having a hell of a time getting this working the right way, and I figured this was the best spot to ask...

No matter what I do, I can't seem to get the x64 version of NicAudio to output anything but silence. MeGUI always encodes AC3 files to a silent MP3 file, though it used to just be a series of evenly spaced pops. I'm still not sure what I did to get rid of the popping sound, but it's progressed identically from the popping problem to just silence on 2 different PCs now.

I copied and pasted the script MeGUI was using into notepad, and once I managed to get AVS scripts to open in WMP (and MPC-HC for giggles) both have the same output, nothing. However, it is detecting the correct length of the AC3 file and showing that on the slider as it plays. At this point I installed the x86 version of nicaudio, pointed the script to the x86 version of nicaudio, and everything worked perfectly in the 32 bit version of wmp. The script I'm using now to test is as follows:

Code:
 LoadPlugin("C:\program files\megui\tools\avisynth_plugin\NicAudio.dll")
 NicAc3Source("C:\dvd\Rips\TERMINATOR_2_EXTREME_DISC1_VTS_02_PGC2\VTS_02_1 T80 3_2ch 448Kbps DELAY -595ms.ac3")
 DelayAudio(-595.0/1000.0)
 6<=Audiochannels(last)?x_stereo4d6713278fe84319ba8c4c27778ffd6e(ConvertAudioToFloat(last)):last
 32==Audiobits(last)?ConvertAudioTo16bit(last):last
 audio = last
 video = BlankClip()
 AudioDub(video, audio)
 Info()

 function x_stereo4d6713278fe84319ba8c4c27778ffd6e(clip a) 
   {
      fl = GetChannel(a, 1)
      fr = GetChannel(a, 2)
      c = GetChannel(a, 3)
      lfe = GetChannel(a, 4)
      sl = GetChannel(a, 5)
      sr = GetChannel(a, 6)
      l_sl = MixAudio(fl, sl, 0.2929, 0.2929)
      c_lfe = MixAudio(lfe, c, 0.2071, 0.2071)
      r_sr = MixAudio(fr, sr, 0.2929, 0.2929)
      l = MixAudio(l_sl, c_lfe, 1.0, 1.0)
      r = MixAudio(r_sr, c_lfe, 1.0, 1.0)
      return MergeChannels(l, r)
   }
and the info shown on screen is the same for both x64 and x86 plugin opened with the appropriate player, only difference being the x86 plays sound and x64 does not. A screenshot is attached.

I've tried this all with and without ffdshow installed, with just a two line avisynth script that loads nicaudio and then loads the AC3, on 2 different PCs, on a variety of DVD material, all with the same end result. The only thing that seems to work is force decoding via directshow, which doesn't seem as reliable as NicAc3Source (at least from my experience with the 32 bit version). Any help offered would be greatly appreciated, I'm at a complete loss at this point.

One last thing: it took me forever just to get an avisynth script to open in the x64 version of wmp/mpc-hc. I couldn't find any posts relating to this problem nor any suitable resolution, no matter how many times I uninstalled and went through the directions for megui and avisynth. After watching what went on differently between the scripts opening in x86 and x64 modes using process monitor I found that I was missing a "Source Filter" registry value under "HKCR\Media Type\Extensions\.avs" with value "{D3588AB0-0781-11CE-B03A-0020AF0BA770}". Has anybody else run into this problem? If not, what in the hell did I do so fantastically wrong in the exact same way on 2 different machines?
Attached Images
 

Last edited by Rezer; 13th November 2010 at 04:00. Reason: clarification
Rezer is offline   Reply With Quote
Old 27th November 2010, 23:14   #267  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
I have the TIVTC.dll (64-bit version shipped with MeGUI) error discussed earlier in this thread.

Code:
Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	mpc-hc64.exe
  Application Version:	1.4.2726.0
  Application Timestamp:	4cdcde9c
  Fault Module Name:	TIVTC.dll
  Fault Module Version:	1.0.5.0
  Fault Module Timestamp:	4b9c46b6
  Exception Code:	c0000005
  Exception Offset:	0000000000038d30
  OS Version:	6.1.7600.2.0.0.768.3
  Locale ID:	1033
  Additional Information 1:	e3bb
  Additional Information 2:	e3bbf9f3eeb978d50c55bc059f022730
  Additional Information 3:	2d65
  Additional Information 4:	2d6539759937961c4c24242b0f834a2b

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
  C:\windows\system32\en-US\erofflps.txt
Was a fix or work-around ever found? Thanks.

Edit: No crash occurs with 32-bit TIVTC and 32-bit Avisynth and 32-bit latest rev. of ffdshow-tryouts, so I think this must be specific to the 64-bit DLL.

Last edited by Inspector.Gadget; 28th November 2010 at 00:01.
Inspector.Gadget is offline   Reply With Quote
Old 30th November 2010, 00:56   #268  |  Link
vitali5000
Registered User
 
Join Date: Aug 2010
Posts: 10
error ts to avi (xvid)

Quote:
[Error] Log
-[Information] Versions
--[Information] MeGUI Version : 0.3.5.28 x64
--[Information] OS : Windows Seven Ultimate Edition x64 (6.1.0.7600)
--[Information] Latest .Net Framework installed : 4.0 (4.0.30319)
--[Information] Avisynth Version : 2.5.8.5 (16.04.2010 18:06:58)
-[Information] AutoEncode job generation log
--[Information] Projected Bitrate : 1800kbps
--[Information] Split Size : null
--[Information] Eliminating duplicate filenames
---[Information] Video output file: C:\Users\CoreQuad\Videos\1.avi
---[Information] Muxed output file: C:\Users\CoreQuad\Videos\1-muxed.avi
---[Information] Encodable audio stream 0: C:\Users\CoreQuad\Videos\1 PID 800 L2 2ch 48 192 DELAY 0ms.mp3
-[Information] Log for job5 (audio, 1 PID 800 L2 2ch 48 192 DELAY -253ms.mp2 -> 1 PID 800 L2 2ch 48 192 DELAY 0ms.mp3)
--[Information] [30.11.2010 02:25:24] Started handling job
--[Information] [30.11.2010 02:25:24] Preprocessing
--[Information] Avisynth script
---[NoImage] DirectShowSource("C:\Users\CoreQuad\Videos\1 PID 800 L2 2ch 48 192 DELAY -253ms.mp2")
---[NoImage] EnsureVBRMP3Sync()
---[NoImage] DelayAudio(-253.0/1000.0)
---[NoImage] # detected channels: 2 channels
---[NoImage] # detected channel positions:
---[NoImage] 6<=Audiochannels(last)?c6_stereo(ConvertAudioToFloat(last)):last
---[NoImage] 5==Audiochannels(last)?c5_stereo(ConvertAudioToFloat(last)):last
---[NoImage] 4==Audiochannels(last)?c4_stereo(ConvertAudioToFloat(last)):last
---[NoImage] 3==Audiochannels(last)?c3_stereo(ConvertAudioToFloat(last)):last
---[NoImage] Normalize()
---[NoImage] 32==Audiobits(last)?ConvertAudioTo16bit(last):last
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssr = MixAudio(sl, sr, 0.2222, 0.2222)
---[NoImage] ssl = Amplify(ssr, -1.0)
---[NoImage] fl_c = MixAudio(fl, c, 0.3254, 0.2301)
---[NoImage] fr_c = MixAudio(fr, c, 0.3254, 0.2301)
---[NoImage] l = MixAudio(ssl, fl_c, 1.0, 1.0)
---[NoImage] r = MixAudio(ssr, fr_c, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] # also L,R,LFE,SL,SR then mix dpl+LFE
---[NoImage] function c5_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] lrc = MixAudio(flr, fcc, 0.3205, 0.2265)
---[NoImage] bl = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage] br = Amplify(bl, -1.0)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(lrc, slr, 1.0, 1.0)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bl = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] br = Amplify(bl, -1.0)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(flr, slr, 0.4142, 1.0)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic
---[NoImage] # for L,R,C or L,R,LFE use always -> stereo
---[NoImage] function c3_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = Amplify(sl, -1.0)
---[NoImage] slr = MergeChannels(sl, sr)
---[NoImage] return MixAudio(flr, slr, 0.5858, 0.4142)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage] {
---[NoImage] fl = GetChannel(a, 1)
---[NoImage] fr = GetChannel(a, 2)
---[NoImage] c = GetChannel(a, 3)
---[NoImage] sl = GetChannel(a, 5)
---[NoImage] sr = GetChannel(a, 6)
---[NoImage] ssl = MixAudio(sl, sr, 0.2818, 0.1627).Amplify(-1.0)
---[NoImage] fl_c = MixAudio(fl, c, 0.3254, 0.2301)
---[NoImage] ssr = MixAudio(sl, sr, 0.1627, 0.2818)
---[NoImage] fr_c = MixAudio(fr, c, 0.3254, 0.2301)
---[NoImage] l = MixAudio(ssl, fl_c, 1.0, 1.0)
---[NoImage] r = MixAudio(ssr, fr_c, 1.0, 1.0)
---[NoImage] return MergeChannels(l, r)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] # also L,R,LFE,SL,SR then mix dpl2+LFE
---[NoImage] function c5_dpl2(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] lrc = MixAudio(flr, fcc, 0.3254, 0.2301)
---[NoImage] bl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage] br = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(lrc, slr, 1.0, 1.0)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = GetChannel(a, 4)
---[NoImage] bl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] br = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(flr, slr, 0.4142, 1.0)
---[NoImage] }
---[NoImage] # 3 Channels L,R,S -> Dolby ProLogic (we can't make dpl II)
---[NoImage] # for L,R,C or L,R,LFE use always -> stereo
---[NoImage] function c3_dpl2(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 3)
---[NoImage] sr = Amplify(sl, -1.0)
---[NoImage] slr = MergeChannels(sl, sr)
---[NoImage] return MixAudio(flr, slr, 0.5858, 0.4142)
---[NoImage] }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(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] # 5 Channels L,R,C,SL,SR -> Stereo
---[NoImage] # also L,R,LFE,SL,SR
---[NoImage] function c5_stereo(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] slr = GetChannel(a, 4, 5)
---[NoImage] lrc = MixAudio(flr, fcc, 0.3694, 0.2612)
---[NoImage] return MixAudio(lrc, slr, 1.0, 0.3694)
---[NoImage] }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] slr = GetChannel(a, 3, 4)
---[NoImage] return MixAudio(flr, slr, 0.5, 0.5)
---[NoImage] }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] return MixAudio(flr, fcc, 0.5858, 0.4142)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] lfe = GetChannel(a, 4, 4)
---[NoImage] clf = MixAudio(fcc, lfe, 0.2929, 0.2929)
---[NoImage] return MixAudio(flr, clf, 0.4142, 1.0)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] lfe = GetChannel(a, 4, 4)
---[NoImage] slr = GetChannel(a, 5, 5)
---[NoImage] lrc = MixAudio(flr, fcc, 0.3204, 0.2265)
---[NoImage] lfs = MixAudio(lfe, slr, 0.2265, 0.2265)
---[NoImage] return MixAudio(lrc, lfs, 1.0, 1.0)
---[NoImage] }
---[NoImage] # 4 Channels L,R,LFE,S -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = Amplify(sl, -1.0)
---[NoImage] slr = MergeChannels(sl, sr)
---[NoImage] return MixAudio(flr, slr, 0.5858, 0.4142)
---[NoImage] }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] bl = GetChannel(a, 4)
---[NoImage] br = Amplify(bl, -1.0)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] flc = MixAudio(flr, fcc, 0.4142, 0.2929)
---[NoImage] return MixAudio(flc, slr, 1.0, 0.2929)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bl = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage] br = Amplify(bl, -1.0)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(flr, slr, 0.4142, 1.0)
---[NoImage] }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] fcc = GetChannel(a, 3, 3)
---[NoImage] bl = GetChannel(a, 5)
---[NoImage] br = Amplify(bl, -1.0)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] flc = MixAudio(flr, fcc, 0.4142, 0.2929)
---[NoImage] return MixAudio(flc, slr, 1.0, 0.2929)
---[NoImage] }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage] {
---[NoImage] flr = GetChannel(a, 1, 2)
---[NoImage] sl = GetChannel(a, 4)
---[NoImage] sr = GetChannel(a, 5)
---[NoImage] bl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage] br = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage] slr = MergeChannels(bl, br)
---[NoImage] return MixAudio(flr, slr, 0.4142, 1.0)
---[NoImage] }
--[Information] Commandline used: -V5 - "{0}"
--[Information] [30.11.2010 02:25:24] Encoding started
--[Information] [30.11.2010 02:25:25] Encode thread started
--[Information] [30.11.2010 02:25:25] Avisynth script environment opened
--[Information] [30.11.2010 02:25:25] Script loaded
--[Information] Output Decoder
---[Information] Channels: 2
---[Information] Bits per sample: 16
---[Information] Sample rate: 48000
--[Information] Commandline: C:\Program Files\MeGUI\tools\lame\lame.exe -V5 - "C:\Users\CoreQuad\Videos\1 PID 800 L2 2ch 48 192 DELAY 0ms.mp3"
--[Information] [30.11.2010 02:25:25] Encoder process started
--[Information] Output from encoder via stderr
---[NoImage] LAME 3.98.2 32bits (http://www.mp3dev.org/)
---[NoImage] CPU features: MMX (ASM used), SSE (ASM used), SSE2
---[NoImage] Using polyphase lowpass filter, transition band: 16452 Hz - 17032 Hz
---[NoImage] Encoding <stdin> to C:\Users\CoreQuad\Videos\1 PID 800 L2 2ch 48 192 DELAY 0ms.mp3
---[NoImage] Encoding as 48 kHz j-stereo MPEG-1 Layer III VBR(q=5)
--[Information] [30.11.2010 02:25:27] Postprocessing
---[Information] Deleting intermediate files
--[Information] [30.11.2010 02:25:27] Job completed
-[Error] Log for job6 (video, 1.avs -> )
--[Information] [30.11.2010 02:25:27] Started handling job
--[Information] [30.11.2010 02:25:27] Preprocessing
---[Information] Bitrate calculation for video
----[Information] Desired size after subtracting audio: 13855,125KBs
----[Information] Calculated desired bitrate: 1655,5015169194865810968494749kbit/s
--[Information] Job commandline: "C:\Program Files\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\CoreQuad\Videos\1.avs" -pass1 "C:\Users\CoreQuad\Videos\1.stats" -bitrate 1655 -kboost 100 -ostrength 10 -oimprove 10 -odegrade 10 -chigh 30 -clow 15 -overhead 0 -vbvmax 4854000 -vbvsize 3145728 -vbvpeak 2359296 -turbo -max_key_interval 250 -vhqmode 4 -lumimasking -imin 1 -pmin 1 -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
--[Information] [30.11.2010 02:25:28] Encoding started
--[Error] An error occurred: xvid [error]: Avisynth open failure:
--[Error] [30.11.2010 02:25:28] Process exits with error code: -1
--[Information] Standard output stream: xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
--[Information] Standard error stream
---[NoImage] Trying to retrieve width and height from input header
---[NoImage] xvid [info]: Avisynth detected
---[NoImage] LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\dgindexnv\DGDecodeNV.dll"
---[NoImage] (C:\Users\CoreQuad\Videos\1.avs, line 1)
--[Information] [30.11.2010 02:25:28] Job completed

Last edited by vitali5000; 30th November 2010 at 02:26.
vitali5000 is offline   Reply With Quote
Old 30th November 2010, 12:51   #269  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by vitali5000 View Post
---[NoImage] LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\dgindexnv\DGDecodeNV.dll"
Paste your 1.avs and try opening it in other tools like VirtualDub x64.
Zathor is offline   Reply With Quote
Old 3rd January 2011, 13:47   #270  |  Link
BuHHunyx
Registered User
 
Join Date: Dec 2009
Posts: 7
megui-core_1888_x64 @ Win2003 SP2 x64
I had following records at Event viewer:
Dependent Assembly Microsoft.Windows.Common-Controls could not be found and Last Error was The referenced assembly is not installed on your system.
Resolve Partial Assembly failed for Microsoft.Windows.Common-Controls. Reference error message: The referenced assembly is not installed on your system.
Generate Activation Context failed for C:\apps\-EDITOR-\-VIDEO-\MeGUI.X64\MeGUI.exe. Reference error message: The referenced assembly is not installed on your system.

Using Restorator I changed build-in manifest like
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="x86" />
to
<assemblyIdentity type="win32" name="Microsoft.Windows.Common-Controls" version="6.0.0.0" publicKeyToken="6595b64144ccf1df" language="*" processorArchitecture="*" />

and it *runs*

Last edited by BuHHunyx; 3rd January 2011 at 14:44.
BuHHunyx is offline   Reply With Quote
Old 13th February 2011, 22:03   #271  |  Link
Chumbo
Registered User
 
Chumbo's Avatar
 
Join Date: Feb 2005
Posts: 585
Anyone else getting this? I've been getting this for about a week or more now every time I bring up the UI, i.e., the updater comes up and then fails with the error below:
Quote:
Connecting to server: http://megui.xvidvideo.ru/auto/
There is 1 file that can be updated.
Updating dgindexnv. File 1/1.
D:\Multimedia Tools\megui64\update_cache\dgindexnv_b2038-1_x64.zip is empty. Deleting file.
Error: Could not unzip D:\Multimedia Tools\megui64\update_cache\dgindexnv_b2038-1_x64.zip. Deleting file.
Error: Failed to download file dgindexnv with error: CouldNotDownloadFile.
Update completed
Error: Files which have been not sucessfully updated: 1
The site does have the .7z file but not dgindexnv_b2038-1_x64.zip.
__________________
Chumbo

Last edited by Chumbo; 13th February 2011 at 22:05.
Chumbo is offline   Reply With Quote
Old 13th February 2011, 23:44   #272  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Thanks & fixed.
Zathor is offline   Reply With Quote
Old 14th February 2011, 04:20   #273  |  Link
Chumbo
Registered User
 
Chumbo's Avatar
 
Join Date: Feb 2005
Posts: 585
Quote:
Originally Posted by Zathor View Post
Thanks & fixed.
Thank you.
__________________
Chumbo
Chumbo is offline   Reply With Quote
Old 19th February 2011, 17:07   #274  |  Link
n5230
Registered User
 
Join Date: Feb 2011
Posts: 1
Quote:
Originally Posted by Whimick View Post
Here is a copy of myy log.

I hope this helps idendify my problem


[Error] Log for job2 (video, Sample.avs -> )
-[Information] [07/10/2010 17:20:24] Started handling job
-[Information] [07/10/2010 17:20:24] Preprocessing
--[Information] Bitrate calculation for video
---[Information] Desired size after subtracting audio: 49097.291015625KBs
---[Information] Calculated desired bitrate: 10517.913389121338912133891214kbit/s
-[Information] Job commandline: "C:\Program Files\MeGUI\tools\xvid_encraw\xvid_encraw.exe" -i "C:\Users\Michael\Videos\MeGUI\Sample.avs" -pass1 "C:\Users\Michael\Videos\MeGUI\Sample.stats" -bitrate 10517 -kboost 100 -ostrength 10 -oimprove 10 -odegrade 10 -chigh 30 -clow 15 -overhead 0 -vbvmax 4854000 -vbvsize 3145728 -vbvpeak 2359296 -turbo -max_key_interval 250 -lumimasking -imin 1 -pmin 1 -max_bframes 1 -bvhq -bquant_ratio 162 -bquant_offset 0 -bmin 1 -par 1:1 -threads 1
-[Information] [07/10/2010 17:20:24] Encoding started
-[Error] An error occurred: xvid [error]: Avisynth open failure:
-[Information] Standard output stream: xvid_encraw - raw mpeg4 bitstream encoder written by Christoph Lampert 2002-2003
-[Information] Standard error stream
--[NoImage] Trying to retrieve width and height from input header
--[NoImage] xvid [info]: Avisynth detected
--[NoImage] LoadPlugin: unable to load "C:\Program Files\MeGUI\tools\dgindex\DGDecode.dll"
--[NoImage] (C:\Users\Michael\Videos\MeGUI\Sample.avs, line 1)
-[Information] [07/10/2010 17:20:24] Job completed


regards

Michael
Try disabling VAQ (Adaptive Quantization => -lumimasking) in the megui preset. This option is deprecated in newer versions of XviD.
n5230 is offline   Reply With Quote
Old 5th March 2011, 13:17   #275  |  Link
skampy
Registered User
 
Join Date: Feb 2011
Posts: 16
Hey all

Just a general question: Is the 64-bit version of x264 just as stable and reliable as the 32-bit version? I should note that I don't use any pre or post-processing filters.
skampy is offline   Reply With Quote
Old 5th March 2011, 21:01   #276  |  Link
Lyle_JP
Unreasonable User
 
Lyle_JP's Avatar
 
Join Date: Nov 2003
Posts: 216
Quote:
Originally Posted by skampy View Post
Hey all

Just a general question: Is the 64-bit version of x264 just as stable and reliable as the 32-bit version? I should note that I don't use any pre or post-processing filters.
The x64 versions of MeGUI and x264 are just as stable and functional as their 32-bit counterparts. But they require 64-bit Avisynth, which is not nearly as stable, and worse is abandonware.
Lyle_JP is offline   Reply With Quote
Old 15th March 2011, 22:09   #277  |  Link
meatwad
Registered User
 
meatwad's Avatar
 
Join Date: Jun 2007
Posts: 106
There seems to be a problem with MeGUI 1989 and I believe build 1986 when used with neroaacenc 1.5.4.0. The problem is that sometimes it doesn't down convert multichannel audio to stereo if the option is checked in neroaacenc. I replaced only the MeGUI 1989 executable with MeGUI 1886 and it down converts successfully.

The strange thing with build 1989 is that sometimes it will down convert fine depending on the source.

Last edited by meatwad; 15th March 2011 at 22:20.
meatwad is offline   Reply With Quote
Old 15th March 2011, 22:30   #278  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
if it does not work
Zathor is offline   Reply With Quote
Old 16th March 2011, 01:53   #279  |  Link
meatwad
Registered User
 
meatwad's Avatar
 
Join Date: Jun 2007
Posts: 106
Quote:
Originally Posted by Zathor View Post
if it does not work
Sorry about that. If I try to send the complete log using wrap it still gripes at me that they're too long (16,000 characters, etc.) Anyway, I'll just attach them. From what I gather 1989 is not recognizing that it's 6 channel audio and so it tells neroaacenc to ignore the down mix.

Code:
[Error] Log
-[Information] Versions
--[Information] MeGUI Version : 1989 x64 (svn)
--[Information] OS : Windows Seven Enterprise Edition x64 SP1 (6.1.65536.7601)
--[Information] Latest .Net Framework installed : 4.0 (4.0.30319)
--[Information] Avisynth Version : 2.5.8.5 (4/17/2010 1:06:58 AM)
-[Error] Update detection
--[Information] [3/15/2011 3:43:09 PM] Connecting to server: http://megui.xvidvideo.ru/auto/
--[Error] [3/15/2011 3:43:30 PM] Could not connect to server http://megui.xvidvideo.ru/auto/
--[Information] [3/15/2011 3:43:30 PM] Connecting to server: http://megui.org/auto/
--[Information] [3/15/2011 3:43:34 PM] All files are up to date
-[Information] AutoEncode job generation log
--[Information] Split Size : null
--[Information] Eliminating duplicate filenames
---[Information] Video output file: X:\Torrents 2\Encodes\Mad.Love.S01E04.720p.HDTV.X264-DIMENSION.264
---[Information] Muxed output file: X:\Torrents 2\Encodes\Mad.Love.S01E04.720p.HDTV.X264-DIMENSION-muxed.mp4
---[Information] Encodable audio stream 0: X:\Torrents 2\Encodes\Mad.Love.S01E04.720p.HDTV.X264-DIMENSION.m4a
-[Information] Log for job1 (audio, Mad.Love.S01E04.720p.HDTV.X264-DIMENSION.mkv -> Mad.Love.S01E04.720p.HDTV.X264-DIMENSION.m4a)
--[Information] [3/15/2011 3:45:12 PM] Started handling job
--[Information] [3/15/2011 3:45:12 PM] Preprocessing
--[Information] [3/15/2011 3:45:12 PM] ignoring downmix as there are only 2 channels
--[Information] Avisynth script
---[NoImage] DirectShowSource("Y:\New Downloads\Mad.Love.S01E04.720p.HDTV.X264-DIMENSION.mkv", video=false)
---[NoImage] EnsureVBRMP3Sync()
---[NoImage] # detected channels: 2 channels
---[NoImage] # detected channel positions: 2/0/0
---[NoImage] Normalize()
---[NoImage] return last
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> stereo + LFE
---[NoImage] function c6_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      lf = GetChannel(a, 4)
---[NoImage]      sl = GetChannel(a, 5)
---[NoImage]      sr = GetChannel(a, 6)
---[NoImage]      fl_sl = MixAudio(fl, sl, 0.2929, 0.2929)
---[NoImage]      fr_sr = MixAudio(fr, sr, 0.2929, 0.2929)
---[NoImage]      fc_lf = MixAudio(fc, lf, 0.2071, 0.2071)
---[NoImage]      l = MixAudio(fl_sl, fc_lf, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_sr, fc_lf, 1.0, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,C,SL,SR or L,R,LFE,SL,SR-> Stereo
---[NoImage] function c5_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      sl = GetChannel(a, 4)
---[NoImage]      sr = GetChannel(a, 5)
---[NoImage]      fl_sl = MixAudio(fl, sl, 0.3694, 0.3694)
---[NoImage]      fr_sr = MixAudio(fr, sr, 0.3694, 0.3694)
---[NoImage]      l = MixAudio(fl_sl, fc, 1.0, 0.2612)
---[NoImage]      r = MixAudio(fr_sr, fc, 1.0, 0.2612)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Stereo
---[NoImage] function c52_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      lf = GetChannel(a, 4)
---[NoImage]      bc = GetChannel(a, 5)
---[NoImage]      fl_bc = MixAudio(fl, bc, 0.3205, 0.2265)
---[NoImage]      fr_bc = MixAudio(fr, bc, 0.3205, 0.2265)
---[NoImage]      fc_lf = MixAudio(fc, lf, 0.2265, 0.2265)
---[NoImage]      l = MixAudio(fl_bc, fc_lf, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_bc, fc_lf, 1.0, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Stereo
---[NoImage] function c4_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      sl = GetChannel(a, 3)
---[NoImage]      sr = GetChannel(a, 4)
---[NoImage]      l = MixAudio(fl, sl, 0.5, 0.5)
---[NoImage]      r = MixAudio(fr, sr, 0.5, 0.5)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels L,R,C,LFE or L,R,S,LFE or L,R,C,S -> Stereo
---[NoImage] function c42_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      lf = GetChannel(a, 4)
---[NoImage]      fc_lf = MixAudio(fc, lf, 0.2929, 0.2929)
---[NoImage]      l = MixAudio(fl, fc_lf, 0.4142, 1.0)
---[NoImage]      r = MixAudio(fr, fc_lf, 0.4142, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 3 Channels L,R,C or L,R,S or L,R,LFE -> Stereo
---[NoImage] function c3_stereo(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      l = MixAudio(fl, fc, 0.5858, 0.4142)
---[NoImage]      r = MixAudio(fr, fc, 0.5858, 0.4142)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c6_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      sl = GetChannel(a, 5)
---[NoImage]      sr = GetChannel(a, 6)
---[NoImage]      bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage]      l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic
---[NoImage] function c5_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      sl = GetChannel(a, 4)
---[NoImage]      sr = GetChannel(a, 5)
---[NoImage]      bc = MixAudio(sl, sr, 0.2265, 0.2265)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.3205, 0.2265)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.3205, 0.2265)
---[NoImage]      l = MixAudio(fl_fc, bc, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_fc, bc, 1.0, -1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic
---[NoImage] function c52_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      sl = GetChannel(a, 4)
---[NoImage]      sr = GetChannel(a, 5)
---[NoImage]      bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage]      l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage]      r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,C,LFE,S -> Dolby ProLogic
---[NoImage] function c53_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      bc = GetChannel(a, 5)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage]      l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage]      r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic
---[NoImage] function c4_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      sl = GetChannel(a, 3)
---[NoImage]      sr = GetChannel(a, 4)
---[NoImage]      bc = MixAudio(sl, sr, 0.2929, 0.2929)
---[NoImage]      l = MixAudio(fl, bc, 0.4142, 1.0)
---[NoImage]      r = MixAudio(fr, bc, 0.4142, -1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels L,R,LFE,S  -> Dolby ProLogic
---[NoImage] function c42_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      bc = GetChannel(a, 4)
---[NoImage]      l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage]      r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels L,R,C,S -> Dolby ProLogic
---[NoImage] function c43_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      bc = GetChannel(a, 4)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.4142, 0.2929)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.4142, 0.2929)
---[NoImage]      l = MixAudio(fl_fc, bc, 1.0, 0.2929)
---[NoImage]      r = MixAudio(fr_fc, bc, 1.0, -0.2929)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 3 Channels L,R,S  -> Dolby ProLogic
---[NoImage] function c3_dpl(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      bc = GetChannel(a, 3)
---[NoImage]      l = MixAudio(fl, bc, 0.5858, 0.4142)
---[NoImage]      r = MixAudio(fr, bc, 0.5858, -0.4142)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5.1 Channels L,R,C,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c6_dpl2(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      sl = GetChannel(a, 5)
---[NoImage]      sr = GetChannel(a, 6)
---[NoImage]      ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage]      ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage]      l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,C,SL,SR -> Dolby ProLogic II
---[NoImage] function c5_dpl2(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      fc = GetChannel(a, 3)
---[NoImage]      sl = GetChannel(a, 4)
---[NoImage]      sr = GetChannel(a, 5)
---[NoImage]      ssl = MixAudio(sl, sr, 0.2818, 0.1627)
---[NoImage]      ssr = MixAudio(sl, sr, -0.1627, -0.2818)
---[NoImage]      fl_fc = MixAudio(fl, fc, 0.3254, 0.2301)
---[NoImage]      fr_fc = MixAudio(fr, fc, 0.3254, 0.2301)
---[NoImage]      l = MixAudio(fl_fc, ssl, 1.0, 1.0)
---[NoImage]      r = MixAudio(fr_fc, ssr, 1.0, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 5 Channels L,R,LFE,SL,SR -> Dolby ProLogic II
---[NoImage] function c52_dpl2(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      sl = GetChannel(a, 4)
---[NoImage]      sr = GetChannel(a, 5)
---[NoImage]      ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage]      ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage]      l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage]      r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage]      return MergeChannels(l, r)
---[NoImage]   }
---[NoImage] # 4 Channels Quadro L,R,SL,SR -> Dolby ProLogic II
---[NoImage] function c4_dpl2(clip a)
---[NoImage]   {
---[NoImage]      fl = GetChannel(a, 1)
---[NoImage]      fr = GetChannel(a, 2)
---[NoImage]      sl = GetChannel(a, 3)
---[NoImage]      sr = GetChannel(a, 4)
---[NoImage]      ssl = MixAudio(sl, sr, 0.3714, 0.2144)
---[NoImage]      ssr = MixAudio(sl, sr, -0.2144, -0.3714)
---[NoImage]      l = MixAudio(fl, ssl, 0.4142, 1.0)
---[NoImage]      r = MixAudio(fr, ssr, 0.4142, 1.0)
---[NoImage]      return MergeChannels(l, r)
Attached Files
File Type: txt logfile-11-03-15_15-42-53.log.txt (18.2 KB, 15 views)
File Type: txt logfile-11-03-15_15-34-15.log.txt (18.1 KB, 16 views)
meatwad is offline   Reply With Quote
Old 17th March 2011, 18:09   #280  |  Link
Tuik
Registered User
 
Join Date: Apr 2009
Posts: 85
Hi,

I found a problem encoding in XviD with FFVideoSource.

It gives this error on the log:
Code:
"Unable to load C Plugin: C:\Program Files\MeGUI64\tools\ffms\ffms2.dll"
The script i use was:

Code:
LoadCPlugin("C:\Program Files\MeGUI64\tools\ffms\ffms2.dll")
#Load_Stdcall_plugin("C:\Program Files\MeGUI64\tools\ffms\ffms2.dll")
FFVideoSource("video.mkv").AssumeFPS(24000,1001)
#deinterlace
#crop
LanczosResize(720,400) # Lanczos (Sharp)
#denoise
I tried the 2 ways of loading the plugin (LoadCPlugin or Load_Stdcall_plugin) but none of them worked, it always gives the same error.

PLEASE NOTE that i tried the same script but encoding with x264 and that worked perfectly, so it has to be XviD encoding problem.
Tuik is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 02:01.


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