11.01.2018, 06:04
13.01.2018, 16:20
(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!
13.01.2018, 16:34
What happen if you call:
inside a Windows command prompt?
Cu Selur
Code:
"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"
Cu Selur
13.01.2018, 16:52
(13.01.2018, 16:34)Selur Wrote: [ -> ]What happen if you call:
inside a Windows command prompt?Code:"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"
Cu Selur
after call then output
Code:
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.
13.01.2018, 16:55
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
Tray replacing it with the one from the attachment and rerun the job.
Cu Selur
13.01.2018, 17:00
(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.