Selur's Little Message Board
2017.12.27.1 dont showing progress during hevc conversion. - 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: 2017.12.27.1 dont showing progress during hevc conversion. (/thread-213.html)

Pages: 1 2 3


RE: 2017.12.27.1 dont showing progress during hevc conversion. - Selur - 11.01.2018

Send you a link via PM.


RE: 2017.12.27.1 dont showing progress during hevc conversion. - pandapanda - 13.01.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 Sad , thanks!


RE: 2017.12.27.1 dont showing progress during hevc conversion. - Selur - 13.01.2018

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


RE: 2017.12.27.1 dont showing progress during hevc conversion. - pandapanda - 13.01.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.



RE: 2017.12.27.1 dont showing progress during hevc conversion. - Selur - 13.01.2018

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


RE: 2017.12.27.1 dont showing progress during hevc conversion. - pandapanda - 13.01.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 Smile ,Thanks.