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.

Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se

 

Go Back   Doom9's Forum > General > DVD2AVI / DGIndex

Reply
 
Thread Tools Search this Thread Display Modes
Old 15th June 2010, 19:52   #1661  |  Link
GZZ
Registered User
 
Join Date: Jan 2002
Posts: 582
Quote:
The point is that sometimes only a few pixels lack to reach 1080 (i.e. they are black) and DGIndex crops them. Usually it is better to keep them not to get the video resized when playing.
I havent seen a bluray where DGIndex have cut the video at less say 1920x1072 and then you have to resize it to 1080. I have seen DGIndex cut a few pixels off when it report the video as 1088, so we dont have to resize the video back to 1080 (making the AR at little bit off)..
GZZ is offline   Reply With Quote
Old 16th June 2010, 00:43   #1662  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
İ'm sorry guys, i've been away from this thread for some time.
Is there any way to apply Spline36 resizing with CUDA?

Edit:

Or is that the right recipe ?

Code:
LoadPlugin("C:\DGNV\DGMultiDecodeNV.dll")

DGMultiSource("C:\DGNV\Test\test_out.dgi") 

Spline36Resize(720,576)

Last edited by rica; 16th June 2010 at 00:55.
rica is offline   Reply With Quote
Old 16th June 2010, 03:04   #1663  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
CUVID can only do bilinear at this time, which is typically fine for downsizing.

Your recipe is correct if you do not want bilinear.
Guest is offline   Reply With Quote
Old 16th June 2010, 03:12   #1664  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
New generation security notice

I'm about to cut over to my new generation security:

* Asymmetric key encryption using RSA to kill serial gens.
* Various anti exe-cracking strategems.

When the cutover occurs, the license generator will generate only licenses for version 2013 and greater, which will be released at the same time. I will reset all license counts to 0 so that you can get licensed for versions going forward.

The license generator will be disabled for a short period during the cutover.

My previous "security" was laughably weak.

Last edited by Guest; 16th June 2010 at 03:17.
Guest is offline   Reply With Quote
Old 16th June 2010, 03:15   #1665  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by neuron2 View Post
CUVID can only do bilinear at this time, which is typically fine for downsizing.

Your recipe is correct if you do not want bilinear.
thanks Don. But what do you suggest for upsampling?
rica is offline   Reply With Quote
Old 16th June 2010, 03:19   #1666  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by rica View Post
thanks Don. But what do you suggest for upsampling?
You mean for CUVID? You can only use bilinear.

You mean for Avisynth? Hey, you tell me, I don't do upsampling. Anyway, your example above appears to be downsampling.

It's a topic for the Avisynth Usage forum.
Guest is offline   Reply With Quote
Old 16th June 2010, 03:27   #1667  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
So you give me only this chance ?

Code:
LoadPlugin("C:\DGNV\DGMultiDecodeNV.dll")

DGMultiSource("C:\DGNV\Test\test_out.dgi",resize_w=720, resize_h=576)
rica is offline   Reply With Quote
Old 16th June 2010, 03:30   #1668  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Well you can crop first if you like (use the Cropping dialog in DGIndexNV).
Guest is offline   Reply With Quote
Old 16th June 2010, 03:30   #1669  |  Link
Audionut
Registered User
 
Join Date: Nov 2003
Posts: 1,283
Quote:
Originally Posted by rica View Post
So you give me only this chance ?
Yes, bilinear is all there is. And it's due to being the only resizer available in the nvidia api.

I'm sure if nvidia adds more resizing methods to the api, neuron2 will implement them into dgdecnv.
__________________
http://www.7-zip.org/
Audionut is offline   Reply With Quote
Old 16th June 2010, 03:33   #1670  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by Audionut View Post
Yes, bilinear is all there is. And it's due to being the only resizer available in the nvidia api.

