<br><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 1:56 AM, Evuraan <span dir="ltr">&lt;<a href="mailto:evuraan@gmail.com">evuraan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I am nearing my disk capacity, and tried to reduce %usage by replacing<br>
 my older recordings with their smaller avis :<br>
<br>
mencoder input.mpg -ovc lavc -vf scale=720:480 -oac mp3lame -o output.avi<br>
<br>
I then changed the filesize and basename (to output.avi) of the<br>
programid using mysql updates, and deleted  input.mpg<br>
<br>
update recorded set filesize = &#39;$SIZE&#39; where programid: = &#39;$GRAMID&#39; ;<br>
update recorded basename = &#39;output.avi&#39; where programid: = &#39;$GRAMID&#39; ;<br>
<br>
But when I tried to play the program from FE, the playback is screwed<br>
up - sometimes too fast, choppy, FF &amp; RW sucks, and F/E even exited a<br>
few times.<br>
<br>
Hence this question: How do you guys do it? Am I doing it wrong?<br>
should I be saving those as something other than avi?<br></blockquote><div><br>Your seektables are probably still set for the other recording.  Run mythcommflag --rebuild on the file or mythtranscode (check the command-line option) to rebuild the seek tables.<br>
<br>Kevin<br></div></div><br>