Reputation: 567
I have several MKV files in several folders. I wanted to be able to add a Video track & Audio track that is supported by my TV.
So let's say I got a MKV with a DTS Audio track. After the convertion the MKV would both have the original DTS Audio track and a AAC Audio track.
I am thinking of a powershell script where I run a command to extract information about existing tracks and the based on that add required tracks.
If anyone can point me to the right tool I would be very happy.
UPDATE: I found that "mediainfo" seems like a great tool for the "get information about the mkv part". Which means that I only need a tool for the update mkv file part
Upvotes: 0
Views: 209