Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Audio encoding
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 14th January 2007, 23:34   #1  |  Link
KRUSADER
Noob but Strong!
 
KRUSADER's Avatar
 
Join Date: Jun 2006
Location: Serbia
Posts: 19
ac3 to aac with Mencoder/Mplayer + Nero AAC CLI

How i can transcode ac3 to aac using Mencoder/Mplayer' stdout + Free Nero CLI.

Thanks.
KRUSADER is offline   Reply With Quote
Old 16th January 2007, 14:58   #2  |  Link
KRUSADER
Noob but Strong!
 
KRUSADER's Avatar
 
Join Date: Jun 2006
Location: Serbia
Posts: 19
It is 2nd time that no one answers my question, moderator, please, could u delete this thread.

Last edited by KRUSADER; 16th January 2007 at 17:18.
KRUSADER is offline   Reply With Quote
Old 16th January 2007, 15:25   #3  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
with mencoder/mplayer i had no success but with ffmpeg...

you can try (like this example)

ffmpeg.exe -vn -acodec copy -i fixed1.ac3 -f wav - | oggenc2.exe --raw - -o aaa.ogg

BUT with nero it doesn't fuction... because the "raw" format ... but it is a start

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 16th January 2007, 17:17   #4  |  Link
KRUSADER
Noob but Strong!
 
KRUSADER's Avatar
 
Join Date: Jun 2006
Location: Serbia
Posts: 19
Thanks, I think I'll stay on BeSweet.
KRUSADER is offline   Reply With Quote
Old 16th January 2007, 22:33   #5  |  Link
buzzqw
HDConvertToX author
 
Join Date: Nov 2003
Location: Cesena,Italy
Posts: 6,552
hints: for command line encoder stay with: BePipe !

BHH
__________________
HDConvertToX: your tool for BD backup
MultiX264: The quick gui for x264
AutoMen: The Mencoder GUI
AutoWebM: supporting WebM/VP8
buzzqw is offline   Reply With Quote
Old 20th January 2007, 06:12   #6  |  Link
metallicguy43
Registered User
 
Join Date: Dec 2006
Posts: 1
you just make a pipe, have mplayer dump the pcm to the pipe and have nero encode it under wine

example
Code:
$ mkfifo audiodump.pcm

$ wine /path/to/neroAacEnc.exe -ignorelength -q .2 -if audiodump.pcm -of soundtrack.mp4 & mplayer /path/to/movie.vob -vc null -vo null\
 -aid 128 -af -af channels=6:6:0:0:1:1:2:4:3:5:4:2:5:3 -ao pcm:fast:waveheader:file=audiodump.pcm -channels 6
Mplayer dumps 6 channel ac3 files with this channel order: 0fl, 1fr, 2sl, 3sr, 4c, 5lfe.
neroAacEnc needs the wav in this order: 0fl, 1fr, 2c, 3lfe, 4sl, 5sr

Someone else posted channels=6:6:0:0:1:1:2:4:3:5:4:2:5:3 before, and I didn't think it was right, so I did some tests, only to come up with the same conclusion.

Last edited by metallicguy43; 20th January 2007 at 10:35.
metallicguy43 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 15:38.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.