Opened 13 years ago

Closed 12 years ago

Last modified 7 years ago

#246 closed enhancement (needs_more_info)

Add support for mdat-only 3GP

Reported by: jsd Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Many cell phone cameras are now producing 3gp files with no moov atoms, only mdat. Right now ffmpeg can't do anything with them.

$ ffmpeg -i 12423.3gp
ffmpeg version git-N-29818-gb7c7f89, Copyright (c) 2000-2011 the FFmpeg developers

built on May 11 2011 15:23:54 with gcc 4.1.2 20080704 (Red Hat 4.1.2-48)
configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libx264 --enable-pthreads --enable-static --disable-shared --disable-network --enable-nonfree --extra-ldflags=-static
libavutil 51. 2. 1 / 51. 2. 1
libavcodec 53. 5. 0 / 53. 5. 0
libavformat 53. 0. 3 / 53. 0. 3
libavdevice 53. 0. 0 / 53. 0. 0
libavfilter 2. 5. 0 / 2. 5. 0
libswscale 0. 14. 0 / 0. 14. 0

[mov,mp4,m4a,3gp,3g2,mj2 @ 0x8e64a60] moov atom not found
12423.3gp: Operation not permitted

Support for this format would be great.

Sample file available at:

http://videoupload.thismoment.com.s3.amazonaws.com/mdat-only.3gp

Attachments (1)

Beach Birds (395.1 KB ) - added by dave rice 7 years ago.
mdat-only video of a bird at the beach (240x180, cvid, 10 fps, rgb24 with pcm_u8 22254 Hz mono audio)

Download all attachments as: .zip

Change History (6)

comment:1 by Carl Eugen Hoyos, 13 years ago

Status: newopen
Version: unspecifiedgit-master

Which program opens the file?
(QuickTime doesn't)

comment:2 by Carl Eugen Hoyos, 12 years ago

Resolution: needs_more_info
Status: openclosed

Please re-open this ticket if a program can be found that plays the sample.

by dave rice, 7 years ago

Attachment: Beach Birds added

mdat-only video of a bird at the beach (240x180, cvid, 10 fps, rgb24 with pcm_u8 22254 Hz mono audio)

comment:3 by dave rice, 7 years ago

There are many mdat-only files in the ISO at https://archive.org/download/BMUG-TVROMToo/TV-ROM%20Too%E2%84%A2.iso. These files do play in QuickTime 7 but not in ffmpeg. I'll attach a sample.

comment:4 by Elon Musk, 7 years ago

Perhaps, but where is data that hold video codec and audio codec info. it certainly is not in those files.

in reply to:  3 comment:5 by Carl Eugen Hoyos, 7 years ago

Replying to dericed:

These files do play in QuickTime 7 but not in ffmpeg. I'll attach a sample.

Please open a new feature request, do not open (unrelated) six-year old tickets.

Note: See TracTickets for help on using tickets.