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 > General > DVD2AVI / DGIndex
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 4th August 2010, 12:46   #2321  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
At the end of the day, not a big issue, just means packaging the whole package and trying to instruct end uses how to copy licenses across!!
Yes, maybe I should just add it to the package, that would of course solve this location problem.
stax76 is offline   Reply With Quote
Old 4th August 2010, 13:38   #2322  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
You'd have to tell the app where to look for the path too. If it's in the registry you need to know the key. Why not simply do what most third-party apps do...make the user configure the program paths.

Quote:
Yes, maybe I should just add it to the package, that would of course solve this location problem.
To do that you would need permission from the copyright holder.
Guest is offline   Reply With Quote
Old 4th August 2010, 15:41   #2323  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Why not simply do what most third-party apps do...make the user configure the program paths.
This was removed a long time ago but since last version it's back because of DGDecNV and because some might find it useful for other applications like x264 x64. Auto detecting it would just be a little bit more easy for the user.

Quote:
To do that you would need permission from the copyright holder.
Would I get your permission?
stax76 is offline   Reply With Quote
Old 4th August 2010, 15:56   #2324  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by stax76 View Post
Would I get your permission?
Yes, if you include a prominent link to my DGDecNV web page.
Guest is offline   Reply With Quote
Old 4th August 2010, 16:11   #2325  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
There is a application management dialog to show and open the website:



Uploaded with ImageShack.us
stax76 is offline   Reply With Quote
Old 4th August 2010, 17:02   #2326  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Clumpco View Post
Small GUI request for you Neuron2.
The dialogue to load a new template file opens in the folder where you last loaded a video file. It would be nice if it remembered the folder where you last loaded a template file instead (I keep all my templates in one place).
I have improved the AVS template support:

* Can configure path for templates folder
* Can choose desired template file (dialog opens in the configured templates folder)
* Can enable or disable template file
* Can configure overwrite or not if script already exists
* The template file is no longer held locked by DGIndexNV after Save Project

Let me know if the following build (32-bit) meets your needs and I will release it.

http://neuron2.net/dgdecnv/templates.zip

Delete your existing INI file to let DGIndexNV make a new one with the right stuff.

Last edited by Guest; 4th August 2010 at 17:15.
Guest is offline   Reply With Quote
Old 4th August 2010, 20:13   #2327  |  Link
Clumpco
Registered User
 
Clumpco's Avatar
 
Join Date: Sep 2006
Posts: 82
Quote:
Originally Posted by neuron2 View Post
I have improved the AVS template support:
Let me know if the following build (32-bit) meets your needs and I will release it.
Almost there :-) Already an immense improvement.
AVS template part works just fine, however if you use the "File, Open" dialogue immediately after changing the template file it takes you to the template folder too.

Also if you have already done a "File, Open" the template dialogue shows all files instead of just AVS.

I suspect some shared ini variable problems.
Clumpco is offline   Reply With Quote
Old 4th August 2010, 20:25   #2328  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Clumpco View Post
if you use the "File, Open" dialogue immediately after changing the template file it takes you to the template folder too.
That's a windows quirk. I have fixed it by saving the current working directory when entering the AVS Template dialog and restoring it when leaving.

Quote:
Also if you have already done a "File, Open" the template dialogue shows all files instead of just AVS.
Not for me. What OS are you using?

Last edited by Guest; 4th August 2010 at 20:40.
Guest is offline   Reply With Quote
Old 4th August 2010, 21:33   #2329  |  Link
Clumpco
Registered User
 
Clumpco's Avatar
 
Join Date: Sep 2006
Posts: 82
Quote:
Originally Posted by neuron2 View Post
That's a windows quirk. I have fixed it by saving the current working directory when entering the AVS Template dialog and restoring it when leaving.

Not for me. What OS are you using?
Win 7 32 bit - Maybe the file open dialogue instance is being persisted from the previous use?

Last edited by Clumpco; 4th August 2010 at 21:36.
Clumpco is offline   Reply With Quote
Old 6th August 2010, 00:57   #2330  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I've tested it on Win7 and gotten it working right. There are some differences for GetOpenFileName() on Win7 versus WinXP.

@all

Heads up! I am changing my email address. My new address is:

donald.graft @ cantab.net

I am doing this to disconnect me from comcast so that I can change my provider. As an alumnus I get this address for life so I may as well use it.

My old address (neuron2 @ comcast.net) will auto forward and auto reply for some time.
Guest is offline   Reply With Quote
Old 6th August 2010, 07:04   #2331  |  Link
Clumpco
Registered User
 
Clumpco's Avatar
 
