Recherche avancée

Médias (91)

Autres articles (80)

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

  • 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

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (3924)

  • issues with gas-preprocessor and ffmpeg4iphone

    4 janvier 2012, par Shoeb Amin

    I want to install gas pre-processor on my mac from
    gas pre-processor

    it is told that i have to install in usr/local/bin, But I didnt find my local folder in usr thats why I created a local/bin under usr then tried to install it from terminal...

    but It didnt work.. it says that "Unrecognized input filetype at gas-preprocessor.pl line 33."

    BTW my ultimate goal is to build ffmpeg4iphone in my xcode 4.2 and iOS5 sdk from ffmpeg4iphone

  • Revision 516db21c2c : Further enhancements/fixes on dct/dwt hybrid txfm Fixes some scaling issues. Ad

    9 janvier 2013, par Deb Mukherjee

    Changed Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_entropy.c Modify /vp9/common/vp9_idctllm.c Modify /vp9/encoder/vp9_dct.c Further enhancements/fixes on dct/dwt hybrid txfm Fixes some scaling issues. Adds an option to only compute the dct on the low-low subband for 32x32 and (...)

  • avdevice/decklink : fix MSVC build issues

    6 mai 2017, par Aaron Levinson
    avdevice/decklink : fix MSVC build issues
    

    Purpose : Made minor changes to get the decklink avdevice code to build
    using Visual C++.

    Notes : Made changes to configure per Hendrik Leppkes's review of first
    and second versions of patch. Also made slight alterations per Marton
    Balint's reviews.

    Comments :

    — configure : Added if enabled decklink section and setting
    decklink_indev_extralibs and decklink_outdev_extralibs here for
    both mingw and Windows. Also eliminated the setting of these
    variables in the mingw section earlier in the file.

    — libavdevice/decklink_common.cpp : Switched the order of the include
    of libavformat/internal.h to workaround build issues with Visual
    C++. See comment in file for more details.

    — libavdevice/decklink_dec.cpp :
    a) Rearranged the include of libavformat/internal.h (for reasons as
    described above).
    b) Made slight alteration to an argument for call to av_rescale_q() to
    workaround a compiler error with Visual C++. This appears to only
    be an issue when building C++ files with Visual C++. See comment
    in code for more details.

    — libavdevice/decklink_enc.cpp : Rearranged the include of
    libavformat/internal.h (for reasons as described above).

    Signed-off-by : Aaron Levinson <alevinsn@aracnet.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] configure
    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_dec.cpp
    • [DH] libavdevice/decklink_enc.cpp