This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

I'm having problems audio encoding to aac format
#1
I'm having problems in Hybrid_2020.10.11.1 with audio encoding to aac format. When video encoding starts, the audio track is only 6 minutes 22 seconds long. When the whole movie is 2 hours 10 minutes long. I use the built-in encoder aac for sound, not an external one. Here's a view of the settings. And Report.txt

starting 2020-10-23@21_00_01_9410_01_audio@21:00:01.962 - D:\5\4141231.mkv
"C:\Program Files\Hybrid\64bit\mplayer.exe" -v -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop -aid 128  -dumpaudio -dumpfile "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3" "E:\Untitle.VOB"
finished after 00:00:00.611
finished...

created D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3 (20.1541 MB)
ffmpeg started...
starting 2020-10-23@21_00_01_9410_02_audio@21:00:02.590 - D:\5\4141231.mkv
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3" -c:a aac -strict -2 -b:a 192k -ar 48000 -channel_layout 5.1 "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_02.aac"
finished after 00:00:08.715
finished.

created D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_02.aac (8.77588 MB)
VCEEnc(1pass variable bitrate) processing started...
starting 2020-10-23@21_00_01_9410_06_video@21:00:21.424 - D:\5\4141231.mkv
"C:\Program Files\Hybrid\64bit\VCEEncC.exe" --y4m -i - --codec h265 --vbr 9000 --max-bitrate 13000 --vbaq --ref 0 --ltr 4 --motion-est q-pel --profile main --level auto --tier high --level auto --vbv-bufsize 20000 --slices 1 --sar 64:45 --fps 25.000 --output-file "D:\5\4141231_2020-10-23@21_00_01_9410_06.265"  


[img][Image: 3Snymok_240.jpg][Image: i.gif][/img]
Reply
#2
Quote:When video encoding starts, the audio track is only 6 minutes 22 seconds long.
Sounds like there's a problem with the extraction or the conversion of the audio.

So looking at the extraction:
"C:\Program Files\Hybrid\64bit\mplayer.exe" -v -mc 0 -vc dummy -nocorrect-pts -noconsolecontrols -nocorrect-pts -vc null -vo null -nocache -hardframedrop -aid 128  -dumpaudio -dumpfile "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3" "E:\Untitle.VOB"
Side note: Whenever I see single vob files I suspect folks some how merged a DVD into a single vob file in a non proper way, i.e. by not properly adjusting the headers in the file. Hope this is not the case here.
Since you did not care to read the sticky: What happens if you call the above call inside a Windows Command Prompt?
Any errors or warnings?
Is the size of the created "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac correct?

If there are no warnings/errors during the audio extraction, check whether there are any during the conversion by calling:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3" -c:a aac -strict -2 -b:a 192k -ar 48000 -channel_layout 5.1 "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_02.aac"
inside a Windows Command Prompt.

Cu Selur

Ps.: not going to look at a zip full of images,...
Reply
#3
(24.10.2020, 10:34)Selur Wrote: Since you did not care to read the sticky: What happens if you call the above call inside a Windows Command Prompt?
Any errors or warnings?
Is the size of the created  "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac  correct?

If there are no warnings/errors during the audio extraction, check whether there are any during the conversion by calling:
"C:\Program Files\Hybrid\64bit\ffmpeg.exe" -y -threads 8 -i "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_01.ac3" -c:a aac -strict -2 -b:a 192k -ar 48000 -channel_layout 5.1 "D:\5\iId_3_aid_128_DELAY_-43ms_2020-10-23@21_00_01_9410_02.aac"
inside a Windows Command Prompt.
Thanks for your reply. Many mistakes but I think they do not affect my problem [img][Image: 16Snymok_240.jpg][Image: i.gif][/img]

(24.10.2020, 10:34)Selur Wrote: Cu Selur

Ps.: not going to look at a zip full of images,...

In this archive, screenshots of the pages of all my Hybrid settings
Reply
#4
Quote:Many mistakes but I think they do not affect my problem
How come.
From my point of view Hybrid does:
1. first extract the audio
2. convert the audio
since you complained that the audio length is not correct it mus either be a problem with the extraction or the conversion.

Since the extraction does not work and and I don't know what the error messages mean and I can't translate them since you did make screenshots instead of copy&paste the content of the windows I have no idea how I could help.

My current guess is that either:
a. something on your system is interfering with the extraction
or
b. there is an issue with the input vob file.

Cu Selur
Reply
#5
(24.10.2020, 17:17)Selur Wrote: My current guess is that either:
a. something on your system is interfering with the extraction
or
b. there is an issue with the input vob file.

Cu Selur

Thank you very much for your help, I tried another vob file to recode, the sound was extracted there completely and correctly. So the problem is in this very vob file. It's only strange why other programs like Adobe Premiere and Davinci Resolve Studio and CyberLink PowerDirector 19 work with it correctly.  Attached to this post is HybridDebugOutput .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)