I'm trying to create FLV video from sequence of images with mencoder.
I use following command :AndCode:mencoder "mf://@D:\Video\list.txt" -vf scale=320:240 -mf type=jpg:fps=4 -of lavf -ovc lavc -lavcopts vcodec=flv:vbitrate=250:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -oac copy -o D:\Video\video.flvto fix metadata.Code:flvtool2 -UP video.flv
But when I'm embed video to the site scrubbing doesn't work.
Can anyone help?
Already solved.
If someone else has similar problem, for me it work's fine with "keyint=x" parameter. With this parameter key frame will be inserted each "x" frames.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by Threshold_; 23rd Aug 2011 at 13:25.
-
Also check out: http://yamdi.sourceforge.net/
The scrubbing problem you experience is because many FLV encoders place the metadata at the end, many CLI programs are available to move the metadata to the START of the FLV, allowing the web player to scrub (given that you have a web player that properly supports such, if I remember correctly JW Player does a great job... http://www.longtailvideo.com/players/jw-flv-player/ )
Andrew
Similar Threads
-
mencoder - combining flv file without sound - help
By grissom in forum Video ConversionReplies: 1Last Post: 10th Aug 2011, 02:39 -
Mencoder // ffmpeg flv file Audio-video sync problem
By krishnareddy in forum ffmpegX general discussionReplies: 5Last Post: 26th Apr 2009, 09:13 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
FLV videos have with flvtool still no metadata
By maltePORN in forum ffmpegX general discussionReplies: 2Last Post: 27th Mar 2008, 12:16 -
FLV Metadata Problem
By RobinDeanDotCom in forum ffmpegX general discussionReplies: 9Last Post: 4th Dec 2007, 08:51