Answers for "Extract all audio tracks / streams"

PHP
0

Extract all audio tracks / streams

ffmpeg -i input.mov -map 0:a -c copy output.mov
Posted by: Guest on September-12-2021

Browse Popular Code Answers by Language