Open GoogleCodeExporter opened 9 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
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
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
Original issue reported on code.google.com by
Okocha1...@gmail.com
on 12 Nov 2014 at 2:50