[FFmpeg-user] mkv to avi errors

Rick C. rickcorteza at gmail.com
Thu May 26 14:50:37 CEST 2011


Hello,

Can someone more knowledgeable than me take a look and see if you can tell what might be wrong here?  That would be most helpful thank you!


FFmpeg version git-N-28698-g621f4c9, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 30 2011 13:29:37 with gcc 4.2.1 (Apple Inc. build 5666) (dot 3)
  configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --arch=x86_64 --enable-runtime-cpudetect
  libavutil    50. 40. 0 / 50. 40. 0
  libavcodec   52.116. 0 / 52.116. 0
  libavformat  52.104. 0 / 52.104. 0
  libavdevice  52.  4. 0 / 52.  4. 0
  libavfilter   1. 76. 0 /  1. 76. 0
  libswscale    0. 13. 0 /  0. 13. 0
[matroska,webm @ 0x10180b000] Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 24.00 (24/1)
Input #0, matroska,webm, from '/Users/Eric/Movies/Battle Los Angeles.mkv':
  Duration: 01:56:10.97, start: 0.000000, bitrate: 448 kb/s
    Stream #0.0(eng): Video: h264 (High), yuv420p, 1280x534 [PAR 1:1 DAR 640:267], 23.98 fps, 24 tbr, 1k tbn, 47.95 tbc (default)
    Metadata:
      title           : Vid_1
    Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s (default)
    Metadata:
      title           : Au_0
[buffer @ 0x101207ba0] w:1280 h:534 pixfmt:yuv420p
[setdar @ 0x101207d80] a:91/38
[setdar @ 0x101207d80] w:1280 h:534 -> dar:91/38 sar:1/1
Output #0, avi, to '/Users/Eric/Movies/Battle Los Angeles.avi':
    Stream #0.0(eng): Video: mpeg4 (hq), yuv420p, 1280x534 [PAR 1:1 DAR 640:267], q=2-31, 3000 kb/s, 90k tbn, 29.97 tbc (default)
    Metadata:
      title           : Vid_1
    Stream #0.1(eng): Audio: libmp3lame, 48000 Hz, 5.1, s16, 192 kb/s (default)
    Metadata:
      title           : Au_0
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as bit_rate, rate, width or height


More information about the ffmpeg-user mailing list