#!/bin/bashdirs=~/Desktop/動画フォルダ/for movie in ${dirs}*;do # ここから実行処理を記述 ffmpeg -i "${movie}" -c:v hevc -tag:v hvc1 "${movie%.*}.mp4"done
sh スクリプト.sh