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 9th July 2010, 23:39   #121  |  Link
SaintDeath
Registered User
 
SaintDeath's Avatar
 
Join Date: May 2008
Posts: 16
Here is the script I am tring to load in meguie x64.I followed and installed meguie has I was told to.It seems the error it on line 43 which in veedub654 it lodas fine n i can see the script run.

loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\DGDecode.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\EEDI2.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\TDeint.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\tivtc.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\ColorMatrix.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\degrainmedian.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\aWarpSharp.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\VSFilter.dll")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\decomb.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\UnDot.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\gradfun2db.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\hqdn3d.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\MaskTools.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\MT.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\MvTools2.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\FFT3DFilter.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\RemoveGrain64.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\Repair64.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\masktools-v2.0a41\mt_masktools-26-x64.dll")
LoadPlugin("C:\Program Files (x86)\AviSynth 2.5\plugins64\masktools-v2.0a41\mt_masktools-25-x64.dll")


import("C:\Program Files (x86)\AviSynth 2.5\plugins64\masktools-v2.0a41\masktools\LimitedSharpenFaster.avsi")
Import("C:\Program Files (x86)\AviSynth 2.5\plugins64\avsi\insertsign.avs")


d2vp = "j:\acx\cg\epi14\ep14.d2v"

mpeg2source(d2vp,idct=7)
srce=last
interp=srce.separatefields().eedi2(field=-2)
deinte=srce.tdeint(mode=2,edeint=interp)
srce.tfm(d2v=d2vp,clip2=deinte,pp=4,flags=4)
tdecimate(mode=0)
colormatrix(d2v=d2vp)
crop(4,4,-4,-4)
LanczosResize(720,480)
DeGrainMedian(limitY=5,limitUV=5,mode=3)
LimitedSharpenFaster()
Tweak(sat=1.13,cont=1.13,bright=-5)
gradfun2db(1.2)
sign1 = AVISource("j:\acx\saintdeath_blood_tag_upper_left.avi")
insertsign(last, sign1, 10)
__________________
SaintDeath is offline   Reply With Quote
Old 14th July 2010, 22:33   #122  |  Link
Alf Bundy
Registered User
 
Alf Bundy's Avatar
 
Join Date: Sep 2009
Location: Belgium
Posts: 58
Hi,

Since the lossless option disappeared from x264's config window, which setting should I use to make a lossless x264 encode ?

Thanks
Alf Bundy is offline   Reply With Quote
Old 15th July 2010, 10:37   #123  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
--crf 0
Kurtnoise is offline   Reply With Quote
Old 15th July 2010, 17:25   #124  |  Link
Frogger13
Just another User
 
Join Date: Mar 2008
Posts: 21
Hi Folks,

Quote:
Originally Posted by Frogger13 View Post
Quote:
Originally Posted by Zathor View Post
Quote:
Originally Posted by Frogger13
Quote:
Originally Posted by Zathor View Post
You can find the installation instructions here:
http://forum.doom9.org/showthread.ph...97#post1390397
Thanks for the Information, but I keep getting following error:



AviSynth64 is installed and working. MeGUI64 is in the same path as MeGUI32. But also if I put the x64 files in a separate Directory, the error is the same.

