<div class="gmail_quote">On Sun, Feb 13, 2011 at 15:01, Luka Princic // Nova deViator <span dir="ltr">&lt;<a href="mailto:nova@deviator.si">nova@deviator.si</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
been reading some previous discussions, and it seems like the best<br>
codec for pix_film is mjpeg, as in not-cpu-expensive. if i encode my<br>
movies with ffmpeg with parameters<br></blockquote></div><br>I usually follow the following workflow for encoding :<br><br>First I grab some video from a random source and run it through mencoder to get a mjpeg avi without sound :<br>
<br># mencoder INPUT -o OUTPUT -ovc lavc -lavcopts vbitrate=1800:vcodec=mjpeg -nosound<br>( these files work perfectly in veejay btw )<br><br>Then I run it through ffmpeg to turn it into a quicktime file :<br><br># ffmpeg -i INPUT(.avi) -vcodec copy OUTPUT(.mov)<br>
<br>You should find that pix_film has no problem opening the resulting .mov  files :) <br><br>Enjoy!<br><br>--<br>buZz<br><a href="http://puikheid.nl/">http://puikheid.nl/</a><br>