What happens if you call:
Code:
"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"
inside a Windows Command Prompt?
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
(12.05.2018, 21:21)Selur Wrote: [ -> ]What happens if you call:
Code:
"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"
inside a Windows Command Prompt?
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
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