Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (38)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (6057)

  • License terms for H.264 using x264 [closed]

    22 novembre 2014, par user3027650

    H.264 is standard for video compression and uses a lot of patents. So if anybody want to use the standard he has to pay a fee to MPEGLA.

    x264 is a free software library (GNU GPL) which implements (parts of) H.264.

    Why is it possible that x264 is free, if it implements H.264 it violates the patents or doesn’t it ? This means I can distribute my application which uses x264 and consequently H.264 commercially without paying MPEGLA ?

  • How to quickly Compile x264

    20 octobre 2014, par Zohaib Khalid

    I want to compile x264 with ffmpeg . So i follow the procedure according to the picture !

    # cd /my/path/where/i/keep/compiled/stuff
    # git clone git://git.videolan.org/x264.git
    # cd x264
    # ./configure --enable-static --enable-shared
    # make
    # make install
    # ldconfig

    but after changing my folder to x264 . The following command is not running as it saying this :

    # ./configure --enable-static --enable-shared

    ’.’ is not recognized as an internal or external command,operable program or batch file
    Now please help how to solve this. Any help would be appreciated.

  • How to quickly Compile x264 [closed]

    20 octobre 2014, par Zohaib Khalid

    I want to compile x264 with ffmpeg . So i follow the procedure according to the picture !

    # cd /my/path/where/i/keep/compiled/stuff
    # git clone git://git.videolan.org/x264.git
    # cd x264
    # ./configure --enable-static --enable-shared
    # make
    # make install
    # ldconfig

    but after changing my folder to x264 . The following command is not running as it saying this :

    # ./configure --enable-static --enable-shared

    ’.’ is not recognized as an internal or external command,operable program or batch file
    Now please help how to solve this. Any help would be appreciated.