From 70865523109b24d0e0352c129014adf6e48b2b59 Mon Sep 17 00:00:00 2001
From: kfrn sh Rewrap-MXF.sh
.
Modify the ffmpeg script as needed to perform different transcodes :)
The basic pattern will look similar to this:
- for item in *.ext; do ffmpeg -i $item
for item in *.ext; do ffmpeg -i $item (ffmpeg options here) "${item%.ext}_suffix.ext"
e.g., if an input file is bestmovie002.avi, its output will be bestmovie002_suffix.avi.