Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (77)

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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Installation en mode standalone

    4 février 2011, par

    L’installation de la distribution MediaSPIP se fait en plusieurs étapes : la récupération des fichiers nécessaires. À ce moment là deux méthodes sont possibles : en installant l’archive ZIP contenant l’ensemble de la distribution ; via SVN en récupérant les sources de chaque modules séparément ; la préconfiguration ; l’installation définitive ;
    [mediaspip_zip]Installation de l’archive ZIP de MediaSPIP
    Ce mode d’installation est la méthode la plus simple afin d’installer l’ensemble de la distribution (...)

Sur d’autres sites (8593)

  • avfilter/vf_libplacebo : set correct alpha mode before blending

    19 février, par Niklas Haas
    avfilter/vf_libplacebo : set correct alpha mode before blending
    

    &pl_alpha_overlay expects straight alpha, but the alpha output may be
    premultiplied as a result of the target alpha mode (or in the absence of an
    alpha channel). Fix it by requesting independent alpha explicitly when
    blending.

    • [DH] libavfilter/vf_libplacebo.c
  • avformat/libsrt : log streamid in listener mode

    10 juin 2021, par Zhao Zhili
    avformat/libsrt : log streamid in listener mode
    

    It's useful for test client which pass streamid to ffmpeg/ffplay.
    For example, use ffmpeg to test streamid support in VLC :
    ./ffmpeg -v info -re -i foo.mp4 -c copy -f mpegts -mode listener srt ://127.0.0.1:9000
    ./vlc srt ://127.0.0.1:9000 ?streamid=foobar

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/libsrt.c
  • Revision 210 : Do not give up updating when encountering an empty tag in —ignore mode.

    21 septembre 2010, par marc.noirot

    Changed Paths :
     Modify /trunk/src/update.c



    Do not give up updating when encountering an empty tag in —ignore mode.