Recherche avancée

Médias (91)

Autres articles (59)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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

Sur d’autres sites (8716)

  • lavfi/vf_libplacebo : switch to new pl_options struct

    18 août 2023, par Niklas Haas
    lavfi/vf_libplacebo : switch to new pl_options struct
    

    This new upstream struct simplifies params struct management by allowing
    them to all be contained in a single dynamically allocated struct. This
    commit switches to the new API in a backwards-compatible way.

    The only nontrivial change that was required was to handle
    `sigmoid_params` in a way consistent with the rest of the params
    structs, instead of setting it directly to the upstream default.

    • [DH] libavfilter/vf_libplacebo.c
  • Trying to choose first audio stream of specific language in ffmpeg using python

    3 avril 2024, par R41D

    I have .mkv files that some of them have more than 1 audio stream in the same language so i need to first map the audio streams with specific language and then use only first of them to output .mp4 file. So it would need two -map audio arguments which doesn't work in ffmpeg.

    


    I found out that i could execute ffmpeg mapping audio with that specific language and then pipe the output to another ffmpeg command that would take the first audio stream from the first ffmpeg command and do the rest of things (scaling, burning-in subtitles, encoding it to different format), but i'm not sure how to pipe that output in python's Popen and if it is even possible in windows.

    


    The solution i found with piping :
FFMPEG Pick First Audio Stream of Specific Language

    


  • lavf/bink : fix latest header and add all existing revisions

    18 août 2017, par bnnm
    lavf/bink : fix latest header and add all existing revisions
    

    KB2 'i' found in Life is Strange (Xbox 360), rest verified against binkconv.exe

    Signed-off-by : bnnm <bananaman255@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/bink.c