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

Lachlan lachlan.00 at gmail.com
Wed Jul 10 20:31:43 EDT 2013


winff or arista transcoder would probably help you out.

http://winff.org
http://www.transcoder.org


On 11 July 2013 10:23, Nick Lawrence <n1cklawr3nc3 at gmail.com> wrote:

> [ Humbug *General* list - semi-serious discussions about Humbug and     ]
> [ Unix-related topics. Posts from non-subscribed addresses will vanish. ]
>
>
> 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
>
> _______________________________________________
> General mailing list
> General at lists.humbug.org.au
> http://lists.humbug.org.au/mailman/listinfo/general
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.humbug.org.au/pipermail/general/attachments/20130711/15097577/attachment.html>


More information about the General mailing list