Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (64)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (9324)

  • avfilter/graphparser : Fix leaks when parsing inputs fails

    22 août 2020, par Andreas Rheinhardt
    avfilter/graphparser : Fix leaks when parsing inputs fails
    

    parse_inputs() uses a temporary linked list to parse the labeled inputs
    of a filter ; said linked list owns its elements (and their names). On
    success, the list of unlabeled inputs is appened to the end of the list
    of labeled inputs and the new list is returned ; yet on failures, nothing
    frees the already existing elements of the temporary linked list, leading
    to a leak.

    This can be triggered by e.g. using '-vf [v][' in the FFmpeg
    command-line tool.

    This leak seems to exist since 4e781c25b7b1955d1a9a0b0771c3ce1acb0957bd.

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/graphparser.c
  • fftools/ffmpeg_enc : do not round frame durations prematurely

    1er octobre 2023, par Anton Khirnov
    fftools/ffmpeg_enc : do not round frame durations prematurely
    

    Changes the results of fate-idroq-video-encode and fate-lavf* tests,
    where different frames now get duplicated by framerate conversion code.

    • [DH] fftools/ffmpeg_enc.c
    • [DH] tests/ref/fate/idroq-video-encode
    • [DH] tests/ref/lavf/dv_ntsc
    • [DH] tests/ref/lavf/gxf_ntsc
    • [DH] tests/ref/lavf/ismv
    • [DH] tests/ref/lavf/mov
    • [DH] tests/ref/lavf/mp4
    • [DH] tests/ref/lavf/mpg
    • [DH] tests/ref/lavf/mxf
  • qsvenc : support more RC methods

    8 novembre 2015, par Anton Khirnov
    qsvenc : support more RC methods
    
    • [DBH] libavcodec/qsvenc.c
    • [DBH] libavcodec/qsvenc.h