I'm sure if nvidia adds more resizing methods to the api, neuron2 will implement them into dgdecnv.
Thx, yes i'm awared of that.
rica is offline   Reply With Quote
Old 16th June 2010, 03:36   #1671  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by neuron2 View Post
Well you can crop first if you like (use the Cropping dialog in DGIndexNV).
Yes, this is really one of the amazing features.
My friend welldone. And thx again.
rica is offline   Reply With Quote
Old 16th June 2010, 03:38   #1672  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by rica View Post
Yes, this is really one of the amazing features.
I remind the assembled multitudes that you were the person that proposed that, IIRC.
Guest is offline   Reply With Quote
Old 16th June 2010, 03:45   #1673  |  Link
rica
Registered User
 
Join Date: Mar 2008
Posts: 2,021
Quote:
Originally Posted by neuron2 View Post
I remind the assembled multitudes that you were the person that proposed that, IIRC.
I must have forgotten, i'm an old guy Sorry

Last edited by rica; 16th June 2010 at 03:52.
rica is offline   Reply With Quote
Old 16th June 2010, 06:59   #1674  |  Link
Karyudo
Registered User
 
Join Date: Sep 2002
Location: YVR
Posts: 144
DGIndexNV x64 to handle DVR-MS / WTV?

I've got a Win7 64-bit system running OTA HD in Windows Media Center, and it would be really cool if DGIndexNV x64 could handle the DVR-MS and WTV HD files that Windows 7 Media Center (7MC) produces.

An old thread suggested there is/was a GraphEdit solution, and I know that VideoRedo handles one or both of these formats, but it would be so much more elegant if it were possible to make only one stop at DGIndexNV and be ready to process and encode.

And neither existing workflow works as a 64-bit native process, does it?

Neuron2, could you be convinced to revisit adding this functionality, now that a 64-bit decoding/indexing/serving app is needed for these formats?
Karyudo is offline   Reply With Quote
Old 16th June 2010, 08:46   #1675  |  Link
7ekno
Guest
 
Posts: n/a
Quote:
Originally Posted by neuron2 View Post
I'm about to cut over to my new generation security:
Nice!

Any pointers on what we need to do to get 2013 working fine with previous donations (although am happy to re-donate since I haven't in a while now!!)

Tek
  Reply With Quote
Old 16th June 2010, 09:07   #1676  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 3,075
Quote:
Originally Posted by GZZ View Post
I havent seen a bluray where DGIndex have cut the video at less say 1920x1072
You are are not a film eater like I am, perhaps.

I buy about 3 BD per week (and usually sell them after a month if not good enough) and look most of them on laptop during train travels. There are a lot of BD that get resized to strange resolutions from autocrop, both DGIndex and other encoding GUI's.

I forgot most of those, the next one I'll report you. They usually get some strange horizontal resolution as some lateral pixels are black or very dark grey.
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 16th June 2010, 09:38   #1677  |  Link
tormento
Acid fr0g
 
tormento's Avatar
 
Join Date: May 2002
Location: Italy
Posts: 3,075
neuron:

1) If I have two nvidia card, how should I address nvtools to the wanted one?
2) How is the mpls parser going?
__________________
@turment on Telegram
tormento is offline   Reply With Quote
Old 16th June 2010, 13:25   #1678  |  Link
MOS-Marauder
Registered User
 
Join Date: Apr 2006
Posts: 134
Quote:
Originally Posted by neuron2 View Post
I'm about to cut over to my new generation security:

...

My previous "security" was laughably weak.
Of course.. it was about Time... Too mich ppl used Keygens.

Chris
MOS-Marauder is offline   Reply With Quote
Old 16th June 2010, 14:13   #1679  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by Karyudo View Post
Neuron2, could you be convinced to revisit adding this functionality, now that a 64-bit decoding/indexing/serving app is needed for these formats?
Adding to the to-do list.
Guest is offline   Reply With Quote
Old 16th June 2010, 14:17   #1680  |  Link
Guest
Guest
 
Join Date: Jan 2002
Posts: 21,901
Quote:
Originally Posted by 7ekno View Post
Any pointers on what we need to do to get 2013 working fine with previous donations (although am happy to re-donate since I haven't in a while now!!)
You just go to the old licensing page and start over for your new license.

It's all in place now. You can download 2013 and generate your license. Let me know if it works.

The page is:

http://neuron2.net/licensing.html
Guest 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 12:11.


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