Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (95)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (5252)

  • Revision 719dadf3ef : Use the correct member for initialization On Windows this fails with : error C24

    9 janvier 2014, par Johann

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Use the correct member for initialization

    On Windows this fails with :
    error C2440 : 'initializing' : cannot convert from int_mv to uint32_t

    Change-Id : I51630efd0e83a0ce620c91aa7859dd6fc1572e99

  • Compiling ffmpeg on android under windows platform [on hold]

    14 janvier 2014, par Mrityunjoy Mukherjee

    I have the following links.

    http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/comment-page-3/#comments

    I have used cygwin to compile ffmpeg on android under windows platform. After compilation within /android/arm/lib folder .dll.a files are created. How can I get .so files within libs folder ????

  • what is the exact path to specify in php for ffmpeg for windows

    17 janvier 2014, par user3196597

    i'm new to ffmpeg..and i've been trying to figure out the exact path to specify while running it in a php exec() function the code below runs fine in terminal but not in php :

      1)c:/ffmpeg/bin/ffmpeg -y -i c:/xampp/htdocs/video/media/original.mp4 -f avi c:/xampp/htdocs/video/media/new.avi 2<&1


      2)c:/xampp/htdocs/video/ffmpeg/bin/ffmpeg.exe -y -i c:/xampp/htdocs/video/media/original.mp4 -f avi c:/xampp/htdocs/video/media/new.avi 2<&1

    that works fine in terminal but not in php, i think the problem is with the path specification..can anyone tell the exact path to use while working in windows,please ??

    thanks in advance friends :D