[MPlayer-dev-eng] [PATCH] .3gp files s263 fourcc addition
compn
tempn at twmi.rr.com
Mon Nov 22 22:40:34 CET 2004
this patch (or a fascimilie was on google, but for the format id
instead of fourcc, anyways, apply this for 3gp video support.
any idea about the audio? i see amr in libavcodec is working now
and converting 3gp audio with ffmpeg works, so how do you add
new libavcodec codecs to mplayer? i can see amr_nb and amr_wb
in /libavcodec/avcodec.h but using these in codecs.conf does not
work... (actually i'm testing with an older cvs so it might, my new
cvs wont let me specify codecs.conf anywhere)
audiocodec ffamr
info "blah"
status working
format 0x726D6173 ;.3gp files (mov/mp4)
; fourcc samr ;.3gp files
dll "amr_nb"
driver ffmpeg
Cannot find codec 'amr_nb' in libavcodec...
tried amr and amr_wb too... any help, or documented skills
would be appreciated. maybe i should check an old rtongi patch
and look at his 'added new codec from libavcodec'.
-------------- next part --------------
? codecs.conf.patch.txt
Index: etc/codecs.conf
===================================================================
RCS file: /cvsroot/mplayer/main/etc/codecs.conf,v
retrieving revision 1.377
diff -u -r1.377 codecs.conf
--- etc/codecs.conf 22 Nov 2004 14:27:13 -0000 1.377
+++ etc/codecs.conf 22 Nov 2004 20:49:13 -0000
@@ -891,7 +891,7 @@
videocodec ffh263
info "FFmpeg H263+ decoder"
status working
- fourcc H263,U263,h263,X263
+ fourcc H263,U263,h263,X263,s263
fourcc viv1 h263
driver ffmpeg
dll h263
More information about the MPlayer-dev-eng
mailing list