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