Code: Select all
ffmpeg.exe -i INPUT.mp4 -vn -c copy OUTPUT.m4a
Code: Select all
ffmpeg.exe -i INPUT.mp4 -vn -c copy OUTPUT.m4a
Code: Select all
ffmpeg.exe -i file.mp4 -vn -c copy OUTPUT.m4a
Amusingly, I scoured the site for the original reference and thought -- based on keywords -- it was Ruby's post. I somehow completely missed the actual suggestion I took this from on the same thread. This is what happens when you take notes to post about something days or weeks later.