Page 16 of 18

Binaries Update Notification Thread

Posted: Fri Apr 14, 2023 9:11 am
by Rocky
DGDenoise for Vapoursynth build 1001:

* Fixed major memory leak with cstrength = 0.0. :salute: LG

https://rationalqm.us/vapoursynth

Binaries Update Notification Thread

Posted: Thu Apr 20, 2023 8:05 am
by Rocky
Slipstream for DGDemux/DGDemuxGUI build 65:

* Fix regression in AC3 audio detection. :salute: emilius256

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Thu Apr 20, 2023 8:06 am
by Rocky
Slipstream for DGDecNV build 247:

* Updated DGDemux.exe to fix regression in AC3 audio detection. :salute: emilius256

https://rationalqm.us/dgdecnv/binaries

Binaries Update Notification Thread

Posted: Mon May 01, 2023 6:24 pm
by Rocky
DGDemux/DGDemuxGUI build 66:

* Fixed demuxing of LPCM 3.0 (3 channels: L/R/C). :salute: SomeHumanPerson

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Tue May 02, 2023 1:02 pm
by Rocky
Slipstream for DGDemux/DGDemuxGUI build 66:

* For demuxing to W64, wrap LPCM in WAVEFORMATEXTENSIBLE instead of WAVEFORMATEX. :salute: SomeHumanPerson

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Thu May 04, 2023 9:35 am
by Rocky
DGDecNV build 248:

* Fixed demuxing of LPCM 3.0 channels. :salute: SomeHumanPerson

* Added a new option -check to DGIndexNV. :salute: 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

Posted: Fri May 05, 2023 9:35 am
by Rocky
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. :salute: hubblec4

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Tue May 16, 2023 10:05 am
by Rocky
DGDemux/DGDemuxGUI build 68:

* Fixed chapters handling for episode demuxing (-ep). :salute: Jimbo

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Wed May 24, 2023 9:14 am
by Rocky
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. :salute: hubblec4

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Tue May 30, 2023 10:05 am
by Rocky
Slipstream for DGDecNV build 248:

* Fix crash with MP4 files using an unusual atom to signal the AC3 parameters. :salute: flyordie

https://rationalqm.us/dgdecnv/binaries

Binaries Update Notification Thread

Posted: Wed May 31, 2023 11:16 am
by Rocky
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.

:salute: flyordie

https://rationalqm.us/dgdecnv/binaries

Binaries Update Notification Thread

Posted: Tue Jun 13, 2023 9:12 am
by Rocky
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. :salute: Guest 2

https://rationalqm.us/dgdecnv/binaries

Binaries Update Notification Thread

Posted: Fri Jun 16, 2023 8:56 am
by Rocky
Slipstream for DGDemux build 69:

* Fixed bad output messages for creation of the forced-only subs files. :salute: hubblec4

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Mon Jul 03, 2023 2:17 pm
by Rocky
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.
:salute: hubblec4

* Added an option '-thd n' for control of THD demuxing. Refer to the user manual for
details.
:salute: hubblec4 and SomeHumanPerson

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Sun Jul 09, 2023 6:35 am
by Rocky
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.
:salute: hubblec4

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Fri Jul 21, 2023 8:32 am
by Rocky
DGDemux/DGDemuxGUI build 72:

* Added support for DTS Express audio.

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Fri Jul 21, 2023 8:41 am
by Rocky
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

Binaries Update Notification Thread

Posted: Tue Jul 25, 2023 7:04 am
by Rocky
Slipstreams for DGDemux build 72, and DGDecNV build 249:

* In some cases some DTS streams were not detected. :salute: lv_8

https://rationalqm.us/dgdemux/binaries
https://rationalqm.us/dgdecnv/binaries

Binaries Update Notification Thread

Posted: Fri Aug 04, 2023 6:53 am
by Rocky
Slipstream for DGDemux/DGDemuxGUI build 72:

* Fixed problem with empty chapter files when doing episode demuxing. :salute: ManfigIssue

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Mon Aug 07, 2023 11:58 am
by Rocky
Slipstream for windows DGDemux/DGDemuxGUI build 72:

* Increase internal buffer size to allow for long dovi_tool command lines. :salute: hubblec4 :salute: Sherman

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Wed Aug 09, 2023 7:25 am
by Rocky
DGDemux for linux build 72:

* The linux version was brought up to equivalence with the current windows version build 72.

:salute: hubblec4
:salute: Frankaboy
:salute: Sherman

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Mon Aug 28, 2023 11:25 am
by Rocky
Slipstream for DGDemux build 72:

* Include the DELAY value in the THD embedded AC3 filename. :salute: nautilus7

Corresponding change for the linux version is pending.

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Wed Aug 30, 2023 4:38 am
by Rocky
Slipstream for DGDemux linux build 72:

* Include the DELAY value in the THD embedded AC3 filename. :salute: nautilus7 :salute: Sherman

https://rationalqm.us/dgdemux/binaries

Binaries Update Notification Thread

Posted: Wed Sep 06, 2023 5:39 am
by Rocky
Sherman has made a slipstream for DGDecNV linux build 231:

* Fixed spaces in filenames. :salute: 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

Posted: Wed Sep 27, 2023 7:44 am
by Rocky
Slipstream for DGDecNV build 249:

* Fixed regression in DTS demuxing due to the addition of DTS Express support. :salute: renols