Recherche avancée

Médias (91)

Autres articles (92)

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

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (3414)

  • ffmpeg build with msys2 + VS2017 hang

    20 décembre 2019, par lucky1928

    I am using windows10 + MSVC2017 Community + MSYS2 to build ffmpeg 4.0.1 with below steps :

    1. Start a Visual Studio 2017 "Developer Command Prompt"
    2. cd into msys64 directory, and then invoke MSYS2

      msys2_shell.cmd -msys2 -use-full-path

    3. In MSYS2 shell, cd into ffmpeg build directory.

    4. run ffmpeg config command :

      ./configure --prefix=./install --toolchain=msvc

    After press enter with above command line,sounds like it hang there forever.
    never print anything out and not exit as well.

  • Want to use ffmpeg build library files in WIndows phone 8.1

    7 juillet 2016, par bharat aghera

    I have created the build of FFMpeg library for windows phone 8.1 simulator using the given steps from .
    It has created three folders such as bin, include and lib. "bin" contains the .dll and .lib file. "include" contains the header files. "lib" contains the .def file.

    Now I want to use this library file in windows phone 8.1 application. But I didn’t get how can I use it using visual studio 2015 in my project ?

    I have checked out the FFMpegIntrop project. But I want to call the single function of the ffmpeg library avcodec_register_all(),avcodec_find_decoder(CODEC_ID_H264) .

  • How to merge two video using FFMPeg library on Android

    6 avril 2020, par i i

    How to merge two video using FFMPEG Library on Android studio ? I want to get first video from url.