Mass convert lesser known formats such as asf, flv, and wmv to mp4 contained x264 files using ffmpeg.
- Retains file's original bitrates (audio/video).
- Retains file's original date/time stamp.
- Temp files for 2 pass encode are written to /tmp (should be tmpfs).
Call the script in the directory containing the target files to convert.
AUR Package: https://aur.archlinux.org/packages/auto-reencode
- bash
- coreutils
- ffmpeg
- findutils