Image Album
News
-
Category: General
Short: An sh script to convert mkv files to mp4 Author: Fredrik Wikstrom Uploader: Fredrik Wikstrom <fredrik a500 org> Type: gfx/conv Architecture: generic Download: video/mkv2mp4.7z Requirements: - avconv or ffmpeg installed Note: By default the script uses avconv, to make it use ffmpeg instead just replace "avconv" with "ffmpeg" inside the script file. Installation: sudo cp mkv2mp4 /usr/local/bin/ Usage: cd /path/to/mkv/files/ mkv2mp4 All *.mkv files in the current directory will be converted to mp4. This script is useful for me at least as mkv files are not playable on the PS3 but mp4 files are.