VideoHelp Forum




+ Reply to Thread
Results 1 to 7 of 7
  1. Member
    Join Date
    Jun 2006
    Location
    United States
    Search Comp PM
    Hi, I found this site when I was looking for information on how to encode FLV's to another format. I followed two different topics, and neither one will work. The only method that will open the file is with AviSync and VirtualDub, but the file always ends up being 500 MB+ and the sound isn't synchronized to what's on screen.

    Because this is a Myspace video, I used the same method as someone else suggested (directshow 29.97 fps), but it does not work. Can someone give me some advice or tell me what I am doing wrong?

    I also need a small file. The FLV is 18 MB and I end up with a 3000% increase.
    Quote Quote  
  2. Member Krispy Kritter's Avatar
    Join Date
    Jul 2003
    Location
    St Louis, MO USA
    Search Comp PM
    Any file type that you convert it too is going to result in a huge increase. The reason FLV is used is because of the small file size.
    Google is your Friend
    Quote Quote  
  3. To get a smaller file size pick a compression codec and a suitable bitrate.
    Quote Quote  
  4. Member
    Join Date
    Jun 2006
    Location
    United States
    Search Comp PM
    The Riva FLV Encoder was what I tried first, and it couldn't open the file.
    Quote Quote  
  5. Video file size is all about video and audio compression codecs. If you want small file sizes use MPEG4 codecs like Divx, Xvid, or h.264 for the video, and MPEG 1 layer 2 (MP2) or layer 3 (MP3) for the audio.

    I have converted FLV files with AVISynth and VirtualDubMod. To keep audio sync you usually do have to specify the frame rate in your AVISynth script. It may also be necessary to use the convertfps argument:

    DirectShowSource("filename.flv", fps=29.97, convertfps=true)

    Of course, you need to figure out exactly what the frame rate of your FLV file is. I usually do this by playing the video in Media Player Classic (you need an FLV splitter -- but you probably already have one since you can open FLV files with AVISynth) and examining the Video Render properties. The value bounces around but you can tell if it should be one of the usual values 23.976, 25, or 29.97. You occasionally see half those values too.
    Quote Quote  
  6. How to download myspace video from myspace.com?

    I think I can convert them to other format.
    Quote Quote  



Similar Threads

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