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

Reply
 
Thread Tools Display Modes
Old 18th July 2006, 17:12   #1  |  Link
Guilllo
Registered User
 
Join Date: Jan 2006
Location: Correze, France
Posts: 53
Using pipes for he-aac

Hi all !

I've got a 6 channels ac3 file I want to convert in He-AAC 5.1

But i can't decode ac3 file to wav cause it needs to much free space on my disk. I'd like to encode the output without it being writed to the disk. The problem is that I use wine and He-AAC encoder command line from nero for windows.

Any idea ?

Thanks
Guilllo is offline   Reply With Quote
Old 19th July 2006, 01:23   #2  |  Link
tebasuna51
Registered User
 
tebasuna51's Avatar
 
Join Date: Feb 2005
Location: Spain
Posts: 2,840
Use Avisynth method with BeHappy or Bepipe.
tebasuna51 is offline   Reply With Quote
Old 19th July 2006, 02:04   #3  |  Link
dimzon
BeHappy/MeGUI developer
 
dimzon's Avatar
 
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
Quote:
Originally Posted by tebasuna51
Use Avisynth method with BeHappy or Bepipe.
wine==linux
i'm not shure AviSynth or BeHappy will work on it
maybe better way will be to use ffmpeg as ac3 to wav decoder and redirect it to neroAac via pipe
dimzon is offline   Reply With Quote
Old 19th July 2006, 03:21   #4  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Marseille, France
Posts: 4,399
Try this :

Code:
$ mkfifo audiodump.wav
$ wine ./neroAacEnc.exe -ignorelength -q 0.3 -if audiodump.wav -of output.mp4 & mplayer input.ac3 -af channels=6:6:0:0:1:1:2:4:3:5:4:2:5:3 -ao pcm:waveheader:file=audiodump.wav -channels 6
__________________
The problem, of course, is that there are many smart people in the world... Steve Jobs

[my random stuff] | [Please, no MeGUI support via PM]
Kurtnoise is offline   Reply With Quote
Reply

Thread Tools
Display Modes

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 19:30.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.