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

Closed Thread
 
Thread Tools Search this Thread Display Modes
Old 9th February 2006, 09:22   #481  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
Quote:
2) Ask Doom9, seems like this is by design
3) Still under contruction (waiting Doom9 decision)
4) Ask Doom9, seems like this is by design
NO bugs are by design. Please remove the crop dialog (it should've never made its way into functional builds)
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 9th February 2006, 10:23   #482  |  Link
leowai
Registered User
 
Join Date: May 2005
Posts: 184
Quote:
Originally Posted by ChronoCross
Quote:
Originally Posted by bob0r
2079 won't compile:
try compiling directly from within VS. it works. the compile.bat has some type of problem. perhaps with the addition of the x64 compatibility.
I've managed to compile it from the compile.bat.

Just add
Code:
 /r:%windir%\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.dll
to the end of MeGUI and MeGUI-svn compilation command lines.
leowai is offline  
Old 9th February 2006, 10:25   #483  |  Link
Doom9
clueless n00b
 
Join Date: Oct 2001
Location: somewhere over the rainbow
Posts: 10,579
Quote:
"/r:%windir%\Microsoft.NET\Framework\v2.0.50727\Microsoft.VisualBasic.dll"
Uh.. and there I thought megui was written in C#.. did somebody convert all the code without telling me?
__________________
For the web's most comprehensive collection of DVD backup guides go to www.doom9.org
Doom9 is offline  
Old 9th February 2006, 10:59   #484  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by Doom9
Uh.. and there I thought megui was written in C#.. did somebody convert all the code without telling me?
Fresh compile.bat commited, error fixed (sorry)
@Doom9
MeGUI still written un C# but I'm using one VB.NET function - InputBox (Microsoft.VisualBasic.dll is part of .NET Runtime)
Later it can be replaced by custom form
dimzon is offline  
Old 9th February 2006, 15:11   #485  |  Link
Sh4nn0w
Registered User
 
Join Date: Feb 2006
Location: UK
Posts: 5
version 0.2.3.20.81

You can now select a default audio track for DGIndex in the settings tab, but not 2 independant languages, ie track 2 automatically defaults to track 1 default language. (I tried changing to other languages, same problem)

Also the same if change track 2, track 1 changes to the same language.

Just to add, the following came up when compiling:
Code:
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

AviSynthWindow.cs(1555,10): warning CS1030: #warning: 'This is just quickfix,
        please check it!'
JobUtil.cs(559,30): warning CS0618:
        'MeGUI.LanguageSelectionContainer.getLanguages()' is obsolete: 'Use
        LanguageSelectionContainer.Languages instead'
mkvMuxWindow.cs(116,21): warning CS0618:
        'MeGUI.LanguageSelectionContainer.getLanguages()' is obsolete: 'Use
        LanguageSelectionContainer.Languages instead'
MuxWindow.cs(127,21): warning CS0618:
        'MeGUI.LanguageSelectionContainer.getLanguages()' is obsolete: 'Use
        LanguageSelectionContainer.Languages instead'
Microsoft (R) Visual C# 2005 Compiler version 8.00.50727.42
for Microsoft (R) Windows (R) 2005 Framework version 2.0.50727
Copyright (C) Microsoft Corporation 2001-2005. All rights reserved.

Last edited by Sh4nn0w; 9th February 2006 at 15:16.
Sh4nn0w is offline  
Old 9th February 2006, 15:54   #486  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
fixed
dimzon is offline  
Old 9th February 2006, 16:20   #487  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
When i post my output, you can take that seriously too.

Should we paste output warnings or not?
Because it seems you do not test your sumbits
bob0r is offline  
Old 9th February 2006, 16:44   #488  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by bob0r
Because it seems you do not test your sumbits
I'm using VS.NET to compile, not compile.bat, sorry
dimzon is offline  
Old 9th February 2006, 17:13   #489  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
That still doesn't answer my question.
bob0r is offline  
Old 9th February 2006, 17:15   #490  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
No, I does not need warnings
dimzon is offline  
Old 9th February 2006, 17:25   #491  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337
You mean we should not paste warnings as bug reports?
bob0r is offline  
Old 9th February 2006, 17:26   #492  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by bob0r
You mean we should not paste warnings as bug reports?
Yes. Warnings is not errors
dimzon is offline  
Old 9th February 2006, 20:32   #493  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
I found error i avs creator in lastest build he can create script.
I get this script
LoadPlugin("c:\....\dgdecode.dll")
mpeg2source() <-this is wrong
other is not interstenig
I have d2v input and i get message There is not Mpeg2Source.
shon3i is offline  
Old 9th February 2006, 20:40   #494  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
There's something wrong on your end. We've been using that script for ages and it works fine. What version of dgdecode.dll and dgindex.exe are you running?
berrinam is offline  
Old 9th February 2006, 20:43   #495  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
Lastest DGIndex 1.4.6. There is no error with script i get
mpeg2source()
instead
mpeg2source("c:\....\example.d2v")
shon3i is offline  
Old 9th February 2006, 20:48   #496  |  Link
Richard Berg
developer wannabe
 
Richard Berg's Avatar
 
Join Date: Nov 2001
Location: Brooklyn, NY
Posts: 1,211
Quote:
We've been using that script for ages and it works fine.
How could that script ever work? The d2v filename is a required parameter.
Richard Berg is offline  
Old 9th February 2006, 21:06   #497  |  Link
berrinam
Registered User
 
berrinam's Avatar
 
Join Date: Apr 2005
Posts: 1,740
Quote:
Originally Posted by Richard Berg
How could that script ever work? The d2v filename is a required parameter.
Ah right, I completely missed that. The moment I read that bug, I tested it on my computer, and it worked fine. I think some more description of how to generate this bug is required.
berrinam is offline  
Old 10th February 2006, 01:24   #498  |  Link
shon3i
BluRay Maniac
 
shon3i's Avatar
 
Join Date: Dec 2005
Posts: 2,419
AVS creator won't use plugin dgdecode.dll and i get error message, "There is not function mpeg2source in avisynth". Avs can use mpeg2source beacouse plugin is not loadded.
shon3i is offline  
Old 10th February 2006, 01:42   #499  |  Link
Kostarum Rex Persia
Banned
 
Join Date: May 2005
Location: Serbia
Posts: 560
Yes, I can confirm that. AVS creator won't use plugin dgdecode.dll. I get same error message just like shon3i.
Kostarum Rex Persia is offline  
Old 10th February 2006, 03:29   #500  |  Link
bob0r
Pain and suffering
 
bob0r's Avatar
 
Join Date: Jul 2002
Posts: 1,337


Need i say more?

Edit:
Fixed

Last edited by bob0r; 11th February 2006 at 04:12.
bob0r is offline  
Closed Thread


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 20:47.


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