You can use -map to select which streams to place in an output file. For example: ffmpeg -i INPUT -map 0:1 out.wav. will map the input stream in ' INPUT ...
確定! 回上一頁