Recherche avancée

Médias (0)

Mot : - Tags -/page unique

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (25)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • 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 (4298)

  • How to install FFMpeg in WampServer 2.1 (Windows XP)

    14 août 2013, par Raja Bilal Ahmed

    I m using php 5.3.5 on windows xp and now i try to install ffmepg from this link http://sergey89.ru/files/ffmpeg-php-win32-all.zip
    when i resart my wamp server i got this warning
    PHP Startup:ffmpeg : Unable to initialize module
    Module compiled with modle API=2006013
    PHP compiled with module API=20060626
    These options need to match
    Kindly someone guide me how i correct this problem.

  • 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

  • Meaning of TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows

    6 janvier 2016, par Nicholas Muir

    I am trying to compile Ffmpeg on Android using Cygwin and windows 7. I came across these two options for the lines below when using some tutorials to make a .sh file for the compile. I am new to this process and am trying to understand what exactly to do. Is the prebuilt/windows referring to the package to the download packages as in the options in the image below or is it referring to the operating system I am using.

    This was the first option I found :

    TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64

    This is the second option I found :

    TOOLCHAIN=$NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64

    This is the images of the package download options available on the Ffmpeg.org site that I thought it may be reffering to.

    enter image description here

    Thanks for your help.