Recherche avancée

Médias (91)

Autres articles (111)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (11573)

  • FFmpeg native AAC decoder

    30 juillet 2015, par Tran Toan

    I’m working on a commercial C\C++ app on Windows that need to decode AAC. I have looked at this question AAC Codec Library (libFAAC alternative)
    From the answer, it seems that FFmpeg has a native LGPL AAC decoder. However, when I looked at FFmpeg home page, I found no information about this decoder or what AAC object type it supports (only information about encoder). I have been searching for this for 2 days but I found almost nothing. So my questions are :

    1. What type of object type does native FFmpeg AAC decoder support or does it even exist ?
    2. If the above decoder does not exist then is there any alternative free library ? I have also looked at FDK AAC but I don’t understand its license, can I use it for commercial product ?

    Please help I’m new to audio codec.

  • configure : Handle armcc 5.0

    18 avril 2014, par Martin Storsjö
    configure : Handle armcc 5.0
    

    The first line of the "armcc —vsn" output in one version is
    "Product : ARM Compiler 5.04".

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • FFplay doesn't include the `Authorization` header

    29 mars 2022, par Hirrolot

    I am trying to use RTSP basic authentication with FFplay. Here's the command :

    &#xA;

    $ ffplay rtsp://admin:123@localhost&#xA;

    &#xA;

    I expect that FFplay includes the Authorization: Basic ... header, but it doesn't (I've observed it with Wireshark). How can I use RTSP basic authentication with FFplay ? Google suggests using the aforementioned command but it doesn't work for me.

    &#xA;