mencoder installed on your server is not able to conver the video.
The command used to convert video is
Code:
export LD_LIBRARY_PATH=/home/juliemstone/lib; /home/juliemstone/bin/mencoder /home/juliemstone/videos.trailerspy.com/movies/video/wdigm.wmv -o /home/juliemstone/videos.trailerspy.com/movies/flvideo/1189626476288503589.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
If that works, you will see the video converted to FLV format at
/home/juliemstone/videos.trailerspy.com/movies/flvideo/1189626476288503589.flv
Bookmarks