VideoHelp.com Forum
+ Reply to Thread
Results 1 to 6 of 6
Thread
  1. Member
    Join Date: Dec 2009
    Location: United States
    I just installed ffmpeg and I am finding that the formats that I need most, MP4 and MOV, are not working properly. the encoding process is almost instant, and the files that it produces, while named correctly, are corrupt. The AVI format workd only part of te time, and I am generally stuck with the FLV files that I startd with. Any Suggestions? I will post the log below:


    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    Encoding started on Mon Dec 7 21:26:53 EST 2009
    Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 24.00 (24/1)
    Input #0, flv, from '/Users/andrewsmith/Desktop/213708.flv':
    Duration: N/A, bitrate: N/A
    Stream #0.0: Audio: mp3, 22050 Hz, stereo
    Stream #0.1, 24.00 fps(r): Video: flv, yuv420p, 320x234
    Codec type mismatch for mapping #0.0 -> #0.0
    Quote Quote  

  2. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    Originally Posted by fesmitty77
    Codec type mismatch for mapping #0.0 -> #0.0
    This is a error that will pop up on ffmpeg conversions with stream #0.0 as audio and stream #0.1 as video. The solution is to alter the stream mapping. You may do so in ffmpegX by setting the "invert mapping" checkbox in the Audio tab. This will set mapping #0.0 -> #0.1 and #0.1 -> #0.0, so that audio converts to audio and video converts to video.
    Quote Quote  

  3. Member
    Join Date: Dec 2009
    Location: United States
    Cool. I did that, unfortunately there is now no file being created at all....
    Quote Quote  

  4. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    Please post the new log.
    Quote Quote  

  5. Member
    Join Date: Dec 2009
    Location: United States
    My bad:

    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    Thu Dec 10 14:01:49 EST 2009
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)
    [flv @ 0x5597b8]Unsupported video codec (4)

    Seems that stream 1 comes from film source: 1000.00 (1000/1) -> 29.97 (30000/1001)
    Input #0, flv, from '/Users/andrewsmith/Desktop/patrick combs.flv':
    Duration: 01:10:54.8, bitrate: N/A
    Stream #0.0: Audio: mp3, 44100 Hz, stereo
    Stream #0.1, 29.97 fps(r): Video: 0x0004
    Incorrect frame rate
    Quote Quote  

  6. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    Originally Posted by fesmitty77
    [flv @ 0x5597b8]Unsupported video codec (4)
    Stream #0.1, 29.97 fps(r): Video: 0x0004
    ffmpeg can read many video codecs, but not all. The video codec of this FLV isn't natively supported. But there is a way to help ffmpegX support it:
    1/ Install Perian to add FLV support to QuickTime, including this 0x0004 video codec.
    2/ Tell ffmpegX to use QuickTime (and Perian) for reading the source file: Set "Decode with QT" in the Options tab. Encode.
    Quote Quote  




Similar Threads

  1. Replies: 102
    Last Post: 2nd Apr 2012, 10:35
  2. Replies: 4
    Last Post: 20th Mar 2012, 09:48
  3. trouble with audio after appending a .jpg turned .mp4 to another .mp4
    By canadianjameson in forum Newbie / General discussions
    Replies: 7
    Last Post: 26th Jun 2011, 09:55
  4. Replies: 9
    Last Post: 29th Dec 2010, 18:34
  5. Having trouble with a conversion (mp4 / avi / mov / flv)
    By loxley in forum Video Conversion
    Replies: 4
    Last Post: 23rd Feb 2009, 11:17
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools