eiv
14th February 2009, 12:15
Hey everyone. Well, I have a few questions about audio encoding. I have an video file (with audio, obviously) in the following container; *.MP4. In other words, it's an anime RAW with the audio.
I basically, just want to "demux" the audio from the video. I don't really care if I delete the audio of the *.MP4 because when encoding it's removed. I just want to have an audio track (in Nero AAC) separated from the video file (the audio can remain in the video, doesn't matter). I've tried MP4Box, and WAVI. Wavi seems to be very easy to work with, but I really don't get it..
I did an *.AVS script to drag-in to the WAVI executable {wavi.avs}; (This code was copied from here (http://forum.doom9.org/showthread.php?t=144728).)
wavi "D:\Documents and Settings\jpviegas\Desktop\topaz\Aplicações\WAVI\[tpz]_Tengen_Toppa_Gurren-Lagann_01.avs" - | neroAacEnc -b 256 -mpeg-vers 4 -o "D:\Documents and Settings\jpviegas\Desktop\topaz\Aplicações\WAVI\Audio_Test.aac" -
And the [tpz]_Tengen_Toppa_Gurren-Lagann_01.avs;
DirectShowSource("D:\Documents and Settings\jpviegas\Desktop\datayo\Tengen_Toppa_Gurren-Lagann_01.mp4")
The audio is encoded to one of the .avs file (wavi.avs). Thank's in advance. I could use and Audio GUI but now, I really want to do it with WAVI. Hehe...
:stupid:
I basically, just want to "demux" the audio from the video. I don't really care if I delete the audio of the *.MP4 because when encoding it's removed. I just want to have an audio track (in Nero AAC) separated from the video file (the audio can remain in the video, doesn't matter). I've tried MP4Box, and WAVI. Wavi seems to be very easy to work with, but I really don't get it..
I did an *.AVS script to drag-in to the WAVI executable {wavi.avs}; (This code was copied from here (http://forum.doom9.org/showthread.php?t=144728).)
wavi "D:\Documents and Settings\jpviegas\Desktop\topaz\Aplicações\WAVI\[tpz]_Tengen_Toppa_Gurren-Lagann_01.avs" - | neroAacEnc -b 256 -mpeg-vers 4 -o "D:\Documents and Settings\jpviegas\Desktop\topaz\Aplicações\WAVI\Audio_Test.aac" -
And the [tpz]_Tengen_Toppa_Gurren-Lagann_01.avs;
DirectShowSource("D:\Documents and Settings\jpviegas\Desktop\datayo\Tengen_Toppa_Gurren-Lagann_01.mp4")
The audio is encoded to one of the .avs file (wavi.avs). Thank's in advance. I could use and Audio GUI but now, I really want to do it with WAVI. Hehe...
:stupid: