`ls | grep ".MOD"`.split.each {|i| `ffmpeg -i #{i} -target pal-dv #{i.split(".")[0] + ".dv"}` }