Posts: 10.551
Threads: 57
Joined: May 2017
Send you a link via PM.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 4
Threads: 0
Joined: Jan 2018
(11.01.2018, 06:04)Selur Wrote: Send you a link via PM.
Hi Selur
After uninstall last version and install dev version, I get a new problem, I set audio encoder to "opus", then the job crash at audio encoding, before install dev version was not this problem ,the "HybridDebugOutput.txt" as follow.
please help
, thanks!
Posts: 10.551
Threads: 57
Joined: May 2017
What happen if you call:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -loglevel fatal -i "C:\Users\170317~1\AppData\Local\Temp\iId_1_aid_0_lang_en_DELAY_-5ms_21_49_54_2310_01.ac3" -ac 6 -ar 48000 -f sox - | "C:\PROGRA~1\Hybrid\64bit\sox.exe" --multi-threaded --ignore-length --temp "C:\Users\1703 1703\AppData\Local\Temp\21_49_54_231002" --buffer 524288 -S -t sox - -t flac - | "C:\PROGRA~1\Hybrid\64bit\opusenc.exe" --bitrate 256 --comp 10 --framesize 20 --expect-loss 0 --max-delay 1000 --ignorelength - "C:\Users\1703 1703\AppData\Local\Temp\iId_1_aid_0_lang_en_DELAY_-5ms_21_49_54_2310_03.opus"
inside a Windows command prompt?
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 4
Threads: 0
Joined: Jan 2018
(13.01.2018, 16:34)Selur Wrote: What happen if you call:
"C:\PROGRA~1\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -loglevel fatal -i "C:\Users\170317~1\AppData\Local\Temp\iId_1_aid_0_lang_en_DELAY_-5ms_21_49_54_2310_01.ac3" -ac 6 -ar 48000 -f sox - | "C:\PROGRA~1\Hybrid\64bit\sox.exe" --multi-threaded --ignore-length --temp "C:\Users\1703 1703\AppData\Local\Temp\21_49_54_231002" --buffer 524288 -S -t sox - -t flac - | "C:\PROGRA~1\Hybrid\64bit\opusenc.exe" --bitrate 256 --comp 10 --framesize 20 --expect-loss 0 --max-delay 1000 --ignorelength - "C:\Users\1703 1703\AppData\Local\Temp\iId_1_aid_0_lang_en_DELAY_-5ms_21_49_54_2310_03.opus"
inside a Windows command prompt?
Cu Selur
after call then output
Input File : '-' (sox)
Channels : 6
Sample Rate : 48000
Precision : 32-bit
Sample Encoding: 32-bit Signed Integer PCM
In:0.00% 00:00:00.00 [00:00:00.00] Out:0 [ | ] Clip:0 C:\PROGRA~1\Hybrid\64bit\sox.exe FAIL sox: `-' error writing output file: Broken pipe
Done.
Posts: 10.551
Threads: 57
Joined: May 2017
Okay, crashes here too seems like the opusenc.exe is broken.
Tray replacing it with the one from the attachment and rerun the job.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Posts: 4
Threads: 0
Joined: Jan 2018
(13.01.2018, 16:55)Selur Wrote: Okay, crashes here too seems like the opusenc.exe is broken.
Tray replacing it with the one from the attachment and rerun the job.
Cu Selur
It's good to work
,Thanks.