Opened 17 years ago
Last modified 14 years ago
#1033 new defect
Wrong framerate detected on 3GP file (worked correctly in earlier version)
Reported by: | Owned by: | reimar | |
---|---|---|---|
Priority: | normal | Component: | demuxer |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
Hi,
yesterday's head version of mplayer extracts a wrong framerate from the attached .3GP file:
$ mplayer -identify -frames 1 converterror2/1682309563324095.3gp
MPlayer dev-SVN-r26112-4.1.2 (C) 2000-2008 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (Family: 15, Model: 35, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
Playing converterror2/1682309563324095.3gp.
libavformat file format detected.
ID_AUDIO_ID=0
[lavf] Audio stream found, -aid 0
ID_VIDEO_ID=1
[lavf] Video stream found, -vid 1
VIDEO: [s263] 176x144 24bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
ID_FILENAME=converterror2/1682309563324095.3gp
ID_DEMUXER=lavfpref
ID_VIDEO_FORMAT=s263
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=176
ID_VIDEO_HEIGHT=144
ID_VIDEO_FPS=29.970
ID_VIDEO_ASPECT=1.3333
ID_AUDIO_FORMAT=samr
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=8000
ID_AUDIO_NCH=1
ID_LENGTH=10.00
an earlier version extracts the correct framerate:
$ mplayer -identify -frames 1 converterror2/1682309563324095.3gp
MPlayer dev-SVN-r24787-4.1.2 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4600+ (Family: 15, Model: 35, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
Playing converterror2/1682309563324095.3gp.
ISO: File Type Major Brand: 3GPP Profile 4
Quicktime/MOV file format detected.
ID_AUDIO_ID=0
[mov] Audio stream found, -aid 0
MOV: unknown sound atom version (97); may not work!
ID_VIDEO_ID=1
[mov] Video stream found, -vid 1
VIDEO: [s263] 176x144 24bpp 10.000 fps 0.0 kbps ( 0.0 kbyte/s)
ID_FILENAME=converterror2/1682309563324095.3gp
ID_DEMUXER=mov
ID_VIDEO_FORMAT=s263
ID_VIDEO_BITRATE=0
ID_VIDEO_WIDTH=176
ID_VIDEO_HEIGHT=144
ID_VIDEO_FPS=10.000
ID_VIDEO_ASPECT=1.3333
ID_AUDIO_FORMAT=samr
ID_AUDIO_BITRATE=0
ID_AUDIO_RATE=8000
ID_AUDIO_NCH=1
ID_LENGTH=9.61
Attachments (1)
Change History (4)
by , 17 years ago
Attachment: | 1682309563324095.3gp added |
---|
comment:1 by , 17 years ago
comment:2 by , 17 years ago
mplayer changed to use -demuxer lavf as default for mov files
workaround : use -demuxer mov
you can report this to ffmpeg team, as long as you test with ffmpeg svn first. you can find their bug tracker at http://roundup.mplayerhq.hu
comment:3 by , 14 years ago
Owner: | changed from | to
---|
the problematic .3gp file