<html dir="ltr"><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style title="owaParaStyle"><!--P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
--></style>
</head>
<body ocsi="x">
<div dir="ltr"><font color="#000000" size="2" face="Tahoma">I have a job setup to convert myth recordings to a format I can use on my blackberry.&nbsp; I built this based on snippets I found around, and it seems to work other than the output quality is very poor
 (but nice and small).&nbsp; The output is grainy/blocky; can anyone suggest which parameters to tweak to improve quality?&nbsp; Thanks</font></div>
<div dir="ltr"><font face="times new roman"></font>&nbsp;</div>
<div dir="ltr">ffmpeg -i &quot;/mythstorage/recordings/1201_20120626233400.mpg&quot; -acodec aac -strict experimental -ab 128k -ac 2 -vol 2560 -s 800x600 -vcodec mpeg4 -flags &#43;aic&#43;mv4 -trellis 2 -cmp 2 -subcmp 2 -bufsize 20M -g 300 -metadata title=&quot;The Colbert Report-Richard
 Ford&quot; &quot;/tmp/The_Colbert_Report-Richard_Ford.mp4&quot;</div>
</body>
</html>