Menu

#23 What is the command line syntax

1.0
open
nobody
None
2019-01-07
2016-07-30
fred bloggs
No

I found using process hacker that it uses
AAXtoMp3 -i "file to convert".aax, but it does not run properly

can I run this from the command line in batch, or do I have to use the gui?

I suppose I can use autohotkey to automate the gui.

Discussion

  • Matthias

    Matthias - 2016-08-14

    I too gave the command line a try because GUI always crashes but aaxtomp3.exe keeps working for a CPU-intense while but without any resulting file. The command above makes the shell continuously writing tons of charactars without seemingly ever finishing. Are there any other arguments like "-i" ?
    I really want this to work because the workaround with iTunes+VirtualCD is truly painful.

     
  • logicisme

    logicisme - 2019-01-07

    aaxtomp3.exe -i {pathtofile.aax} | ffmpeg -i pipe:0 {pathtoout.mp3}

    Doesn't like spaces, etc. Works with quotes. Can choose different output file formats whatever ffmpeg supports. See my project if you wanted to try another GUI that can batch. https://sourceforge.net/projects/aax-batch-convert-mp3/

     

    Last edit: logicisme 2019-01-10

Log in to post a comment.

MongoDB Logo MongoDB