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 2006, 22:28   #81  |  Link
devaster
Duke is my hero
 
devaster's Avatar
 
Join Date: Jan 2006
Posts: 79
okay there is this error strings:
Error 1 error LNK2019: unresolved external symbol @simple_idct_mmx@4 referenced in function "public: int __thiscall CMPEG2Decoder::Open(char const *)" (?Open@CMPEG2Decoder@@QAEHPBD@Z) vfapidec.obj
Error 2 error LNK2001: unresolved external symbol @simple_idct_mmx@4 AVISynthAPI.obj
Error 3 error LNK2019: unresolved external symbol @Skl_IDct16_Sparse_SSE@4 referenced in function "public: int __thiscall CMPEG2Decoder::Open(char const *)" (?Open@CMPEG2Decoder@@QAEHPBD@Z) vfapidec.obj
Error 4 error LNK2001: unresolved external symbol @Skl_IDct16_Sparse_SSE@4 AVISynthAPI.obj
Error 5 error LNK2001: unresolved external symbol simple_idct_mmx@4 DGDecode
Error 6 fatal error LNK1120: 3 unresolved externals .\Debug/DGDecode.dll
__________________
NVIDIA CUDA(5.0 RC) on 460M
devaster is offline   Reply With Quote
Old 28th August 2006, 20:09   #82  |  Link
devaster
Duke is my hero
 
devaster's Avatar
 
Join Date: Jan 2006
Posts: 79
Please help !!!
__________________
NVIDIA CUDA(5.0 RC) on 460M
devaster is offline   Reply With Quote
Old 29th August 2006, 14:28   #83  |  Link
Nic
Moderator
 
Join Date: Oct 2001
Location: England
Posts: 3,285
@devaster: Please don't double post.
Your unresolved errors are due to the either the ASM not being compiled (correctly) or the resulting .obj files not being finally linked at the end. Ensure they are being compiled inside the DGDecode project correctly. If they are, then find the .obj files created by NASM and add them directly into the project, that will ensure they get linked by the linker.

-Nic
Nic is offline   Reply With Quote
Old 6th December 2006, 23:09   #84  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Please put bug reports in the relevant beta thread. This is for feature discussion/scheduling/tracking. Thank you.
Guest is offline   Reply With Quote
Old 12th January 2007, 21:16   #85  |  Link
winnydows
Registered User
 
winnydows's Avatar
 
Join Date: Feb 2006
Location: Moscow
Posts: 190
I use your program in XviD4PSP. And realy miss one simple feature of your program - print % progress in DGindex title on Project Saving. Add this simple feature please.
winnydows is offline   Reply With Quote
Old 22nd January 2007, 05:14   #86  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by winnydows View Post
I use your program in XviD4PSP. And realy miss one simple feature of your program - print % progress in DGindex title on Project Saving. Add this simple feature please.
OK, sure. I have it working in my latest build. It will be in the next beta.
Guest is offline   Reply With Quote
Old 22nd January 2007, 05:55   #87  |  Link
The Scientist
Registered User
 
The Scientist's Avatar
 
Join Date: Nov 2006
Location: UK
Posts: 275
This may seem trivial, but is there any chance you could remove, or give a switch to remove the 'ping' at the end of the indexing process when DGIndex is ran via the command line.

I'm not sure whether the problem is the 'ping' or something that gets executed at the same time but it removes focus away from the app that's called it, which means I have to force a topmost command to bring my app back to view/focus which can be annoying if a user is currently doing something in another app that will force them to lose focus.

Hope that makes sense...

Thanks
The Scientist is offline   Reply With Quote
Old 22nd January 2007, 14:07   #88  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by The Scientist View Post
This may seem trivial, but is there any chance you could remove, or give a switch to remove the 'ping' at the end of the indexing process when DGIndex is ran via the command line.
Done. It'll be in the next beta.
Guest is offline   Reply With Quote
Old 22nd January 2007, 16:17   #89  |  Link
The Scientist
Registered User
 
The Scientist's Avatar
 
Join Date: Nov 2006
Location: UK
Posts: 275
Cheers
The Scientist is offline   Reply With Quote
Old 24th January 2007, 01:40   #90  |  Link
Zarxrax
Registered User
 
Join Date: Dec 2001
Posts: 1,219
Could you please add drag/drop support to the open file dialog?
Zarxrax is offline   Reply With Quote
Old 24th January 2007, 02:24   #91  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I don't see the point. You can already drag and drop onto the open DGIndex window or a Windows shortcut to DGIndex.
Guest is offline   Reply With Quote
Old 24th January 2007, 02:57   #92  |  Link
Zarxrax
Registered User
 
Join Date: Dec 2001
Posts: 1,219
Haha, ok I'm just stupid then. I didn't try it that way
Zarxrax is offline   Reply With Quote
Old 24th January 2007, 03:05   #93  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
You can try reading the Users Manual to learn about these obscure features.
Guest is offline   Reply With Quote
Old 7th February 2007, 05:47   #94  |  Link
JeffAlso
Registered User
 
Join Date: Dec 2006
Posts: 47
Any chance of adding support for EVOB files??
JeffAlso is offline   Reply With Quote
Old 7th February 2007, 16:01   #95  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
I'm looking at H264 support first.
Guest is offline   Reply With Quote
Old 28th February 2007, 17:51   #96  |  Link
winnydows
Registered User
 
winnydows's Avatar
 
Join Date: Feb 2006
Location: Moscow
Posts: 190
10x for % adding.

One more small request:
Trim feauture exists in GUI, but missed in CLI mode. Can you add Trim to CLI mode in next beta ? Please.
winnydows is offline   Reply With Quote
Old 28th February 2007, 18:34   #97  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
How will you determine and specify the trim points?
Guest is offline   Reply With Quote
Old 28th February 2007, 22:06   #98  |  Link
winnydows
Registered User
 
winnydows's Avatar
 
Join Date: Feb 2006
Location: Moscow
Posts: 190
Determine and set frames I do inside XviD4PSP (4.107 RC2). Then set in DGIndex trim points, like --trim 12345:23445 (in frames). I think it will be better than extract full d2v and than trim in avs.
winnydows is offline   Reply With Quote
Old 28th February 2007, 22:11   #99  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
But DGIndex is not frame accurate.
Guest is offline   Reply With Quote
Old 28th February 2007, 22:20   #100  |  Link
winnydows
Registered User
 
winnydows's Avatar
 
Join Date: Feb 2006
Location: Moscow
Posts: 190
Seconds trim not bad too.
winnydows 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 03:42.


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