Selur's Little Message Board
Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Printable Version

+- Selur's Little Message Board (https://forum.selur.net)
+-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html)
+--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html)
+--- Thread: Vaporsynth QTGMC bug in ver. 2017.10.05.1 (/thread-123.html)

Pages: 1 2


Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 10.10.2017

Hybrid version:

2017.10.05.1, Win7 64bit

What happened:

error messages "Filtering Model get->founded no field vsQTGMCcEzdValue" pop up if enabling QTGMC (vaporsynth)'s ezDenoise option and changing parameters, or adding job to queue

What did you do to get to the bug:

1. start Hybrid
2. switch to filtering tab
3. change preset to custom
4. enable EZDenoise
5. now change any option values of QTGMC
6. error message appears twice whenever error occurs
"Filtering Model get->founded no field vsQTGMCcEzdValue"


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 10.10.2017

Will try to look into it over the next days. (on a China trip atm. and internet connection is scetchy + too busy exploring the land Smile,.. too many unknown tourist attractions and bars to visit Smile)


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 11.10.2017

Have a good trip Smile

And one thing previously I didn't noticed but lately finds out:

If you set "auto" but not "force" to QTGMC  vaporsynth, the error message will not appears.
Message only appears when "force" option was enabled.


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 11.10.2017

Okay. I'll keep that in mind.


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 28.12.2017

I check the 2017.12.27.1 version (download from homesite), this issue still exists.


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 28.12.2017

Strange thought I fixed this.:-(
Will look into it tomorrow after work.

Cu Selur


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 28.12.2017

Fixed it and send you a link to a fixed version.

Cu Selur


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - andrewschen - 29.12.2017

(28.12.2017, 22:22)Selur Wrote: Fixed it and send you a link to a fixed version.

Cu Selur

Thanks! It's fixed.

BTW, an job including flac24 audio encode seems always crashed when muxing to destination file, did anyone report this issue before?


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 29.12.2017

Nope. Will need a debug output to reproduce that, worked fine last time I tried that.


RE: Vaporsynth QTGMC bug in ver. 2017.10.05.1 - Selur - 29.12.2017

Did a fast test her, by reencoding a 7.1 24bit 96kHz stream to flac 24 bit 48kHz.
The encoding call that was used, was:
ffmpeg -y -threads 8 -loglevel fatal -i "F:\TestClips&Co\files\audio\DTS Master Audio, 7.1 channels, 24 bits, 96kHz.dtsma" -ac 8 -ar 96000 -sample_fmt s32 -f sox - | sox --multi-threaded --ignore-length --temp "H:\Temp\16_46_44_251001" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - rate 48k | flac -f -F --ignore-chunk-sizes -5 -o "H:\Temp\iId_1_aid_0_16_46_44_2510_02.flac" -
and encoding worked fine here.
Also tried the same with flac 24 bit 96kHz.
ffmpeg -y -threads 8 -loglevel fatal -i "F:\TestClips&Co\files\audio\DTS Master Audio, 7.1 channels, 24 bits, 96kHz.dtsma" -ac 8 -ar 96000 -sample_fmt s32 -f sox - | sox --multi-threaded --ignore-length --temp "H:\Temp\16_49_21_801001" --buffer 524288 -S -t sox - --endian little -b 24 -t wav - | flac -f -F --ignore-chunk-sizes -5 -o "H:\Temp\iId_2_aid_0_16_49_21_8010_02.flac" -
also no crash here.
-> so I really need the debug output to know why it isn't working for you.

Cu Selur