
Seperate video and multitrack audio EASILY with FFMPEG | Guide
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: https://youtu.be/a_KqycyErd8
Command: ffmpeg -i "input.mp4" -map 0:v -c copy "output.mp4" -map 0:a:0 -c copy "output_0.aac"-map 0:a:1 -c copy "output_1.aac" -map 0:a:2 -c copy "output_2.aac"
Download the batch file I show: https://tcno.co/TroubleChute/dl/?dl=AutoConvert.bat&yt=I0buEOp3l1k
Timestamps:
0:00 - Explanation
2:36 - Splitting video and audio tracks
-----------------------------
๐ธ Found this useful? Help me make more! Support me by becoming a member: https://youtube.com/channel/UCkih2oVTbXPEpVwE-U7kmHw/join
-----------------------------
๐ธ Direct donations via Ko-Fi: https://ko-fi.com/TCNOco
๐ฌ Discuss video & Suggest (Discord): https://s.tcno.co/Discord
๐ Game guides & Simple tips: https://YouTube.com/TroubleChuteBasics
๐ Website: https://tcno.co
๐ง Need voice overs done? Business query? Contact my business email: TroubleChute (at) tcno.co
Everything in this video is my personal opinion and experience, and should not be considered professional advice. Always do your own research and make sure what you're doing is safe.