compn <[EMAIL PROTECTED]> added the comment:

a user reported another file which has this problem.
http://gbs.tv/chris/lego.mp4

can there be a warning message that the resulting 
file will be larger unless fps is specified?

[cami:~/Desktop/mplayer-test] compn% ffmpeg -an -i lego.mp4 blah.avi
FFmpeg version SVN-r13407, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --extra-cflags=-I/usr/local/include/SDL --extra-ldflags=-L/usr/
local/lib --enable-gpl --enable-network --enable-swscale
  libavutil version: 49.6.0
  libavcodec version: 51.57.0
  libavformat version: 52.14.0
  libavdevice version: 52.0.0
  built on May 25 2008 21:00:59, gcc: 3.3 20030304 (Apple Computer, Inc. build 
1809)
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x3ea4f0]edit list not starting at 0, a/v desync 
might occur, patch welcome
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'lego.mp4':
  Duration: 00:02:18.08, start: 0.000000, bitrate: 118 kb/s
    Stream #0.0(eng): Audio: mp4a / 0x6134706D, 44100 Hz, stereo
    Stream #0.1(eng): Video: h264, yuv420p, 640x480, 2997.00 tb(r)
File 'blah.avi' already exists. Overwrite ? [y/N] y
Output #0, avi, to 'blah.avi':
    Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480, q=2-31, 200 kb/s, 2997.00 
tb(c)
Stream mapping:
  Stream #0.1 -> #0.0
Press [q] to stop encoding
frame= 1910 fps= 88 q=2.0 Lsize=     846kB time=0.64 bitrate=10870.0kbits/s
video:36kB audio:0kB global headers:0kB muxing overhead 2232.247031%

[cami:~/Desktop/mplayer-test] compn% ffmpeg -i blah.avi
FFmpeg version SVN-r13407, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --extra-cflags=-I/usr/local/include/SDL --extra-ldflags=-L/usr/
local/lib --enable-gpl --enable-network --enable-swscale
  libavutil version: 49.6.0
  libavcodec version: 51.57.0
  libavformat version: 52.14.0
  libavdevice version: 52.0.0
  built on May 25 2008 21:00:59, gcc: 3.3 20030304 (Apple Computer, Inc. build 
1809)

Seems stream 0 codec frame rate differs from container frame rate: 2997.00 
(2997/1) -> 0.08 (1/12)
Input #0, avi, from 'blah.avi':
  Duration: 00:00:00.63, start: 0.000000, bitrate: 10870 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3],  0.08 tb(r)
Must supply at least one output file

----------
priority: minor -> wish
status: closed -> open
substatus: invalid -> open
title: frame rate misdetected -> timebase / framerate warning message?
type: bug -> feature_request

_____________________________________________________
FFmpeg issue tracker <[EMAIL PROTECTED]>
<https://roundup.mplayerhq.hu/roundup/ffmpeg/issue56>
_____________________________________________________

Reply via email to