Binaries Update Notification Thread

Anything related to video and my tools that is not a support request.
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

DGDenoise for Vapoursynth build 1001:

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

https://rationalqm.us/vapoursynth
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

Slipstream for DGDemux/DGDemuxGUI build 65:

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

https://rationalqm.us/dgdemux/binaries
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

Slipstream for DGDecNV build 247:

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

https://rationalqm.us/dgdecnv/binaries
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

DGDemux/DGDemuxGUI build 66:

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

https://rationalqm.us/dgdemux/binaries
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

DGDemux/DGDemuxGUI build 68:

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

https://rationalqm.us/dgdemux/binaries
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

DGDemux/DGDemuxGUI build 72:

* Added support for DTS Express audio.

https://rationalqm.us/dgdemux/binaries
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post 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
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Binaries Update Notification Thread

Post by Rocky »

Slipstream for DGDecNV build 249:

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