Binaries Update Notification Thread
Binaries Update Notification Thread
DGDenoise for Vapoursynth build 1001:
* Fixed major memory leak with cstrength = 0.0. LG
https://rationalqm.us/vapoursynth
* Fixed major memory leak with cstrength = 0.0. LG
https://rationalqm.us/vapoursynth
Binaries Update Notification Thread
Slipstream for DGDemux/DGDemuxGUI build 65:
* Fix regression in AC3 audio detection. emilius256
https://rationalqm.us/dgdemux/binaries
* Fix regression in AC3 audio detection. emilius256
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for DGDecNV build 247:
* Updated DGDemux.exe to fix regression in AC3 audio detection. emilius256
https://rationalqm.us/dgdecnv/binaries
* Updated DGDemux.exe to fix regression in AC3 audio detection. emilius256
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 66:
* Fixed demuxing of LPCM 3.0 (3 channels: L/R/C). SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
* Fixed demuxing of LPCM 3.0 (3 channels: L/R/C). SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for DGDemux/DGDemuxGUI build 66:
* For demuxing to W64, wrap LPCM in WAVEFORMATEXTENSIBLE instead of WAVEFORMATEX. SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
* For demuxing to W64, wrap LPCM in WAVEFORMATEXTENSIBLE instead of WAVEFORMATEX. SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDecNV build 248:
* Fixed demuxing of LPCM 3.0 channels. SomeHumanPerson
* Added a new option -check to DGIndexNV. Zathor
When this option is given DGIndexNV checks whether its operation is supported on the hardware (it tries to initialize CUDA). DGIndexNV returns immediately with exit status 1 if operation is supported and exit status 0 if operation is not supported. Because DGIndexNV is a windows application the error status must be checked differently. Do this:
start /wait DGIndexNV.exe -check
echo %errorlevel%
https://rationalqm.us/dgdecnv/binaries
* Fixed demuxing of LPCM 3.0 channels. SomeHumanPerson
* Added a new option -check to DGIndexNV. Zathor
When this option is given DGIndexNV checks whether its operation is supported on the hardware (it tries to initialize CUDA). DGIndexNV returns immediately with exit status 1 if operation is supported and exit status 0 if operation is not supported. Because DGIndexNV is a windows application the error status must be checked differently. Do this:
start /wait DGIndexNV.exe -check
echo %errorlevel%
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 67:
* When demuxing subtitles, DGDemux now creates a full subs file and a forced-only subs file (if any exist). The -fo option is removed. Previously if both these files were needed, the user had to perform the demux operation twice. Now a single demux generates both files. hubblec4
https://rationalqm.us/dgdemux/binaries
* When demuxing subtitles, DGDemux now creates a full subs file and a forced-only subs file (if any exist). The -fo option is removed. Previously if both these files were needed, the user had to perform the demux operation twice. Now a single demux generates both files. hubblec4
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 68:
* Fixed chapters handling for episode demuxing (-ep). Jimbo
https://rationalqm.us/dgdemux/binaries
* Fixed chapters handling for episode demuxing (-ep). Jimbo
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 69:
* Added additional information sent to stdout during demux: 1) Names of created files for demux, and 2) for PGS subs, show the counts of total and forced subs. hubblec4
https://rationalqm.us/dgdemux/binaries
* Added additional information sent to stdout during demux: 1) Names of created files for demux, and 2) for PGS subs, show the counts of total and forced subs. hubblec4
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for DGDecNV build 248:
* Fix crash with MP4 files using an unusual atom to signal the AC3 parameters. flyordie
https://rationalqm.us/dgdecnv/binaries
* Fix crash with MP4 files using an unusual atom to signal the AC3 parameters. flyordie
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Another slipstream for build 248. The _FieldBased frame property is now doing this (instead of the older Avisynth semantics):
_FieldBased [int]
Describes the composition of the frame:
0=frame based (progressive), 1=interlaced bottom field first, 2=interlaced top field first.
Note that for DGSource() the GOP progressive flag is used to determine whether the
frame is progressive. If deinterlacing is enabled in DGSource() then _FieldBased is overridden
as progressive. If DGBob() or PVBob() are invoked, then _FieldBased is overridden
as progressive; if neither is invoked then _FieldBased is passed through from DGSource().
It requires Avisynth+ version 8 or greater. The changes for DGSource() are implemented for Vapoursynth also. DGBob() and PVBob() do not currently support Vapoursynth.
flyordie
https://rationalqm.us/dgdecnv/binaries
_FieldBased [int]
Describes the composition of the frame:
0=frame based (progressive), 1=interlaced bottom field first, 2=interlaced top field first.
Note that for DGSource() the GOP progressive flag is used to determine whether the
frame is progressive. If deinterlacing is enabled in DGSource() then _FieldBased is overridden
as progressive. If DGBob() or PVBob() are invoked, then _FieldBased is overridden
as progressive; if neither is invoked then _FieldBased is passed through from DGSource().
It requires Avisynth+ version 8 or greater. The changes for DGSource() are implemented for Vapoursynth also. DGBob() and PVBob() do not currently support Vapoursynth.
flyordie
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Slipstream for DGDecNV build 248.
* Tweak DGSource() to use the ES frame structure to determine the correct
setting for the _FieldBased frame property for AVC streams. This fixes a problem
where a progressive stream is incorrectly reported as interlaced. Guest 2
https://rationalqm.us/dgdecnv/binaries
* Tweak DGSource() to use the ES frame structure to determine the correct
setting for the _FieldBased frame property for AVC streams. This fixes a problem
where a progressive stream is incorrectly reported as interlaced. Guest 2
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Slipstream for DGDemux build 69:
* Fixed bad output messages for creation of the forced-only subs files. hubblec4
https://rationalqm.us/dgdemux/binaries
* Fixed bad output messages for creation of the forced-only subs files. hubblec4
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 70:
* Added an option '-extras list' intended to support creation of multi-edition MKVs.
Refer to the user manual for details. Normal users should not need this option.
hubblec4
* Added an option '-thd n' for control of THD demuxing. Refer to the user manual for
details.
hubblec4 and SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
* Added an option '-extras list' intended to support creation of multi-edition MKVs.
Refer to the user manual for details. Normal users should not need this option.
hubblec4
* Added an option '-thd n' for control of THD demuxing. Refer to the user manual for
details.
hubblec4 and SomeHumanPerson
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 71:
* Added an option '-collapse' intended to support creation of multi-edition MKVs.
Refer to the user manual for details. Normal users should not need this option.
hubblec4
https://rationalqm.us/dgdemux/binaries
* Added an option '-collapse' intended to support creation of multi-edition MKVs.
Refer to the user manual for details. Normal users should not need this option.
hubblec4
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux/DGDemuxGUI build 72:
* Added support for DTS Express audio.
https://rationalqm.us/dgdemux/binaries
* Added support for DTS Express audio.
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDecNV build 249:
* Added support for DTS Express audio.
* Fixed a bug in file naming for demuxed DTS audio for some cases.
https://rationalqm.us/dgdecnv/binaries
* Added support for DTS Express audio.
* Fixed a bug in file naming for demuxed DTS audio for some cases.
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Slipstreams for DGDemux build 72, and DGDecNV build 249:
* In some cases some DTS streams were not detected. lv_8
https://rationalqm.us/dgdemux/binaries
https://rationalqm.us/dgdecnv/binaries
* In some cases some DTS streams were not detected. lv_8
https://rationalqm.us/dgdemux/binaries
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Slipstream for DGDemux/DGDemuxGUI build 72:
* Fixed problem with empty chapter files when doing episode demuxing. ManfigIssue
https://rationalqm.us/dgdemux/binaries
* Fixed problem with empty chapter files when doing episode demuxing. ManfigIssue
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for windows DGDemux/DGDemuxGUI build 72:
* Increase internal buffer size to allow for long dovi_tool command lines. hubblec4 Sherman
https://rationalqm.us/dgdemux/binaries
* Increase internal buffer size to allow for long dovi_tool command lines. hubblec4 Sherman
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
DGDemux for linux build 72:
* The linux version was brought up to equivalence with the current windows version build 72.
hubblec4
Frankaboy
Sherman
https://rationalqm.us/dgdemux/binaries
* The linux version was brought up to equivalence with the current windows version build 72.
hubblec4
Frankaboy
Sherman
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for DGDemux build 72:
* Include the DELAY value in the THD embedded AC3 filename. nautilus7
Corresponding change for the linux version is pending.
https://rationalqm.us/dgdemux/binaries
* Include the DELAY value in the THD embedded AC3 filename. nautilus7
Corresponding change for the linux version is pending.
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Slipstream for DGDemux linux build 72:
* Include the DELAY value in the THD embedded AC3 filename. nautilus7 Sherman
https://rationalqm.us/dgdemux/binaries
* Include the DELAY value in the THD embedded AC3 filename. nautilus7 Sherman
https://rationalqm.us/dgdemux/binaries
Binaries Update Notification Thread
Sherman has made a slipstream for DGDecNV linux build 231:
* Fixed spaces in filenames. DepriSheep
* For multiple input files use a list of arguments instead of a
comma-delimited list. Refer to the manual for details.
* Updated and corrected the text documents.
https://rationalqm.us/dgdecnv/binaries
* Fixed spaces in filenames. DepriSheep
* For multiple input files use a list of arguments instead of a
comma-delimited list. Refer to the manual for details.
* Updated and corrected the text documents.
https://rationalqm.us/dgdecnv/binaries
Binaries Update Notification Thread
Slipstream for DGDecNV build 249:
* Fixed regression in DTS demuxing due to the addition of DTS Express support. renols
* Fixed regression in DTS demuxing due to the addition of DTS Express support. renols