Log in

View Full Version : Audio Encoding error in Megui neroACC


pio_fawad
29th November 2012, 09:58
hi,
i was doing audio encoding previously that was fine now strange error occurred

[Error] [29/11/2012 08:40:53] An error occurred
-[Error] [29/11/2012 08:40:53] Exception message: FFAudioSource: Out of bounds audio samples requested
-[Error] [29/11/2012 08:40:53] Stacktrace: at MeGUI.AviSynthAudioEncoder.encode()
-[Error] [29/11/2012 08:40:53] Inner exception: null

i am using FFAudio decoder and encoding the DTS sound to ACC

please help

ehta this error saying thanx

Regards
:thanks:

Kurtnoise
29th November 2012, 10:51
Hi,

Did you try with NicAudio library instead of FFAudio ?

pio_fawad
29th November 2012, 11:54
yeah tried NIC audio not give any error but its slow down the preprocessing part to 20min almost, also sometime add clicks sound in audio , can u suggest solution with FFAudio thanx

Kurtnoise
29th November 2012, 12:02
Does your input file have any delay ?

pio_fawad
29th November 2012, 12:04
nope , no delay.

Edit: if i don't use normalize audio then preprocessing part don't take time, is normalize audio effect audio quality or any mean ?

tebasuna51
29th November 2012, 16:18
Normalize is to obtain the max volume allowed, and need 2 pass. Most the times is unnecesary, only recommended when downmix.

Your DTS is a standard DTS or DTS-HD?

pio_fawad
29th November 2012, 17:11
hi,
its standard DTS . thanx for explaining why i am getting error in FFaudiosource :(

tebasuna51
29th November 2012, 22:15
Please upload a sample than produce the mentioned cliks with NicAudio.

Kurtnoise
30th November 2012, 06:28
hi,
i was doing audio encoding previously that was fine now strange error occurred

[Error] [29/11/2012 08:40:53] An error occurred
-[Error] [29/11/2012 08:40:53] Exception message: FFAudioSource: Out of bounds audio samples requested
-[Error] [29/11/2012 08:40:53] Stacktrace: at MeGUI.AviSynthAudioEncoder.encode()
-[Error] [29/11/2012 08:40:53] Inner exception: null

i am using FFAudio decoder and encoding the DTS sound to ACC

please help

ehta this error saying thanx

Regards
:thanks:

Try this build (http://www.mediafire.com/?65hlbm73ti6b22s)...(create a backup of megui.exe before to overwrite it)

pio_fawad
30th November 2012, 09:14
thanx but now i am getting this problem

[Error] [00:08:09] An error occurred
-[Error] [00:08:09] Exception message: FFAudioSource: Seeking is severely broken
-[Error] [00:08:09] Stacktrace: at MeGUI.AviSynthAudioEncoder.encode()
-[Error] [00:08:09] Inner exception: null

Kurtnoise
30th November 2012, 09:42
Please upload a sample...
.....

pio_fawad
1st December 2012, 16:17
@Kurtnoise is solved the problem , my avisynth was of old version , i have upgraded to latest one now audio is encoding fine . Audio was perfect avisynth was creating problem old one :)