VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    I've tried ffmpeg, nero, eac3to, tsmuxer, libav, qaac and megui. I have a 6 channel aac from a movie. I just want to demux it to 6 mono wavs. I keep getting the error the Nero Decoder 2 instance failed, no matter what I do, trying other versions, etc.
    In 2020 is there still no easy way to do this? Please advise. I'm on Win 10.
    Quote Quote  
  2. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Audacity with the FFmpeg add-on can do it.

    Set Preferences / import - export / use advanced mixing options.
    Open your file
    File / export/ export multiple
    Quote Quote  
  3. Member Cornucopia's Avatar
    Join Date
    Oct 2001
    Location
    Deep in the Heart of Texas
    Search PM
    Have not verified this yet, but why don't you try doing it in 2 steps?:
    multichannel AAC -> multichannel WAV, and then
    multichannel WAV -> individual mono WAV files

    There seems to be a number of tools that should do that.


    Scott
    Quote Quote  
  4. You could try:
    ffmpeg -i in.aac -filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" -map "[FL]" front_left.wav -map "[FR]" front_right.wav -map "[FC]" front_center.wav -map "[LFE]" lfe.wav -map "[BL]" back_left.wav -map "[BR]" back_right.wav
    Quote Quote  
  5. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Originally Posted by ProWo View Post
    You could try:
    ffmpeg -i in.aac -filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" -map "[FL]" front_left.wav -map "[FR]" front_right.wav -map "[FC]" front_center.wav -map "[LFE]" lfe.wav -map "[BL]" back_left.wav -map "[BR]" back_right.wav
    Input #0, aac, from 'in.aac':
    Duration: 00:03:15.35, bitrate: 216 kb/s
    Stream #0:0: Audio: aac (LC), 48000 Hz, 5.1, fltp, 216 kb/s
    front_left.wav: Permission denied

    ?
    Quote Quote  
  6. Member
    Join Date
    May 2006
    Location
    United States Of America
    Search Comp PM
    Originally Posted by davexnet View Post
    Audacity with the FFmpeg add-on can do it.

    Set Preferences / import - export / use advanced mixing options.
    Open your file
    File / export/ export multiple
    I can't locate the proper libraries for it...?
    Quote Quote  
  7. Originally Posted by takearushfan View Post
    Originally Posted by ProWo View Post
    You could try:
    ffmpeg -i in.aac -filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" -map "[FL]" front_left.wav -map "[FR]" front_right.wav -map "[FC]" front_center.wav -map "[LFE]" lfe.wav -map "[BL]" back_left.wav -map "[BR]" back_right.wav
    Input #0, aac, from 'in.aac':
    Duration: 00:03:15.35, bitrate: 216 kb/s
    Stream #0:0: Audio: aac (LC), 48000 Hz, 5.1, fltp, 216 kb/s
    front_left.wav: Permission denied

    ?
    You have to add a target path to all outputs, g.e. "D:\video\ front_left.wav"
    Quote Quote  
  8. Originally Posted by ProWo View Post
    You have to add a target path to all outputs, g.e. "D:\video\ front_left.wav"
    Or just put the aac file and batch file in a folder the CLI can write to.

    Try this minor modification in a batch file:

    Code:
    ffmpeg -i %1 -filter_complex "channelsplit=channel_layout=5.1[FL][FR][FC][LFE][BL][BR]" -map "[FL]" "%~dpn1.front_left.wav" -map "[FR]" "%~dpn1.front_right.wav" -map "[FC]" "%~dpn1.front_center.wav" -map "[LFE]" "%~dpn1.lfe.wav" -map "[BL]" "%~dpn1.back_left.wav" -map "[BR]" "%~dpn1.back_right.wav"
    You can drag/drop any AAC file onto it and the output WAVs will be generated in the same folder as the AAC file. If you put the batch file in your SendTo folder with the name AAC2WAV.BAT you can right click on any AAC file and select Send To -> AAC322WAV.BAT.
    Last edited by jagabo; 29th Jul 2020 at 12:45.
    Quote Quote  
  9. Member
    Join Date
    Mar 2008
    Location
    United States
    Search Comp PM
    Originally Posted by takearushfan View Post
    Originally Posted by davexnet View Post
    Audacity with the FFmpeg add-on can do it.

    Set Preferences / import - export / use advanced mixing options.
    Open your file
    File / export/ export multiple
    I can't locate the proper libraries for it...?
    Just in case you may need it later ....
    https://manual.audacityteam.org/man/installing_ffmpeg_for_windows.html
    Quote Quote  
  10. Member hech54's Avatar
    Join Date
    Jul 2001
    Location
    Yank in Europe
    Search PM
    BeSweet and BeSweet GUI would have been my first choice.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!