Log in

View Full Version : New versions of free software used in the GUI's


Pages : 1 2 3 4 5 6 7 8 [9] 10

Selur
21st June 2025, 18:24
Yes, but the hydrogen one is a 64bit version. :)

LigH
21st June 2025, 18:31
Should M-AB-S support it too, in your opinion? Maybe add a FR.

Selur
21st June 2025, 18:49
Yes.
There already is one: https://github.com/m-ab-s/media-autobuild_suite/issues/2929

seagate
30th June 2025, 20:49
L-SMASH-works - 20250630 1262.0.0.0 (30.06.2025) (https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases/tag/1262.0.0.0/)

tebasuna51
5th July 2025, 09:01
L-SMASH-Works Release 20250704 1263.0.0.0
https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases

The link go to L-SMASH-works - 20250630 1262.0.0.0
The same as Seagate

LigH
5th July 2025, 09:17
I was able to download r1263 a moment ago. May have been retracted?

LigH
5th July 2025, 22:24
L-SMASH-Works r1266 (https://github.com/HomeOfAviSynthPlusEvolution/L-SMASH-Works/releases/tag/1266.0.0.0) (get it before it vanishes)

seagate
8th July 2025, 22:25
DGDemux v.1.0.0.80 (30.06.2025) (https://www.rationalqm.us/dgdemux/binaries/)

DGDecNV 255 (07.07.2025) (https://www.rationalqm.us/dgdecnv/binaries/)

seagate
10th August 2025, 08:47
DGMPGDec v.3.0.0.1 (09.08.2025) (https://www.rationalqm.us/dgmpgdec/dgmpgdec3001.zip/)

* For Vapoursynth, properly handle streams with coded size 1088.
* For Vapoursynth, honor the Clipping values in the D2V file.

StainlessS
14th August 2025, 09:54
@seagate,
Your link fails [404], need to use
https://www.rationalqm.us/dgmpgdec/
and then click on dgmpgdec3001.zip
(you dont seem to be able to use a direct link, without actually visiting the hosting site)

TR-9970X
22nd August 2025, 14:41
FFMPEG v8.0

https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-full.7z

https://www.videohelp.com/software/ffmpeg

seagate
30th August 2025, 07:18
DGDemux v.1.0.0.81 (29.08.2025) (https://www.rationalqm.us/dgdemux/binaries/)

* Reverse the positions of the View log and Demux buttons.

Barough
1st September 2025, 17:47
FFmpegSource - ffms2 r2395
https://codeberg.org/StvG/ffms2/releases

seagate
14th September 2025, 16:22
MKVToolNix v.95.0 (https://mkvtoolnix.download/windows/releases/95.0/)

https://mkvtoolnix.download/doc/NEWS.md

hello_hello
18th September 2025, 18:55
Barough,

I seem to have come across a problem with your build of Sox 14.4.2 (2025-08-26) and at least the version prior to that. I don't understand it, but I have SoX conversion presets configured in foobar2000 that run perfectly well when foobar2000 is running in Wine on Linux, but when it's running on Windows the SoX presets always result in a code 2 error. I don't think it's an oddity with my setup (I only run Windows 11 in VirtualBox for testing and not much else), as I shared my presets and your build of SoX with someone at VideoHelp and they informed me SoX was producing a code 2 error on Windows 7.

At first I assumed it must be a foobar2000 oddity so I reported the problem in the foobar2000 forum, but after a bit of experimenting it appears foobar2000 isn't the cause as sox_ng works using the same conversion presets on Windows (after renaming sox_ng.exe to sox.exe). Someone in the thread suggested it might be a piping issue as they'd experienced a similar problem with a build they downloaded from rarewares in the past. Whatever the problem is though, I don't understand why it works in Wine but not on Windows.

Here's the foobar2000 thread if you care to have a look.
https://hydrogenaudio.org/index.php/topic,128439.0.html

Cheers.

Barough
20th September 2025, 20:45
Sorry, i cant help ya. I just share what media-autobuild_suite outputs.
The only thing is use SoX for is Spectograms.

LigH
20th September 2025, 20:58
DOS Error 2 means: A file cannot be found.

If it is a DLL file SoX needs to load to run, Dependencies / Dependency Walker may help to discover it.

hello_hello
21st September 2025, 05:50
Sorry, i cant help ya. I just share what media-autobuild_suite outputs.
The only thing is use SoX for is Spectograms.

That's okay.
This post is simply for informational purposes.

LigH,
I don't know what to make of the Dependancy Walker log. Does VirtualBox change any Windows system files?

Dependency Walker - sox and sox_ng text files.zip (https://files.videohelp.com/u/210984/Dependency%20Walker%20-%20sox%20and%20sox_ng%20text%20files.zip)

Someone at hydrogenaudio suggested a command line to simulate what foobar2000 would be doing and check for error messages. I ran it for sox_ng and the audio was processed successfully. The upshot for sox was:

sox.exe FAIL formats: can't open input `-': invalid chunk ID found
[aost#0:0/pcm_f32le @ 000001a71b647f80] Error submitting a packet to the muxer: Broken pipe
Last message repeated 1 times
[out#0/wav @ 000001a71b64e980] Error muxing a packet
[out#0/wav @ 000001a71b64e980] Task finished with error code: -32 (Broken pipe)
[out#0/wav @ 000001a71b64e980] Terminating thread with return code -32 (Broken pipe)
[out#0/wav @ 000001a71b64e980] Error writing trailer: Broken pipe
[out#0/wav @ 000001a71b64e980] Error closing file: Broken pipe

I guess I'm destined to go to my grave without understanding why the pipe isn't broken when I'm using Wine on Linux.... :(

LigH
21st September 2025, 22:16
Trying to open an input file named "-" probably means to operate with stdin/stdout pipes. Might be that sox_ng does not support that (only supports files from a file system) or works in a different way in such a case.

hello_hello
24th September 2025, 17:27
LigH,
It's the other way around. The piped input works fine for sox_ng (renamed as sox.exe), but for the sox build from this thread the error message I quoted is produced.

seagate
28th September 2025, 17:49
Repack – Visual C++ redistributable runtimes v.0.101.0 (https://github.com/abbodi1406/vcredist/releases/tag/v0.101.0/)

Columbo
2nd October 2025, 14:22
eac3to v3.53

* Fixed dial norm removal for non-Atmos THD. Disallowed removal for Atmos THD.
* Fixed bugs in -edit for AC3.
* Allow processing of a single AC3 frame.
* Fixed mono LPCM in MKV.
* Implemented dial norm removal for DTS-MA audio.
* Fixed demuxing compressed PGS subtitles from MKV.
* Updated changelog.txt.

https://rationalqm.us/eac3to/eac3to_3.53.rar

seagate
8th October 2025, 20:02
eac3to v.3.53 (07.10.2025) (https://www.rationalqm.us/eac3to/)

Slipstream for eac3to build v.3.53:

* Fixed a regression in disk STN parsing.
* Fixed a bug that allowed eac3to to overwrite a source file.

seagate
15th October 2025, 06:03
eac3to v.3.54 (14.10.2025) (https://www.rationalqm.us/eac3to/)

* eac3to v.3.54 is fixed and available again. The fix for accepting streams without AUD NALUs was bad and was removed.

seagate
17th October 2025, 09:25
Repack – Visual C++ redistributable runtimes v.0.102.0 (https://github.com/abbodi1406/vcredist/releases/tag/v0.102.0/)

TR-9970X
30th October 2025, 03:50
eac3to v.3.54 (14.10.2025) (https://www.rationalqm.us/eac3to/)

Apparently there's another newer release :-

https://www.rationalqm.us/eac3to/

eac3to v.3.54 (29.10.2025)

Columbo
30th October 2025, 11:05
Yes, that is the latest. There have been two slipstreams to the first release of 3.54 to address regressions.

seagate
8th November 2025, 12:30
MKVToolNix v.96.0 (https://mkvtoolnix.download/windows/releases/96.0/)

https://mkvtoolnix.download/doc/NEWS.md

seagate
23rd November 2025, 19:08
Repack – Visual C++ redistributable runtimes v.0.103.0 – by abbodi1406 (https://gitlab.com/stdout12/vcredist/-/releases/v0.103.0/)

Columbo
25th November 2025, 17:56
eac3to build 3.55:

* Accept DTS-MA streams without a core. The UI display is still wrong
for now and needs to be fixed, but the streams can be opened and processed.

* In the UI and in the demuxed filenames when using -demux, iso639 names are now used. For example, instead of English we now have [eng]. This change allows for mkvtoolnix to autodetect the language(s) from the filename(s). The author of UsEac3to will release a new compatible version that will also allow for mkvtoolnix language detection from UsEac3to-generated filenames.

:salute: Curly, oniiz86

https://rationalqm.us/eac3to/eac3to_3.55.rar

seagate
26th November 2025, 19:51
eac3to v.3.55 (26.11.2025) (https://www.rationalqm.us/eac3to/)

* Slipstream for eac3to v.3.55: * Fix regression with -slowdown colliding with -sl.

tebasuna51
26th November 2025, 22:59
UsEac3to v1.3.5 (https://forum.doom9.org/showthread.php?t=145574) needed to support eac3to v3.55 with lenguage codes in track names

seagate
2nd December 2025, 11:06
eac3to v.3.56 (02.12.2025) (https://www.rationalqm.us/eac3to/)

● Fix crash with the -sf option.
● Fix collision between -sl and -slowdown.
● Add ini file option -trim_last_chapter. Refer to the user text document for details.
● Update user text document.

Columbo
10th December 2025, 17:41
forcedpgs build 1.1

This is a CLI utility for extracting forced subtitles from a SUP file. Source code is included.

forcedpgs 1.1 by Donald A Graft
usage: forcedpgs input.sup # counts only, no output file
usage: forcedpgs input.sup output.sup # generate counts and output file

https://rationalqm.us/forcedpgs/forcedpgs_1.1.rar

TR-9970X
13th December 2025, 03:18
AviSynthPlus r4356

This is already 6 days old :(

https://gitlab.com/uvz/AviSynthPlus-Builds

Columbo
17th December 2025, 09:59
DGDecNV build 256:

* Add demuxing of A_MS/ACM audio from MKV.

https://rationalqm.us/dgdecnv/binaries

Columbo
19th December 2025, 15:17
DGDemux/DGDemuxGUI build 82:

* Add a chapter at time 0 when skip first M2TS (-sf) is enabled.
* Added a new option 'skip short last chapter' (-sslc).
* Updated DGDemux.txt user manual.

hat tip DelBoy83

https://rationalqm.us/dgdemux/binaries/DGDemux_1.0.0.82.zip

seagate
20th December 2025, 17:24
eac3to v.3.57 (20.12.2025) (https://www.rationalqm.us/eac3to/)

● Added -forced option to allow demuxing only forced subtitles

Columbo
24th December 2025, 18:03
DGDecNV build 257:

* Fixed garbled display of the PCIE ID for some graphics cards.
* Added Blackwell (50xx series) detection.
* Added a settings option 'Add AUDs for MKV video demux' (AVC and HEVC).
* Strip filler NALUs for HEVC video demux.
* Tweak HEVC stream detection to avoid a rare failure due to unusual NALU ordering.
* In DGIndexNV for MPEG2, correct the derivation and display of Coded Size, Display Size, and PAR.

Hat tip DelBoy83, oniiz86, flyordie

https://rationalqm.us/dgdecnv/binaries/dgdecnv_257.zip

Now we really need to get the documents updated!

seagate
26th December 2025, 16:37
DGDecNV 257 (26.12.2025) (https://www.rationalqm.us/dgdecnv/binaries/)

● I slipstreamed the fix into the build 257 distribution, so re-download and have at it.

TR-9970X
28th December 2025, 11:56
AviSynthPlus r4405

https://gitlab.com/uvz/AviSynthPlus-Builds

tormento
31st December 2025, 09:55
AviSynthPlus r4405
Always asked myself who is the maintainer of that repo, I mean if it's a user here.

seagate
31st December 2025, 16:18
forcedpgs build 1.3 (31.12.2025) (https://www.rationalqm.us/forcedpgs/)

● Please refer to the document forcedpgs.txt for changes.
● linux build included.
● Source code included.

VoodooFX
31st December 2025, 17:42
Always asked myself who is the maintainer of that repo, I mean if it's a user here.

I think, StvG.

seagate
2nd January 2026, 18:56
MKVToolNix v.97.0 (https://mkvtoolnix.download/windows/releases/97.0/)

https://mkvtoolnix.download/doc/NEWS.md

Barough
15th January 2026, 21:44
Opus-tools v0.2-38-g0686cfb (using libopus 1.6.1)
https://www.mediafire.com/file/f2ms1wa67rhrxkq

Barough
19th January 2026, 18:30
Wavpack v5.9.0
https://github.com/dbry/WavPack/releases

Columbo
20th January 2026, 19:19
forcedpgs build 1.4

* Revised -i/-I options to list the subs when given. -i shows forced subs only.
-I shows all subs. These can be used to populate lists in a GUI.
* Added help option -h.
* Fixed bugs in version 1.3.
* Updated the user manual.
* Updated the source code and added updated Makefile and VS project.

https://rationalqm.us/forcedpgs/forcedpgs_1.4.rar

Hat tip Frankaboy, Sherman, Rocky

Columbo
30th January 2026, 14:55
Decomb filter package version 5.3.0. Decomb is back!

* Built for 64-bit Avisynth+.
* Works with Vapoursynth (R73 or later are known to work).
Refer to the file Vapoursynth.html for details and a sample script.
* Fixed minor issues in overriding Telecide() decisions.
* Updated all the user manuals.

Hat tip Selur

https://rationalqm.us/decomb/decombnew.html

Arx1meD
31st January 2026, 13:40
Does anyone have the VVenC (https://github.com/fraunhoferhhi/vvenc) binaries?