
Recherche avancée
Autres articles (67)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10117)
-
Converting mp3 to ogg with ffmpeg
27 février 2017, par SepehrMy goal is to convert
.mp3
to.ogg
, i googled it and i realized that ffmpeg is suitable for this kind of process in php. Well the question is how to run ffmpeg :I’ve downloaded the file from here. The problem is how to use this.
-
Bambuser ffmpeg - "arm-linux-androideabi-gcc is unable to create an executable file."
3 novembre 2023, par Chaitanya ChandurkarI know this may be possible duplicate of some questions. but answers for those threads are not helping me.



I am trying to compile ffmpeg library for android using Bambuser's ffmpeg.

I downloaded Archive for client versions 1.3.7 to 1.6.0. from bambuser.


I followed instruction given in REAME.

While running ./build.sh i came across following error


arm-linux-androideabi-gcc is unable to create an executable file.
C compiler test failed.

If you think configure made a mistake, make sure you are using the latest
version from SVN. If the latest version fails, report the problem to the
ffmpeg-user@mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solving the problem.




Here are last few lines of config.log of ffmpeg



mktemp is /bin/mktemp
check_ld
check_cc
BEGIN /tmp/ffconf.qflVj27Q.c
 1 int main(void){ return 0; }
END /tmp/ffconf.qflVj27Q.c
arm-linux-androideabi-gcc --sysroot=/home/chaitanya/android/android-ndk-r5b/platforms/android-8/arch-arm -c -o /tmp/ffconf.gc6um0Ki.o /tmp/ffconf.qflVj27Q.c
arm-linux-androideabi-gcc: error trying to exec 'cc1': execvp: No such file or directory
C compiler test failed.




in tmp i do not find any relative folder or file as per config.log says "ffconf.qflVj27Q.c".



I am doing this on

 1. Ubuntu 11.10

 2. OpenJDK 6

 3. android-ndk-r5b


NOte :

I only have API-10 Installed in eclipse. (if it matters :D)


What could be the solution for this ?


-
How to upgrade ffmpeg on CentOS 5.9 ? [closed]
20 mars 2013, par LisaCurrenty I have CentOS 5.9 and the installed version of ffmpeg is 0.6.5
Using Yum update ffmpeg I get the message that there are not packadges. Yet the latest version of ffmpeg is 1.2
How is it possible to upgrade ffmpeg using yum ?