bartekmotyl / simple-video-cutter

Windows-based tool for efficient browsing and cutting video footage
MIT License
320 stars 42 forks source link

Support for Multiple Audio Track Support (Feature request #20) #36

Closed tbiering closed 3 years ago

tbiering commented 3 years ago

Hey bartekmotyl,

I have solved the feature request #20 by always selecting all audio streams (using the additional argument "-map 0", as documented in https://trac.ffmpeg.org/wiki/Map )

Best regards, Thomas

bartekmotyl commented 3 years ago

Thanks for taking care!

btw. this could be also achieved by using a custom profile, but indeed it make sense to use -map 0 as a default.