Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 85642 - 3gp in mplayer codecs.conf file
Summary: 3gp in mplayer codecs.conf file
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 07:19 UTC by Julien Cayzac
Modified: 2005-03-18 13:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Cayzac 2005-03-17 07:19:52 UTC
Nokia .3GP files (the video files captured with a Nokia phone) are encoded in H.263 format.

Reading them with mplayer is easy, just apply the following patch to /usr/share/mplayer/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



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Julien Cayzac 2005-03-17 07:39:33 UTC
I also reported it on MPlayer's bugzilla.
See http://bugzilla.mplayerhq.hu/show_bug.cgi?id=262
Comment 2 Chris White (RETIRED) gentoo-dev 2005-03-18 13:26:27 UTC
Multiple bug changes:

mplayer-1.0_pre6-r1:

3gp support added
real uses RealCodecs+modified codecs.conf file
dvb support fixed

mplayer-1.0_pre5-r5

gcc detection works
real uses win32codecs dependancy