04 Sep, 2008
Converting audio/video from one format to another
Posted by: James In: Entertainment Centre| Linux
Over the past couple of years I have needed to convert audio and video files from one format/container to another.
Here I hope to archive all the useful commands that I use to get the job done.
.mkv to divx
I found a cool little script from HowForge.com that uses mencoder for conversion.
#!/bin/sh
INPUT=$1
OUTPUT=$2
mplayer “$INPUT” -ao pcm:fast:file=audio.wav -vc null [...]
Tags: Linux













Recent Comments