Root, Qubits & Qualia
Linux how‑tos, quantum insights, and explorations into the nature of mind
Pages
Home
Friday, July 19, 2013
Convert MP4 to MKV
My Blue Ray Player does not play .mp4 files (x264)
To convert .mp4 files to .mkv using ffmpeg
sudo yum install ffmpeg
(To install ffmpeg)
Then use the following command
ffmpeg -i filename
.mp4 -vcodec ffv1 -acodec pcm_s16le filename
.mkv
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)