VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I'm trying to create FLV video from sequence of images with mencoder.

    I use following command :
    Code:
    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.flv
    And
    Code:
    flvtool2 -UP video.flv
    to fix metadata.

    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.
    Last edited by Threshold_; 23rd Aug 2011 at 13:25.
    Quote Quote  
  2. Member RogerTango's Avatar
    Join Date
    Nov 2007
    Location
    United States
    Search Comp PM
    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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!