[FFmpeg-devel] bug? av_interleaved_write_frame(): Error while opening file

Ying Bian bianying
Fri Feb 27 06:57:10 CET 2009


Hi,

Using the latest git version (svn version has the same problem), I met the
following error in this command line:

$ ffmpeg -i video.flv -vcodec libx264 video.mp4
====================================
FFmpeg version git-8367536, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --enable-gpl --enable-libx264 --enable-libfaac
--enable-libfaad --enable-libmp3lame
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.30. 1 / 52.30. 1
  libavdevice   52. 1. 0 / 52. 1. 0
  built on Feb 27 2009 13:51:46, gcc: 4.0.1 (Apple Inc. build 5490)

Seems stream 0 codec frame rate differs from container frame rate: 1000.00
(1000/1) -> 30.00 (30/1)
Input #0, flv, from 'video.flv':
  Duration: 00:05:38.30, start: 0.000000, bitrate: 361 kb/s
    Stream #0.0: Video: flv, yuv420p, 320x240, 297 kb/s, 30 tbr, 1k tbn, 1k
tbc
    Stream #0.1: Audio: mp3, 22050 Hz, mono, s16, 64 kb/s
Output #0, mp4, to 'video.mp4':
    Stream #0.0: Video: libx264, yuv420p, 320x240, q=2-31, 200 kb/s, 90k
tbn, 30 tbc
    Stream #0.1: Audio: libfaac, 22050 Hz, mono, s16, 64 kb/s
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #0.1 -> #0.1
[libx264 @ 0x1008a00]using cpu capabilities: MMX2 SSE2Fast SSSE3 PHADD
SSE4.1 Cache64
[libx264 @ 0x1008a00]profile Baseline, level 1.3
Press [q] to stop encoding
[libx264 @ 0x1008a00]error, non monotone timestamps 488 >= 488
431.0kbits/s
av_interleaved_write_frame(): Error while opening file
=========================================

I did not meet this two days ago.

- by




More information about the ffmpeg-devel mailing list