VideoHelp Forum




+ Reply to Thread
Results 1 to 9 of 9
  1. I have a film that was windows media comprised of WMV video and WMAudioV2 audio, I have encoded the video to m2v with HC and now I want to get hold of the audio stream so I can the mulitplex

    Now when I open ffmpeg and click browse the file is not listed even if I click 'all files'

    Am I missing some kind of ffmpeg codec or plugin?
    Quote Quote  
  2. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    You're going to have to convert your source file to WAV first, before you can use ffmpeg. The must be a program to do that, just can't think of one at the moment.
    Quote Quote  
  3. Originally Posted by Soopafresh
    You're going to have to convert your source file to WAV first, before you can use ffmpeg. The must be a program to do that, just can't think of one at the moment.
    Unless I am wrong, according to the ffmpeg documentation it supports wmaudiov2: http://ffmpeg.sourceforge.net/ffmpeg-doc.html#SEC20

    Supported Codec Encoding Decoding Comments
    MPEG audio layer 2 IX IX
    MPEG audio layer 1/3 IX IX MP3 encoding is supported through the external library LAME
    AC3 IX IX liba52 is used internally for decoding
    Vorbis X X supported through the external library libvorbis
    WMA V1/V2 X
    AAC X X supported through the external library libfaac/libfaad
    Microsoft ADPCM X X
    MS IMA ADPCM X X
    QT IMA ADPCM X
    4X IMA ADPCM X
    G.726 ADPCM X X
    Duck DK3 IMA ADPCM X used in some Sega Saturn console games
    Duck DK4 IMA ADPCM X used in some Sega Saturn console games
    Westwood Studios IMA ADPCM X used in Westwood Studios games like Command and Conquer
    SMJPEG IMA ADPCM X used in certain Loki game ports
    CD-ROM XA ADPCM X
    CRI ADX ADPCM X X used in Sega Dreamcast games
    Electronic Arts ADPCM X used in various EA titles
    Creative ADPCM X
    RA144 X Real 14400 bit/s codec
    RA288 X Real 28800 bit/s codec
    RADnet X IX Real lowbitrate AC3 codec, liba52 is used for decoding
    AMR-NB X X supported through an external library
    AMR-WB X X supported through an external library
    DV audio X
    Id RoQ DPCM X used in Quake III, Jedi Knight 2, other computer games
    Interplay MVE DPCM X used in various Interplay computer games
    Xan DPCM X used in Origin's Wing Commander IV AVI files
    Sierra Online DPCM X used in Sierra Online game audio files
    Apple MACE 3 X
    Apple MACE 6 X
    FLAC X
    FFmpeg Sonic X X Experimental lossy/lossless codec

    I WILL sort this by late evening lol
    Quote Quote  
  4. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    Right you are, but FFMPEGGUI won't do that for you. You'll have to do it via command line.
    Quote Quote  
  5. I'm a Super Moderator johns0's Avatar
    Join Date
    Jun 2002
    Location
    canada
    Search Comp PM
    If the file doesnt show up when you browse for it just type ** for the file name,then all files will be shown.
    I think,therefore i am a hamster.
    Quote Quote  
  6. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    OK, this looks like it works:

    ffmpeg -i yourfile.wmv -vn -ar 48000 -ac 2 -acodec mp2 -ab 256 target.mp2


    that will make 48K 256kbs mp2 file named 'Target.mp2'


    I'm curious to hear if your resulting muxed MPEG has good audio sync. Please let us know.
    Quote Quote  
  7. Originally Posted by Soopafresh
    I'm curious to hear if your resulting muxed MPEG has good audio sync. Please let us know.
    Did it bollocks lol

    I was gutted, the audio was out of sync right from the outset, starting at about half a second out then getting so bad I gave up trying to fathom how far out it was, I have no idea how it did that and as such I would be still at a loss even if I used some utility to offset the audio

    In the end I Googled for some KVCD templates and used those to acheive a smaller VCD file, it was acceptable but still thats not the point is it?

    The bastard beat me LOL
    Quote Quote  
  8. Originally Posted by johns0
    If the file doesnt show up when you browse for it just type ** for the file name,then all files will be shown.
    IT WORKS!!!, THAT IS SO KEWL!

    Thanks a million mate


    I still wouldnt mind knowing why the files wont list though?, is it a bug?
    Quote Quote  
  9. BTW, sorry Baldrick mate, I normally dont do the double post thing its just that two quite separate posts sort of found the same ground mate

    Nice to say that THANKS AGAIN TO THIS SITE, I have got the answer


    No probs either way though mate
    Quote Quote  



Similar Threads

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