TroubleChute Logo
VIDEOS

Seperate video and multitrack audio EASILY with FFMPEG | Guide


Published: Jan 30, 2020
Last Edit: Jan 30, 2020
113 Words, 1 Minute.

Watch the video:


Timestamps:
0:00 - Explanation
2:36 - Splitting video and audio tracks

Want to import multitrack audio from a video into a project? Want an easier way of separating each track from the video? Well, you can save all separate tracks as separate files quickly using this simple script.
I use it to remux MKV into MP4, with separate AAC audio files for each layer I’m importing into my Premiere Pro Project.

Set up FFMPEG on Windows: Go to post or View on YouTube

Command: ffmpeg -i “input.mp4” -map 0:v -c copy “output.mp4” -map 0🅰️0 -c copy “output_0.aac”-map 0🅰️1 -c copy “output_1.aac” -map 0🅰️2 -c copy “output_2.aac”

Download the batch file I show: https://tcno.co/TroubleChute/dl/?dl=AutoConvert.bat&yt=I0buEOp3l1k

TroubleChute © Wesley Pyburn (TroubleChute)
Support Me Privacy Policy Cookies Policy Terms of Service Change privacy settings Contact