Edit: Installed .NET Framework is incremental .NET Framework 3.5 (http://www.microsoft.com/downloads/d...displaylang=en) + hotfixes
MeGUI x64 must be installed in a different directory than MeGUI x86. But this is not the source of the error. It seems that you need to install a Visual C++ x64 Redistributable Package (there are several ones and newer ones do not include the older packages)
Well I tried and installed VC++ Redist 2005, 2005 SP1, 2008, 2008 SP1 and 2010... But I still get the Same error...

System is Xp x64 and MeGUIx64 has its own directory now...

BTW I'm wondering why there are no x64 builds of the DLLs?! Am I missing something
Well no answer yet hasn't anybody a solution?!
Frogger13 is offline   Reply With Quote
Old 15th July 2010, 17:51   #125  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
AFAIK there are 64bit libs...
however, launch windows update and update your system.
a personal advice... drop XP64 and get Win7-64

Last edited by Sharktooth; 15th July 2010 at 18:12.
Sharktooth is offline   Reply With Quote
Old 15th July 2010, 22:58   #126  |  Link
Adub
Fighting spam with a fish
 
Adub's Avatar
 
Join Date: Sep 2005
Posts: 2,699
Quote:
Originally Posted by Sharktooth View Post
a personal advice... drop XP64 and get Win7-64
I second this advice. There seems to be much more support for x64 being built into Windows 7 now.

Plus, with the sudden burst of tools being developed for the x64 platform, now is as good a time to upgrade as any.
__________________
FAQs:Bond's AVC/H.264 FAQ
Site:Adubvideo
Adub is offline   Reply With Quote
Old 16th July 2010, 19:09   #127  |  Link
Frogger13
Just another User
 
Join Date: Mar 2008
Posts: 21
Thanks for the reply. I hope'd that I did not need to go for Win7 (not that much space on my System SSD )

Quote:
Originally Posted by Sharktooth View Post
AFAIK there are 64bit libs...
Where can I find these MeGUIx64 libs?!! Here http://megui.org/auto/ the only one I find are the regular 32 bit! (http://megui.org/auto/megui-libs_0_3_5.zip)
Frogger13 is offline   Reply With Quote
Old 16th July 2010, 19:20   #128  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
Quote:
Originally Posted by Frogger13 View Post
http://megui.org/auto/ the only one I find are the regular 32 bit! (http://megui.org/auto/megui-libs_0_3_5.zip)
They can also be used with native x64 applications and therefore these are the correct libs.
Zathor is offline   Reply With Quote
Old 16th July 2010, 23:05   #129  |  Link
Frogger13
Just another User
 
Join Date: Mar 2008
Posts: 21
Quote:
Originally Posted by Zathor View Post
They can also be used with native x64 applications and therefore these are the correct libs.
Thank you Zathor. Just one last question about this problem: is it possible (allthoug it is recommended to upgrade to Win7) to run MeGUIx64 on WinXp Pro x64? Then How (See previous post which lists installed VC++ Redistribuables)...
Frogger13 is offline   Reply With Quote
Old 17th July 2010, 10:55   #130  |  Link
Zathor
Registered User
 
Join Date: Nov 2009
Posts: 2,405
It should be possible, but I do not have XP 64 and therefore cannot check it myself. We have to wait for someone else to check it.
Zathor is offline   Reply With Quote
Old 17th July 2010, 12:41   #131  |  Link
quantum5uicid3
Registered User
 
Join Date: Oct 2009
Posts: 176
for anyone on a budget, vista licenses can be found pretty cheap these days and it's the same kernel as 7.

just find a cd with sp2 slipstreamed already.
quantum5uicid3 is offline   Reply With Quote
Old 17th July 2010, 15:10   #132  |  Link
trevaaar
Registered User
 
Join Date: Feb 2009
Location: Australia
Posts: 24
Quote:
Originally Posted by quantum5uicid3 View Post
for anyone on a budget, vista licenses can be found pretty cheap these days and it's the same kernel as 7.

just find a cd with sp2 slipstreamed already.
I'm not sure what you're basing this on, but I'd say it's not true.
trevaaar is offline   Reply With Quote
Old 17th July 2010, 15:13   #133  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
for the sake of mind sanity... win7 is lighter than vista... there is NO reason on this planet to buy Vista (the biggest MS Epic Fail (tm) after Windows ME...)
Sharktooth is offline   Reply With Quote
Old 18th July 2010, 13:02   #134  |  Link
quantum5uicid3
Registered User
 
Join Date: Oct 2009
Posts: 176
Quote:
Originally Posted by trevaaar View Post
I'm not sure what you're basing this on, but I'd say it's not true.
they're not the same bit for bit, but the changes were very minor. google it.


Quote:
Originally Posted by Sharktooth View Post
for the sake of mind sanity... win7 is lighter than vista... there is NO reason on this planet to buy Vista (the biggest MS Epic Fail (tm) after Windows ME...)
i agree vista had rough beginnings, but having used both, i think a clean installation of vista sp2 is equally fast and stable. maybe it's because i disable the themes service, so the tightening of explorer.exe ddidn't really make a difference for me.

edit
KB971644 probably helped too

edit2
everytime iuse ffms2.dll in an avs, megui just keeps grabbing more and more memory until crashes. i was able to rapidly open many(20+) instances of the same avs in mpc-hc without any problems besides the obvious performance hit and also tried running a bunch(20+) of x264 encodes at the commandline at the same time and also do not have a problem.

ive confirmed this in both 7 and vista. it's easy to see, just "enqueue" the same job repeatedly and watch the ram.

Last edited by quantum5uicid3; 23rd August 2010 at 13:07.
quantum5uicid3 is offline   Reply With Quote
Old 20th July 2010, 00:48   #135  |  Link
doc_dvxm
HD Encod3r
 
Join Date: Dec 2009
Location: BG
Posts: 37
Hii there... I am using Win 7 Ultimate x64. I am planning to encode some HD stuff (The source is BluRay.)

I've downloaded a meGUI x64 and avisynth x64 (avisynth64_intel_3-17-10) according to the guide given above. İnstalled codecs on my system are:

ffdshow_rev3507_20100707_clsid_x64.exe + MatroskaSplitter.exe.

I've set H264 to ffmpeg-mt, and VC1 to libavcodec as video decoder.

Sooo... I've just described that my MegUI x64 working perfectly with AVC Codec based m2ts files. Decoding, Encoding everything is fine.

But, when I try to use a VC1 based m2ts files you can see what's going on:



Btw, MPC x64 works fine with both of them (AVC and VC1 Movie....)

Sorry If I'am hijacking your thread, but I was looking too much, and there is no satisfying answers....

Every suggestions are wellcome....

Cheerz
doc_dvxm is offline   Reply With Quote
Old 20th July 2010, 01:02   #136  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
the problem could be FFDShow VC-1 decoder (MPC has its own).
if that it's the case try another FFDShow revision. if it still doesnt work Index the m2ts with DGIndexNV (license required) or FFMS.
Sharktooth is offline   Reply With Quote
Old 20th July 2010, 07:54   #137  |  Link
doc_dvxm
HD Encod3r
 
Join Date: Dec 2009
Location: BG
Posts: 37
Thank you very much.

My graphic card is HD5850 Ati Radeon. Previous, when I was googling this problem, I saw that DGIndexNV was developed for Nvidia Cards. I'll try with FFMS.

Thank you Sharktooth. Hope that your health is well

Cheerz.
doc_dvxm is offline   Reply With Quote
Old 21st July 2010, 16:28   #138  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
yes, dgindexnv requires an nvidia card.
however, you can get a second video card just for dgindexnv. check the supported cards list. there are some of them really cheap and even if they have a 16x PCIe connector they can be installed in a 4x slot too.
(my health seems to be ok at the moment, thanks).
Sharktooth is offline   Reply With Quote
Old 22nd July 2010, 15:48   #139  |  Link
Renzz
Registered User
 
Join Date: Jan 2004
Posts: 55
Quote:
Originally Posted by Eretria-chan View Post
Here's an x64 build of NicAudio compiled by myself: http://www.mediafire.com/?ozlnnjtgzam
Unfortunately, since the source wasn't designed for x64, it might or might not work. I'm not going to try fixing bugs, however. Let's just hope it works.
Compiled with VS2010, so you may need its runtime.
Just setting up MeGui X64 for the first time, and am having trouble using NicAudio. Usin the LAME MP3: MP3-128ABR profile, it's generating an AVS that loads the NicAudio DLL and then does a NicMPG123Source. At this point, it crashes ("Attempt to read or write protected memory").

One thing I'm not sure about is the VS2010 runtime - can someone point me to *exactly* what I should download for this??

Thanks
Renzz is offline   Reply With Quote
Old 22nd July 2010, 16:56   #140  |  Link
Sharktooth
Mr. Sandman
 
Sharktooth's Avatar
 
Join Date: Sep 2003
Location: Haddonfield, IL
Posts: 11,768
http://www.microsoft.com/downloads/d...displaylang=en
Sharktooth 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 10:11.


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