From the log:
Hybrid uses:
Code:
"C:\Program Files\Hybrid\64bit\mplayer.exe" -v -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop -aid 160 dvd://1 -dvd-device "G:\Paul McCartney\McCartney Archive Collection DVDs\McCartney\VIDEO_TS" -chapter 6-6 -dumpaudio -dumpfile "C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_01.mov"
to extract the audio from the DVD. (did you intend to only use chapter 6?)
During this call Mplayer reports:
Code:
libdvdread: Could not open input:
libdvdread: Can't open G:\Paul McCartney\McCartney Archive Collection DVDs\McCartney\VIDEO_TS for reading
libdvdread: Device G:\Paul McCartney\McCartney Archive Collection DVDs\McCartney\VIDEO_TS inaccessible, CSS authentication not available.
This might be a problem, but it finishes without an error and created:
Quote:C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_01.mov (31.1613 MB)
Since there was no error, Hybrid then tries to convert the audio using:
Code:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -ignore_editlist true -threads 8 -i "C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_01.mov" -c:a aac -strict -2 -b:a 320k -ar 48000 -channel_layout stereo "C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_02.aac"
Which aborts with:
Code:
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c8c52ad080] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
[mov,mp4,m4a,3gp,3g2,mj2 @ 000001c8c52ad080] moov atom not found
C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_01.mov: Invalid data found when processing input
Hybrid then detects that the audio conversion wasn't successful and aborts.
-> Is the extracted audio okay?
( "C:\Users\User\AppData\Local\Temp\iId_2_aid_160_lang_en_DELAY_-43ms_2022-09-29@21_41_16_4310_01.mov")
In case it is, do you see any additional errors when calling the audio encoder call in a Windows Command Prompt?
Cu Selur