[ffmpeg] patch for amr_nb and amr_wb support
Arthur Loiret
freacky22527 at free.fr
Tue Mar 13 06:37:44 GMT 2007
Hi! :)
First, i really wanted to thank you for all your work, your are all
doing a very good work guys :)
I had a question, about if it were possible to add a support in ffmpeg.
I'm actually packaging 3gpwiz for ubuntu, but this perl prog needs
'custom' compilation of ffmpeg, to add the amr_nb and amr_wb support.
Following the instructions given by the configure script when adding
--enable-amr_nb --enable-amr_wb, those commands must be executed before
the make :
cd libavcodec && \
rm -rf amr_float && mkdir amr_float && \
cd amr_float && \
wget
http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip &&
\
unzip *.zip && \
unzip *code.zip && \
cd .. && \
rm -rf amrwb_float && mkdir amrwb_float && \
cd amrwb_float && \
wget
http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip &&
\
unzip *.zip && \
unzip *code.zip && \
cd ../..
So here is a patch for the debian/rule file, joined in the mail. But my
question is, if it is possible to add this support, should we add apply
this patch directly to the package, put it in debian/patch or to make an
other package including amr_nb anf amr_wb support ?
If you want more informations about 3gpwiz : moderns cellphones use the
3gp format for their videos, to read videos directly on the cellphone.
3gpwiz allow you to convert any video to a 3gp video. Then you can
transfer the 3gp videos to your cellphone and read them :)
Thank you!
Arthur.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: amr_nb_amr_wb.diff
Type: text/x-patch
Size: 1255 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/ubuntu-motu/attachments/20070313/90b8f8a0/attachment.bin
More information about the Ubuntu-motu
mailing list