VideoHelp Forum




+ Reply to Thread
Results 1 to 20 of 20
  1. Member
    Join Date
    Feb 2004
    Search PM
    Heyl all
    Im trying to convert a .flv file that I got from myspace.com to an avi or mpg for dvd burning. What program do you guys reccommend. Ive downloaded many and none have seem to work properly. Your help is really appreciated.

    Thanks
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    https://forum.videohelp.com/viewtopic.php?t=299796

    A lot of flv converters don't support VP62 video.
    Quote Quote  
  3. Member
    Join Date
    Feb 2004
    Search PM
    Thanks, I had no idea. What programs do I get so I can get it to work.

    I went to http://forum.doom9.org/showthread.php?p=817779#post817779

    And I downloaded some new mpclassic that plays that associated file, and it is playing. But I really want to convert it.
    Quote Quote  
  4. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    You need to download the external version. There is a link in the post you linked to. That way apps other than MPC can use it.
    Quote Quote  
  5. Member
    Join Date
    Feb 2004
    Search PM
    is it FLVSplitter that I need to download?? If so what do I do with it
    Quote Quote  
  6. Member
    Join Date
    Feb 2004
    Search PM
    moderator please close this
    Quote Quote  
  7. Member zoobie's Avatar
    Join Date
    Feb 2005
    Location
    Florida
    Search Comp PM
    why?
    these threads are used to teach others
    you can always use a screen cap I suppose...
    Quote Quote  
  8. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    Is it possible to do this with mencoder mplayer or ffmpeg? Or are there any other command line tools that can do this type of conversion?

    I have an flash app that records from your web cam and makes an flv, I have to make a 3GP version of that flv, but before I can do that it needs to be avi or mpeg.

    Can anyone help me out?
    Quote Quote  
  9. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    mencoder/mplayer and ffmpeg can handle flv's containing Sorenson Spark video. None of them can handle vp62 video. Could be that there are some patches out there to make use of libvp62. Only implimentation that I am aware of so far though is Gabest's filter as per above.
    Quote Quote  
  10. Member
    Join Date
    Feb 2004
    Location
    Australia
    Search Comp PM
    Super .
    Quote Quote  
  11. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    I'm sure about delving into new software. If at all possible I'd like to use what I have in place already.

    Anyone know the syntax to convert a flv to avi with any of the tools I listed? I have the FLVSplitter.ax registered, and I can convert the file. But I'm running into mad frame skipping, to the point where the output file will have 22 seconds of video and 6 seconds of audio.

    This is what I tried initially that I found on doom9
    Code:
    mencoder file.flv -o file.avi -oac mp3lame -lameopts cbr:br=128 -ovc xvid -xvidencopts bitrate=500
    I'm not sure if the audio gets cut off or what, because the video comes out the right time length regardless of the extra 1000 frames, and audio is short.

    These flv's are recorded from webcams so they are low quality audio and video, I'm don't know what I can do to properly convert them.

    mencoder/mplayer and ffmpeg can handle flv's containing Sorenson Spark video.
    ffmpeg can decode/encode flv too... does anyone know the syntax for this?
    Quote Quote  
  12. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    Here's a pic of the console, tried this, I get my AVI but it has no audio at all.


    Quote Quote  
  13. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    The macromedia site has this to say about audio codecs
    Sound Codecs - In addition you may experience problems with some sound codecs. In most cases, the video import panel will display a warning about audio tracks using unsupported codecs. The following sound codecs are not supported:

    • IMA 4:1
    • Some 3rd party video and audio codecs available for Windows can cause issues like distorted video or audio, and crashes. This can be the case, for example, with MPEG2 video codecs which usually come with DVD playback software.

    We recommend the following sound codecs when using QuickTime:

    • Uncompressed audio
    • ALaw 2:1
    • ADPCM
    I tried adpcm_ima_wav as the codec and it said unsupported, what do I specify to just get the raw uncompressed audio?

    Are they just mentioning codecs that can playback flash audio or codecs that flash actually uses for audio?
    Quote Quote  
  14. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    mencoder uses libavformat/codec same as ffmpeg. Neither of them use flvsplitter.ax. To make use of flvsplitter play the file, try and play the file in a dshow based media player.
    Quote Quote  
  15. Member
    Join Date
    Nov 2002
    Location
    United States
    Search Comp PM
    I give up. I can't get any of these programs to convert flv. Super almost does it but the first 5 seconds are corrupt and about a third of the way into the movie, it gets more corruption and about five seconds later, it ends. No error message in Super, it just doesn't convert the whole movie, what it does encode is corrupt and it puts a watermark on the bottom. That's more than the other programs did and it was error message after error message, no matter what settings I used. Got some good audio but that was it.

    I guess I'll just have to be happy that I can view the files with the flv players, something I couldn't do before with Macromedia Flash player. I don't know how many files I threw away because I couldn't get them to play. Wish I could remember where I downloaded them from.
    Quote Quote  
  16. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    Originally Posted by celtic_druid
    mencoder uses libavformat/codec same as ffmpeg. Neither of them use flvsplitter.ax. To make use of flvsplitter play the file, try and play the file in a dshow based media player.
    I don't need something for playback. I need to decode the flv and encode it as something else. I just can't find any info on FLV audio codecs and everything I've tried so far hasn't worked. I can make an flv into an avi with ffmpeg but it has no audio. When I try to rip just the audio from the FLV with mplayer I get "Cannot find codec for audio format 0x5." Man is it ever hard to find information on this.

    Field Data Type Example Description
    Signature byte[3] “FLV” Always “FLV”
    Version uint8 “\x01” (1) Currently 1 for known FLV files
    Flags uint8 bitmask “\x05” (5, audio+video) Bitmask: 4 is audio, 1 is video
    Offset uint32_be “\x00\x00\x00\x09” (9) Total size of header (always 9 for known FLV files)
    Now I really don't know where to start looking for ripping the audio.
    Quote Quote  
  17. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    Well it does say unsupported audio in the above ffmpeg screenshot and as I said, mplayer is basically using the same decoders.

    If you can't play it via dshow, then you can't convert it. If you can play it, then you can convert it. Either way, the first step is to try and play it to see.
    Quote Quote  
  18. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    I know the FLV's are created using Sorenson Spark Video and IMA 4:1 for audio.
    After registering FLVSplitter.ax and trying to open an FLV in Media Player Classic I get this (screenshot).

    FFMPEG Docs:
    4X IMA ADPCM - ENCODING: NO DECODING: YES


    Short answer that could of been said posts ago: It can't be done.
    Quote Quote  
  19. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    Looks like wFormatTag is cut off. A copy and paste of the text would probably have been better.
    Quote Quote  
  20. Member kastion's Avatar
    Join Date
    Mar 2006
    Location
    Canada
    Search Comp PM
    I only got that error in Media Player Classic once for some reason, I can't recreate it.

    When I open my AVI in GSpot I get this info for the audio codec:

    ibm_cvsd (0x0005) IBM Corporation


    gspot_output.bmp
    Quote Quote  



Similar Threads

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