<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. 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). The output is grainy/blocky; can anyone suggest which parameters to tweak to improve quality? Thanks</font></div>
<div dir="ltr"><font face="times new roman"></font> </div>
<div dir="ltr">ffmpeg -i "/mythstorage/recordings/1201_20120626233400.mpg" -acodec aac -strict experimental -ab 128k -ac 2 -vol 2560 -s 800x600 -vcodec mpeg4 -flags +aic+mv4 -trellis 2 -cmp 2 -subcmp 2 -bufsize 20M -g 300 -metadata title="The Colbert Report-Richard
Ford" "/tmp/The_Colbert_Report-Richard_Ford.mp4"</div>
</body>
</html>