![]() |
[BUG] Hybrid doesn't want to encode audio in Win7 x64 - 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: [BUG] Hybrid doesn't want to encode audio in Win7 x64 (/thread-421.html) |
Hybrid doesn't want to encode audio in Win7 x64 - Inky1003 - 12.05.2018
Inky RE: Hybrid doesn't want to encode audio in Win7 x64 - Selur - 12.05.2018 What happens if you call: "F:\PROGRA~1\Hybrid\64bit\mplayer.exe" -really-quiet -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop "F:\#GRAVA~1\iId_4_aid_1_15_14_58_7410_01.mov" -aid 1 -channels 2 -ao pcm:fast:waveheader:file=""""\\.\pipe\pipe_15_15_03_204.wav"""" | "F:\PROGRA~1\Hybrid\32bit\NAMEDP~1.EXE" \\.\pipe\pipe_15_15_03_204.wav "F:\PROGRA~1\Hybrid\64bit\sox.exe" --multi-threaded --ignore-length --temp "F:\#Gravacoes TV & RADIO\15_14_58_741002" --buffer 524288 -S -t wav - -b 16 -t wav - rate 48k | "F:\PROGRA~1\Hybrid\64bit\lame.exe" -s 48 -b 320 -t --disptime 1 --nohist - "F:\#Gravacoes TV & RADIO\iId_4_aid_1_15_14_58_7410_03.mp3" My guess atm. is that somehow NamedPipe isn't working as it should. Also please create a debug output level 9 of just the job creation, since I'm curious why Hybrid would use mplayer and not ffmpeg as decoder for the audio. Cu Selur RE: Hybrid doesn't want to encode audio in Win7 x64 - Inky1003 - 13.05.2018 (12.05.2018, 21:21)Selur Wrote: What happens if you call: It creates an file.mov, with only audio (I opened and the file is fine). Nothing more. (12.05.2018, 21:21)Selur Wrote: Also please create a debug output level 9 of just the job creation, since I'm curious why Hybrid would use mplayer and not ffmpeg as decoder for the audio. Attached ![]() RE: Hybrid doesn't want to encode audio in Win7 x64 - Selur - 13.05.2018 Quote:It creates an file.mov, with only audio (I opened and the file is fine). Nothing more.The .mov file is the input it should already be there. So, no error or warning message. ![]() Did you enable 'Config->Input->Decoding->Raw audio with MPlayer' ? If you did, disable it and the reencoding will probably work. Cu Selur RE: Hybrid doesn't want to encode audio in Win7 x64 - Inky1003 - 13.05.2018 (13.05.2018, 07:08)Selur Wrote: Did you enable 'Config->Input->Decoding->Raw audio with MPlayer' ? It worked! Thanks! |