Recherche avancée

Médias (91)

Autres articles (21)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (3984)

  • dds : Fix palette decoding

    21 juillet 2015, par Vittorio Giovara
    dds : Fix palette decoding
    

    Red and blue channels were decoded in the wrong order.

    Found-By : ami_stuff

    • [DBH] libavcodec/dds.c
    • [DBH] tests/ref/fate/dds-pal
    • [DBH] tests/ref/fate/dds-pal-ati
  • dds : Fix palette decoding

    21 juillet 2015, par Vittorio Giovara
    dds : Fix palette decoding
    

    Red and blue channels were decoded in the wrong order.

    Found-By : ami_stuff

    • [DH] libavcodec/dds.c
    • [DH] tests/ref/fate/dds-pal
    • [DH] tests/ref/fate/dds-pal-ati
  • i have installed composer and now need to install php_ffmpeg

    6 mars 2016, par sonam Sharma

    hey all i have successfully downloaded and installed composer on my windows7 64bit wamp server and i need to install php_ffmpeg by composer.
    i don’t have any idea i have already read their documentation but it is not so clear ?
    please let me know the next step.

    i got the details about the composer and php_ffmpeg from this link

    https://github.com/PHP-FFMpeg/PHP-FFMpeg

    here is the code that i get when i update,require and install composer by cmd

    C:\Windows\system32>composer update
    Loading composer repositories with package information
    Updating dependencies (including require-dev)
    Nothing to install or update
    Generating autoload files

    C:\Windows\system32>composer require php-ffmpeg/php-ffmpeg
       Using version ^0.6.0 for php-ffmpeg/php-ffmpeg
      ./composer.json has been updated
        Loading composer repositories with package information
        Updating dependencies (including require-dev)
        Nothing to install or update
         Generating autoload files

          C:\Windows\system32>composer install
         Loading composer repositories with package information
         Installing dependencies (including require-dev) from lock file
          Nothing to install or update
           Generating autoload files

    here is the screenshot of my wamp server and installed modules

    enter image description here