Join Date: Sep 2006
Posts: 82
Quote:
Originally Posted by neuron2 View Post
I've tested it on Win7 and gotten it working right. There are some differences for GetOpenFileName() on Win7 versus WinXP.
Well done that man! and Boo! to Microsoft and their crAPIs.
Clumpco is offline   Reply With Quote
Old 6th August 2010, 13:33   #2332  |  Link
LigH
German doom9/Gleitz SuMo
 
LigH's Avatar
 
Join Date: Oct 2001
Location: Germany, rural Altmark
Posts: 6,784
About File-Open dialogs, I made the following experience in Delphi 7:

Having an empty "Path" property, the dialog opens in "My Documents" (since Windows XP). One could store paths and always put them into the property before executing the dialog. But a simple "." (dot) in it can also be convenient already, it should make the dialog open in the executable's directory (or the one which was set to the active directory in a link calling it).

Might or might not help in this case. Maybe worth a try.
__________________

New German Gleitz board
MediaFire: x264 | x265 | VPx | AOM | Xvid
LigH is offline   Reply With Quote
Old 6th August 2010, 13:39   #2333  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by LigH View Post
Might or might not help in this case. Maybe worth a try.
As noted above, I have already gotten it working right.
Guest is offline   Reply With Quote
Old 6th August 2010, 19:38   #2334  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Groucho2004 View Post
Basically, after setting the pointers to zero instead of using "delete" the crashes, especially during debugging, went away.
Thanks, Groucho2004, that is very helpful. I'm working with hank315 on this and it appears likely it is the cause of the crashes in HCEnc 024 beta. Hank provided me an initial fixed build that looks promising here at work, although I need to test it at home on the machine that was regularly failing.
Guest is offline   Reply With Quote
Old 7th August 2010, 05:13   #2335  |  Link
levi
Registered User
 
Join Date: Mar 2003
Posts: 116
Hi,

I get CU init failed & Failed to create video decoder (100) when attempting to do anything with the .avs file when accessing my system via remote desktop. I can't open the .avs in vdub, nor can I run an x264 encode. It works ok when not using remote desktop. Is there any work around for this?
levi is offline   Reply With Quote
Old 7th August 2010, 06:42   #2336  |  Link
cweb
Registered User
 
cweb's Avatar
 
Join Date: Oct 2002
Location: The Pandorica
Posts: 527
Quote:
Originally Posted by levi View Post
Hi,

I get CU init failed & Failed to create video decoder (100) when attempting to do anything with the .avs file when accessing my system via remote desktop. I can't open the .avs in vdub, nor can I run an x264 encode. It works ok when not using remote desktop. Is there any work around for this?
It can't work when you use remote desktop as that doesn't use the graphics card drivers. So don't use remote desktop.
__________________
PC specs for bug reports: Intel Core i7-4790K @4Ghz Win10(Linux VM) PCI express NVIDIA RTX 2060 SUPER graphics card
http://twitter.com/cwebdesign
cweb is offline   Reply With Quote
Old 7th August 2010, 07:32   #2337  |  Link
shortkud
Registered User
 
Join Date: Sep 2007
Posts: 14
Quote:
Originally Posted by levi View Post
Hi,

I get CU init failed & Failed to create video decoder (100) when attempting to do anything with the .avs file when accessing my system via remote desktop. I can't open the .avs in vdub, nor can I run an x264 encode. It works ok when not using remote desktop. Is there any work around for this?
You can use VNC instead
shortkud is offline   Reply With Quote
Old 8th August 2010, 16:13   #2338  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Build 2024

* Improved the AVS template handling functionality.

* Added an option in the Audio Demux dialog to permanently turn off
audio processing/demuxing. The state of this option is shown on the
audio demux menu pulldown.

* Made some changes to CUDA context locking intended to eliminate possible
crashing in some third-party applications. Successfully tested with
MEGUI 0.3.5.6 and a build of HCEnc 024beta that Hank provided and will hopefully release soon.

* Please delete your DGIndexNV.ini file so that a new one can be created.

http://neuron2.net/dgdecnv/dgdecnv.html
Guest is offline   Reply With Quote
Old 8th August 2010, 21:14   #2339  |  Link
Clumpco
Registered User
 
Clumpco's Avatar
 
Join Date: Sep 2006
Posts: 82
Quote:
Originally Posted by neuron2 View Post
* Please delete your DGIndexNV.ini file so that a new one can be created.
Did that, but it still showed the previous path & avs file. Also "Change template" would not work until I had redefined the path (to the same one as before).
Clumpco is offline   Reply With Quote
Old 9th August 2010, 01:04   #2340  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Yeah, I just noticed that too. I thought it was the margaritas, but apparently not. Is it all OK after redefining the path?
Guest is offline   Reply With Quote
Reply


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 17:13.


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