Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (58)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • 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

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

Sur d’autres sites (11130)

  • is it possible to merge two video files into one, one screen Android [on hold]

    20 mai 2016, par underdal

    I’m looking for a way to merge two videos into one on android. Or more specifically, I want to duplicate a video playing it side by side in the same video player (not two video players next to each other).

    My android app will take a short video, the app should then in some way duplicate and merge this video to become a video file consisting of the same video side by side that can be played in a single video player.
    My question is how to duplicate and merge the video in an android app ?

    I would like it to look something like this

    Sketch of two videos next to each other

    I didn’t want to use two video players because I want to send the merged video file to someone.

    This is simmilar to what has been done in iOS here : Is it possible to merge two video files to one file, one screen in iOS ?

  • Anomalie #3294 (Fermé) : Désactiver l’autoplay sur un media

    18 octobre 2014, par cedric -

    Lié à l’utilisation des embed et players natifs, revu completement en SPIP 3.1 qui utilise le player medialement.js sans autoplay par defaut

  • avcodec/avcodec : Update check for identical colorspace/primaries/trc names

    21 mars 2021, par Andreas Rheinhardt
    avcodec/avcodec : Update check for identical colorspace/primaries/trc names
    

    If the numerical constants for colorspace, transfer characteristics
    and color primaries coincide, the current code presumes the
    corresponding names to be identical and prints only one of them obtained
    via av_get_colorspace_name(). There are two issues with this : The first
    is that the underlying assumption is wrong : The names only coincide in
    the 0-7 range, they differ for more recent additions. The second is that
    av_get_colorspace_name() is outdated itself ; it has not been updated
    with the names of the newly defined colorspaces.

    Fix both of this by using the names from
    av_color_(space|primaries|transfer)_name() and comparing them via
    strcmp ; don't use av_get_colorspace_name() at all.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/avcodec.c