lils000 / xvid4psp

Automatically exported from code.google.com/p/xvid4psp
GNU General Public License v2.0
0 stars 0 forks source link

Adding support for indexing files via DGDecIM? #81

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,
Recently support for indexing files via DGIndexNV was added.
I was wondering if it was also possible to add support for indexing files via 
DGDecIM, too?
So people without NV card but with an Intel CPU could use it, too.

Thanks

Original issue reported on code.google.com by Okocha1...@gmail.com on 12 Nov 2014 at 2:50

GoogleCodeExporter commented 8 years ago
Hello.

DGDecIM is in a frozen beta state, as far as I can see 
http://rationalqm.us/board/viewtopic.php?f=5&t=371

DGDecIM already can be used with XviD4PSP5 r333, but there is some hand-jobs 
required:
1. \apps\DGDecNV - copy DGDecIM content into this folder (+ license.txt)
2. rename DGIndexIM.exe to DGIndexNV.exe
3. rename DGDecodeIM.dll to DGDecodeNV.dll (I don't know if DGIndexIM.exe 
itself uses this dll, for me it works this way, if not - make a copy of 
DGDecodeIM.dll, so there will be DGDecodeIM.dll and DGDecodeNV.dll in the same 
folder)
4. \dlls\AviSynth\functions\VideoFunctions.avs - open it in any text editor and 
add to the end:

function DGSource(string source, int "fieldop") {
 return DGSourceIM(source, fieldop=fieldop)
}

Original comment by forc...@gmail.com on 12 Nov 2014 at 4:07

GoogleCodeExporter commented 8 years ago
That worked, thanks. ^^
By the way, you never got a chance to fix the 24bit audio encoding and also to 
stop xvid4psp to force everything into 16bit and also decrease the sample rates 
to 48Khz, did you?

Original comment by Okocha1...@gmail.com on 13 Nov 2014 at 1:38

GoogleCodeExporter commented 8 years ago
Nope, sorry. The bit-depth stuff must become configurable somehow 
(codec-related, format-related), only after that it will be possible to unlock 
audio output to higher bitness. 48Khz - go to format settings and change it.

Original comment by forc...@gmail.com on 14 Nov 2014 at 12:38