Skip to main content
11 events
when toggle format what by license comment
Apr 25, 2016 at 16:26 answer added Hiroshi Shawn timeline score: 2
Dec 30, 2015 at 3:10 comment added jiggunjer This is why people should always learn some basic programming skills. It's almost 2016 :)
Dec 29, 2015 at 14:07 vote accept MrDesperate
Dec 29, 2015 at 14:06 answer added Vomit IT - Chunky Mess Style timeline score: 1
Dec 29, 2015 at 14:05 comment added MrDesperate Dude, I LOVE YOU. You saved my day. // FOR %A IN ("*.m4a") DO ffmpeg -i "%~A" -vn -c:a copy "%~NA.aac" // Was the thing. ffmpeg.exe is in the same folder as the files. :)
S Dec 29, 2015 at 14:01 history suggested g2mk CC BY-SA 3.0
improved formating and redability
Dec 29, 2015 at 13:59 review Suggested edits
S Dec 29, 2015 at 14:01
Dec 29, 2015 at 13:58 comment added Vomit IT - Chunky Mess Style Try something like this and report back your results. Just plug in your source path and the output path accordingly. FOR %A IN ("C:\SourcePath\*.m4a") DO ffmpeg -i "%~A" -vn -c:a copy "C:\OutputPath\%~NA.acc". Do this from a command line manually too, not from a batch script and TEST it first too, do not run it against critical files until TESTING is complete.
Dec 29, 2015 at 13:51 review First posts
Dec 29, 2015 at 13:59
Dec 29, 2015 at 13:48 comment added MrDesperate I meant to write ".aac" not ".acc".
Dec 29, 2015 at 13:46 history asked MrDesperate CC BY-SA 3.0