[H-GEN] command to convert a video file to mp4 format

Nick Lawrence n1cklawr3nc3 at gmail.com
Wed Jul 10 20:23:14 EDT 2013


Hi all,

A friend once gave me a command to run in a bash script that converted a
video file to mp4 format.

ffmpeg -i "${TARGET}" -r 25 -vcodec libx264 -acodec libfaac -threads 0 -ar
48000 -ab 128k -ac 2 -y -crf 18 "${TARGET%.*}.iPad.mp4"

This worked fine on my debian system.

But now I've got Ubuntu, and the same command doesn't work any more.

Is there a way of getting it to work? Or a different method of achieving
the same result?

Ta,
nick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.humbug.org.au/pipermail/general/attachments/20130711/ec8ff8da/attachment.html>


More information about the General mailing list