PDA

View Full Version : VOB to AAC


bjoker
2nd May 2013, 21:16
Hello friends,

I converted a DVD into MP4 but would like to use NeroAAC for getting AAC audio. (I personally like NeroAAC quality a lot)

Can anyone please suggest me which application to use with NeroAAC to extract AAC audio from VOB files?

Once I get AAC then I will mux it with video of MP4 to get my final MP4 version.

TIA

Asmodian
3rd May 2013, 03:28
EAC3to

tebasuna51
3rd May 2013, 12:56
eac3to can work if you have only the main movie in the ripped VOB's.
The simplified syntax if you want the first audio track (2: ) is:

eac3to 1.VOB + 2.VOB + ... 2: output.m4a

or, if don't work:

eac3to 1.VOB + 2.VOB + ... 2: stdout.wav | NeroAacEnc -q 0.5 -ignorelength -if - -of output.m4a

bjoker
6th May 2013, 05:26
eac3to 1.VOB + 2.VOB + ... 2: output.m4a


Thank you for the reply. But It did NOT work me.


or, if don't work:

eac3to 1.VOB + 2.VOB + ... 2: stdout.wav | NeroAacEnc -q 0.5 -ignorelength -if - -of output.m4a

This method works but only when I use single VOB (without + ).

When I try with multiple VOB files (Which I need), I get error

ERROR: could not parse WAV file

Please advise.

tebasuna51
6th May 2013, 09:50
Please :logfile:

bjoker
6th May 2013, 17:52
C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe VTS_01_0.VOB + VTS_01_1.VOB + VTS_01_2.VOB + VTS_01_3.VOB 2: stdout.wav | "C:\Program Files
(x86)\foobar2000\neroAacEnc.exe" -q 0.2 -ignorelength -if - -of output.m4a ( Did NOT work )

eac3to v3.27
command line: C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe VTS_01_0.VOB + VTS_01_1.VOB + VTS_01_2.VOB + VTS_01_3.VOB 2: stdout.wav
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 2 subtitle tracks, 0:01:47
1: MPEG2, 480i60 /1.001 (16:9)
2: RAW/PCM, 2.0 channels, 16 bits, 48kHz
3: Subtitle (DVD)
4: Subtitle (DVD)
Track 2 is used for destination file "+".
There's only one source file, so rebuilding doesn't make sense. <ERROR>


+++++++++++++++++++++++++++++

C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe VTS_01_0.VOB 2: stdout.wav | "C:\Program Files (x86)\foobar2000\neroAacEnc.exe" -q 0.2 -ignorelength -if - -of output.m4a [ Worked fine ]

eac3to v3.27
command line: C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe VTS_01_0.VOB 2: stdout.wav
------------------------------------------------------------------------------
VOB, 1 video track, 1 audio track, 2 subtitle tracks, 0:01:47
1: MPEG2, 480i60 /1.001 (16:9)
2: RAW/PCM, 2.0 channels, 16 bits, 48kHz
3: Subtitle (DVD)
4: Subtitle (DVD)
[a02] Extracting audio track number 2...
[a02] Reading RAW/PCM...
[a02] Swapping endian...
[a02] Writing WAV...
[a02] Creating file "stdout.wav"...
[a02] The original audio track has a constant bit depth of 16 bits.
Video track 1 contains 13404 frames.
eac3to processing took 9 seconds.
Done.



Thanks a lot for your help:)

tebasuna51
6th May 2013, 23:22
Try with:

C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe "VTS_01_1.VOB"+"VTS_01_2.VOB"+"VTS_01_3.VOB" 3: stdout.wav | "C:\Program Files (x86)\foobar2000\neroAacEnc.exe" -q 0.2 -ignorelength -if - -of output.m4a

Don't use VTS_01_0.
Extract track 3, because eac3to add a first track when there are mor than 1 input (1: joined VOB):

VOB, 1 video track, 2 audio tracks, 3 subtitle tracks, 2:11:51
1: Joined VOB file
2: MPEG2, 576i50 (16:9)
3: AC3, 5.1 channels, 448kbps, 48kHz, dialnorm: -27dB
4: AC3, 5.1 channels, 448kbps, 48kHz, dialnorm: -27dB
5: Subtitle (DVD)
6: Subtitle (DVD)
7: Subtitle (DVD)

bjoker
7th May 2013, 03:23
C:\Users\admin\Desktop\Portables\eac3to327\eac3to.exe "VTS_01_1.VOB"+"VTS_01_2.VOB"+"VTS_01_3.VOB" 3: stdout.wav | "C:\Program Files (x86)\foobar2000\neroAacEnc.exe" -q 0.2 -ignorelength -if - -of output.m4a


Works like charm - Thanks a lot!!