View Full Version : aacPlus v2 using mencoder?
Sirber
25th September 2006, 18:45
Is there a way to encode to aac+ v2 with mencoder only or using mencoder to output wav and use another encoder?
nm
25th September 2006, 22:04
I don't think either is possible through Mencoder. You can use MPlayer to output (multi-channel) WAV with -ao pcm.
Sirber
25th September 2006, 22:38
I tryed long ago to extract to wav, but I didn't succeed. Seems mencoder can only output avi :(
LoRd_MuldeR
25th September 2006, 23:31
Do it like nm said: Use MPlayer instead of MEncoder to put out a Wave file.
MEncoder makes either AVI or RAW, but no Wave.
Sirber
26th September 2006, 14:36
would mplayer display something while outputing a wave? I mean like the video :)
buzzqw
26th September 2006, 14:45
no, is possible to bypass video rendering. you can pipe from mplayer to other audio encoder.
BHH
nm
26th September 2006, 21:57
Just run it like this:
mplayer -vo null -vc dummy -ao pcm:file=output.wav input
emmel
26th September 2006, 22:12
You might also find useful this post:
http://forum.doom9.org/showthread.php?t=113694&highlight=mplayer
Sirber
27th September 2006, 12:30
Thanks! :D
Sirber
8th December 2006, 19:03
tested and working!
mplayer -vo null -vc dummy -ao pcm:file=test.wav E001.avi
neroAacEnc.exe -br 32000 -2pass -hev2 -if test.wav -of audio.mp4
del test.wav
Sirber
27th December 2006, 00:05
I'm trying to use mencoder only. Not very easy...
mencoder source.avi -of lavf -ovc copy -oac pcm -lavfopts format=wav:i_certify_that_my_video_stream_does_not_use_b_frames -o "audio.wav"
mencoder crash in access violation :(
hellfred
30th December 2006, 10:50
I'm trying to use mencoder only. Not very easy...
mencoder source.avi -of lavf -ovc copy -oac pcm -lavfopts format=wav:i_certify_that_my_video_stream_does_not_use_b_frames -o "audio.wav"
mencoder crash in access violation :(
Send a bug report, chances are good that you will get it fixed. FFMpeg/MPlayer developer will not rip your head off complete unless you did not follow the rules defined here (http://www.mplayerhq.hu/DOCS/HTML/en/bugreports.html).
Be sure to test lates MEncoder/MPlayer from svn before proceeding.
Hellfred
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.