Selur's Little Message Board

Full Version: 2017.12.27.1 dont showing progress during hevc conversion.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Send you a link via PM.
(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 Sad , thanks!
What happen if you call:
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"
inside a Windows command prompt?

Cu Selur
(13.01.2018, 16:34)Selur Wrote: [ -> ]What happen if you call:
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"
inside a Windows command prompt?

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.
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
(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 Smile ,Thanks.
Pages: 1 2 3