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"
Posts: 10.617
Threads: 57
Joined: May 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
,.. too many unknown tourist attractions and bars to visit
)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.617
Threads: 57
Joined: May 2017
Okay. I'll keep that in mind.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
I check the 2017.12.27.1 version (download from homesite), this issue still exists.
Posts: 10.617
Threads: 57
Joined: May 2017
Strange thought I fixed this.:-(
Will look into it tomorrow after work.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.617
Threads: 57
Joined: May 2017
Fixed it and send you a link to a fixed version.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.617
Threads: 57
Joined: May 2017
Nope. Will need a debug output to reproduce that, worked fine last time I tried that.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 10.617
Threads: 57
Joined: May 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
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.