VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. I need to convert files from .flv to whatever format in the shortest amount of time possible. I guess I could lower the bitrate, but that would produce lousy videos.

    So any ideas? All is welcome
    Quote Quote  
  2. Member zoobie's Avatar
    Join Date
    Feb 2005
    Location
    Florida
    Search Comp PM
    SUPER worked for me...
    Quote Quote  
  3. No no you don't understand. I wonder what codec is the fastest to convert TO from flv. I don't need any GUI.
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    seems like an incomplete question to me,

    also a peculiar request (if not ridiculous)

    this should be plenty fast:

    Code:
    ffmpeg -i input.flv -acodec copy -vcodec mpeg4 -qscale 2 -mbd 2 -flags trell output.avi

    tripp
    Quote Quote  
  5. Originally Posted by 45tripp
    seems like an incomplete question to me,

    also a peculiar request (if not ridiculous)

    this should be plenty fast:

    Code:
    ffmpeg -i input.flv -acodec copy -vcodec mpeg4 -qscale 2 -mbd 2 -flags trell output.avi
    Ok, thanks. How is it ridiculous? I am creating an application for on-the-fly conversion of videos, and i need to tweak it to become as fast as possible.
    Quote Quote  
  6. Member
    Join Date
    Jan 2004
    Location
    Australia
    Search Comp PM
    Did you mean what file format (container) and video type to convert to ? You can use many different "cocecs" to playback mpeg1 and mpeg2, and many tools to convert video types from one to another eg mpeg1 to mpeg2 ?

    "I wonder what codec is the fastest to convert TO from flv" ... from flv to what ? h.264 in AVI or the same in .mp4 or what ? Suggest you state your objective in outcome terms.
    Quote Quote  



Similar Threads

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