#!/bin/bash
for i in *.264; do ffmpeg -i "$i" "${i%.*}.mp4"; done