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. |
|
|
#1 | Link |
|
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 |
|
|
|
|
|
#3 | Link | |
|
BeHappy/MeGUI developer
Join Date: Oct 2003
Location: Moscow, Russia
Posts: 1,727
|
Quote:
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
__________________
BeHappy - AviSynth-based audio transcoding tool Audio encoding via AviSynth On2 VP7 is great in quality but it is unusable for long-term video backup puposes! Sincerely Yours, MCPD/MCTS |
|
|
|
|
|
|
#4 | Link |
|
Swallowed in the Sea
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] |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|