Page 13 of 29

Re: Feature Requests

Posted: Fri Apr 19, 2019 7:08 pm
by admin
Hehe, it already works. Everything is demuxed with -a. I need to update the user manual. Let me know if it is not working for you.

Re: Feature Requests

Posted: Tue Apr 23, 2019 3:48 pm
by Guest
Upgrade to cropping tool
Would it be possible to have an auto setting where the tool scans the video and picks the crop values?
Reason:
Some movies (one of the latter Batman movies comes to mind) are filmed with different cameras and different resolutions, i.e. one can be 1980 x 1040 while the other camera could be 1980 x 800 and the footage will be mixed
Usage:
Tool would sample video at set points (hard-coded or user select-able number of points) and produce crop values based on the "largest" resolution

If it is too much bother don't worry about it
P.S.
How is the swim team doing?

Re: Feature Requests

Posted: Wed Apr 24, 2019 3:33 am
by Guest 2
gonca wrote:
Tue Apr 23, 2019 3:48 pm
Upgrade to cropping tool
Would it be possible to have an auto setting where the tool scans the video
Similar to another topic I opened. :D

Re: Feature Requests

Posted: Thu Apr 25, 2019 1:06 pm
by admin
I updated the user manual to mention that -a demuxes all audio and subtitle streams and replaced it in the 175 slipstream. Slipstreamed a slipstream, LOL.

On the cropping tool requests I am still thinking it over.

Re: Feature Requests

Posted: Thu Apr 25, 2019 3:22 pm
by Guest
Thank you for the update

P.S.
I want to see it when you update a slipstream to a slipstream that was slipstreamed to update it :wow:

Re: Feature Requests

Posted: Thu Apr 25, 2019 10:17 pm
by admin
Hehe. Maybe I'll just get rid of version numbers entirely and identify things with the date. That will drive the crackers crazy. :twisted:

Re: Feature Requests

Posted: Fri Apr 26, 2019 3:05 am
by hydra3333
especially if you use american date format ;)

Re: Feature Requests

Posted: Fri Apr 26, 2019 5:25 am
by Guest 2
hydra3333 wrote:
Fri Apr 26, 2019 3:05 am
especially if you use american date format ;)
I'd rather prefer builds starting with integer PI, adding a decimal for every iteration. :lol:

Re: Feature Requests

Posted: Fri Apr 26, 2019 6:39 pm
by Guest
Do you think it would be worthwhile to put x32 and x64 versions into seperate directories
i.e.
DGDecNV>>>x32 Binaries
................x64 Binaries
................other files

Re: Feature Requests

Posted: Fri Apr 26, 2019 7:59 pm
by admin
I'll think it over. Thanks for the suggestion.

Arbitrary output resolution

Posted: Tue May 14, 2019 7:44 am
by Guest 2
Perhaps I asked some months ago but it would be nice to have DGSource to output arbitrary resolution, using z.lib or other algorithm in CUDA.

I just sent a old 760 to RMA and they replaced it with a plain 1060, enabling me to decode HEVC in hardware. at least :)

Problem is the video card has 3 GB only and processing 4k with multithreaded OpenCL AviSynth plugins it's too demanding.

A 1920*1080 fast and accurate output from 4k source would be useful ;)

EDIT: just noticed rw, rh parameters... :oops: which method did you implement? Bilinear, Lanczos?

Re: Feature Requests

Posted: Tue May 14, 2019 9:45 am
by admin
I use the NVDec post-processor. I don't know for sure what algorithm NVDec uses. You are welcome to speculate.

3D support

Posted: Sat Jun 15, 2019 5:57 am
by Guest 2
I have tried to dig into html manual but had no hint.

Is there any 3D support? I mean, I really don't need it.

This last sentence needs explanation: a friend of mine gave me a 3D BD for free, as he doesn't own a 3D television and neither I do.

I'd like to be able to extract the 2D only to watch it and I know almost anything about 3D BD format.

The structure is m2ts and ssif subfolder.

Using eac3to, it finds me the movie mpls and it list left and right eye,

What will happen if I feed DGIndexNV with the mpls? Will it handle it correctly or better to import directly m2ts?

Re: Feature Requests

Posted: Sat Jun 15, 2019 9:58 am
by admin
I don't know what will happen (probably nothing good). Try it and let us know. ;)

The sanctioned way is to demux the ES and then use DGMVCSource() or FRIMSource().

Re: Feature Requests

Posted: Sun Jun 16, 2019 5:08 am
by Guest 2
admin wrote:
Sat Jun 15, 2019 9:58 am
Try it and let us know. ;)
I demuxed left eye with eac3to and fed to DGIndexNV,

Thanks god 3D is disappearing.

Re: Feature Requests

Posted: Sun Jun 16, 2019 10:30 am
by admin
Yes, I would expect that to work fine.

Re: Feature Requests

Posted: Wed Jul 10, 2019 12:51 am
by sparktank
Can we get an option to set a Default Save Location?
Say I want to consistently save projects in: "C:\Bin\Project" ?

Win10 isn't that great for getting to favorite locations.

Re: Feature Requests

Posted: Wed Jul 10, 2019 5:22 am
by admin
OK, you are the second person to ask for this, so I'll have a go at it.

Re: Feature Requests

Posted: Thu Jul 11, 2019 9:04 pm
by sparktank
admin wrote:
Wed Jul 10, 2019 5:22 am
OK, you are the second person to ask for this, so I'll have a go at it.
woo.

Re: Feature Requests

Posted: Wed Jul 17, 2019 2:28 pm
by admin
Or maybe it was just you asking twice. :scratch:

Nevertheless, I have it working but it was not trivial so code review and regression testing may take a few days.

Note it applies only to GUI operations; CLI will not change.

Re: Feature Requests

Posted: Wed Jul 17, 2019 5:03 pm
by sparktank
:lol: Pretty sure it was me the first time.
Grateful for the efforts put into it. :mrgreen:

Re: Feature Requests

Posted: Wed Jul 17, 2019 9:50 pm
by admin
He he, if at first you don't succeed...

Re: Feature Requests

Posted: Fri Jul 26, 2019 11:56 am
by admin
I found the other guy. ;)

viewtopic.php?f=8&t=294

Re: Feature Requests

Posted: Fri Jul 26, 2019 2:55 pm
by Guest
Good things come to those who wait :D
P.S.
Good memory Don

Re: Feature Requests

Posted: Fri Jul 26, 2019 3:42 pm
by sparktank
Every bit counts!

Thanks for the update. Can't wait to try it out.