Binaries Update Notification Thread

Anything related to video and my tools that is not a support request.
User avatar
Rocky
Posts: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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: 2705
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
Locked