Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#262 closed defect (worksforme)

add 3gp FourCC to codecs.conf

Reported by: gentoo@… Owned by: moritz@…
Priority: normal Component: demuxer
Version: unspecified Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

Nokia .3GP files (the video files captured with many Nokia phones using the
bundled version of RealOne) are encoded in H.263 format, but with the
non-standard fourcc "s263".

Adding support for such .3gp videos to MPlayer is easy, just apply the following
patch to codecs.conf:

videocodec ffh263

info "FFmpeg H263+ decoder"
status working
fourcc H263,U263,h263,X263
fourcc viv1 h263

+ ; nokia .3gp files
+ fourcc s263

driver ffmpeg
dll h263
out YV12,I420,IYUV

Attachments (1)

Video.3gp (92.7 KB ) - added by gentoo@… 19 years ago.
example 3gp file

Download all attachments as: .zip

Change History (3)

by gentoo@…, 19 years ago

Attachment: Video.3gp added

example 3gp file

comment:1 by gentoo@…, 19 years ago

comment:2 by r_togni@…, 19 years ago

Resolution: worksforme
Status: newclosed

It's already added in CVS version

Note: See TracTickets for help on using tickets.