VideoHelp.com Forum
+ Reply to Thread
Results 1 to 9 of 9
Thread
  1. Member
    Join Date: Sep 2009
    Location: Puerto Rico
    i have installed the binaries and intalled the software properly, or so i think, but when i try to encode a video it makes a video file with no data (zero bytes) what am i doing wrong?? please and thanxs.


    -Se0r
    Quote Quote  

  2. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date: Aug 2000
    Location: Sweden
    Moving you to our ffmpegx section.

    Does it happen with all your video files?
    Quote Quote  

  3. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    After trying to encode a file, click the blue "i" in the ffmpegX Progress window. This will bring up a new window with the Process Information. It is like a log of what ffmpegX was trying to do. It will also contain any error messages, if an error happened. Please post that information here for examination.
    Quote Quote  

  4. Member
    Join Date: Sep 2009
    Location: Germany
    Same here >

    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Thu Sep 24 17:35:50 CEST 2009
    Mac OSX universal build for ffmpegX
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/maxtor250gb/Desktop/test.mov':
    Duration: 00:00:29.2, start: 0.000000, bitrate: 161084 kb/s
    Stream #0.0(eng): Audio: aac, 44100 Hz, stereo
    Stream #0.1(eng), 24.00 fps(r): Video: qtrle, rgb24, 1910x917
    Codec type mismatch for mapping #0.0 -> #0.0

    -----------

    My System:

    Apple Mac Pro Intel
    OSX 10.5.8
    Quote Quote  

  5. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    Originally Posted by Xeon2901
    Stream #0.0(eng): Audio: aac, 44100 Hz, stereo
    Stream #0.1(eng), 24.00 fps(r): Video: qtrle, rgb24, 1910x917
    Codec type mismatch for mapping #0.0 -> #0.0
    The audio stream is listed before the video stream in your file. If ffmpeg isn't told about that, it expects it the other way around (video before audio).
    Set the "Invert mapping" checkbox in the Audio tab. Now you won't get a "Codec type mismatch for mapping"-error for this file anymore.
    Quote Quote  

  6. Member
    Join Date: Sep 2009
    Location: Germany
    Hi,

    now it works ! Thanks so much !

    ---------------------

    Encoding started on Thu Sep 24 18:15:39 CEST 2009
    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
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/maxtor250gb/Desktop/test.mov':
    Duration: 00:00:29.2, start: 0.000000, bitrate: 161084 kb/s
    Stream #0.0(eng): Audio: aac, 44100 Hz, stereo
    Stream #0.1(eng), 24.00 fps(r): Video: qtrle, rgb24, 1910x917
    Output #0, flv, to '/Users/maxtor250gb/Desktop/test.mov.ff.flv':
    Stream #0.0, 12.00 fps(c): Video: flv, yuv420p, 320x240, q=2-15, 200 kb/s
    Stream #0.1: Audio: mp3, 22050 Hz, stereo, 56 kb/s
    Stream mapping:
    Stream #0.1 -> #0.0 [sync #0.0]
    Stream #0.0 -> #0.1 [sync #0.1]
    video:404kB audio:200kB global headers:0kB muxing overhead 105.957644%
    bench: utime=4.271s
    /Applications/ffmpegX.app//Contents/Resources/flvtool2:2:in `require': no such file to load -- flvtool2 (LoadError)
    from /Applications/ffmpegX.app//Contents/Resources/flvtool2:2


    -------------------------
    Quote Quote  

  7. Member
    Join Date: Sep 2009
    Location: Puerto Rico
    well ive been trying to encode to all the file types and i always get the same result, one second encoding and an empty file, this is what i generally get in the blue i window:

    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Thu Sep 24 12:26:53 GMT+4 2009
    Mac OSX universal build for ffmpegX
    libavutil version: 49.0.0
    libavcodec version: 51.9.0
    libavformat version: 50.4.0
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/seormalpez/Desktop/burningman.mp4':
    Duration: 00:00:18.9, start: 0.000000, bitrate: 627 kb/s
    Stream #0.0(und): Audio: aac, 44100 Hz, stereo
    Stream #0.1(und), 29.97 fps(r): Video: h264, yuv420p, 480x320
    Codec type mismatch for mapping #0.0 -> #0.0
    Quote Quote  

  8. Explorer Case's Avatar
    Join Date: Feb 2004
    Location: Middle Earth
    Originally Posted by Se0r
    Stream #0.0(und): Audio: aac, 44100 Hz, stereo
    Stream #0.1(und), 29.97 fps(r): Video: h264, yuv420p, 480x320
    Codec type mismatch for mapping #0.0 -> #0.0
    The audio stream is listed before the video stream in your file. If ffmpeg isn't told about that, it expects it the other way around (video before audio).
    Set the "Invert mapping" checkbox in the Audio tab. Now you won't get a "Codec type mismatch for mapping"-error for this file anymore.
    Quote Quote  

  9. Unless you are an expert or a glutton for punishment, I suggest you try MPEG Streamclip instead. It is much more usable.
    Quote Quote  




Similar Threads

  1. Not able to encode realvideo with ffmpegX on MacOS SnowLeopard
    By oicram in forum ffmpegX general discussion
    Replies: 2
    Last Post: 10th May 2011, 14:55
  2. FFMPEGX won't encode!
    By Kalasin in forum ffmpegX general discussion
    Replies: 1
    Last Post: 26th Jul 2009, 11:02
  3. What encode does FFMPEGX use for FLV?
    By pieman1968 in forum ffmpegX general discussion
    Replies: 1
    Last Post: 3rd Apr 2009, 13:16
  4. FFmpegX can't encode vobs
    By sgee34 in forum ffmpegX general discussion
    Replies: 3
    Last Post: 15th Jun 2008, 17:07
  5. Does ffmpegX encode all the metadata information?
    By ramo53 in forum ffmpegX general discussion
    Replies: 2
    Last Post: 19th Jul 2007, 20:22
Search   Contact us   About   Advertise   Forum   RSS Feeds   Statistics   Tools