Hi,

In template_c/debug.txt

/usr/bin/mencoder '/home/pyrobug/public_html/pyrovideos/video/_Original1942_BambiTrailer.avi' -o /home/pyrobug/public_html/pyrovideos/flvideo/11974400651764193953.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup

This command gives error --

Exiting...

2007-12-12 0:14:25 -------------------------------------------------------------
2007-12-12 0:14:25 Return value: Exiting...
2007-12-12 0:14:25 File Size too small : 0 Bytes, Upload a big video.
2007-12-12 0:14:25 Calling process_video[4,0]

==========

If we use this command on shell --

/usr/bin/mencoder /home/pyrobug/public_html/pyrovideos/video/Intersection.mpg -o /home/pyrobug/public_html/pyrovideos/video/1.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es

It converts the video properly.

Now what I want is just go to convert.php and replace

"-ofps 24 -vf harddup"

with

"-lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es"

But your convert.php is encoded -- how should we make the change.

Lea