mac 音频 视频转换脚本

#!/bin/bash
# Bash Menu Script Example

PS3='Please enter your choice: '
options=("Option 1 to-mp4" "Option 2 cut" "Option 3 m4a2mp3" "Quit")
select opt in "${options

你可能感兴趣的:(linux,源码,macos,音视频,ffmpeg)