Recherche avancée

Médias (91)

Autres articles (98)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • FFMPEG - Concat Image to a video without re-encoding

    2 mai 2017, par Pubudu Thelahera

    I have been googling this but didn’t found a definitive answer.

    I need to concat two images to the beginning and end of a video without re-encoding the whole video.

    Edit : Please assume i’m using h264 codec with python. Say i need the image to be displayed for 03 seconds.

    Can this really be done ? If so appreciate a sample code.

    Thanks in advance.

  • How to get 4 different quality from ffmpeg ?

    27 juin 2021, par Mamazi-Avia

    I have used ffmpeg to convert mp4 videos to m3u8, now I have seen a new structure due to my new player on the website. An online converter creates 4 different folders (hd, hq, lq, mq), an enc.key (like the image below), and of course a playlist file. how can I get this exact configuration from running ffmpeg on my system ?
thank you in advance :)

    


    folders configuration

    


  • Stream Encoded bytes with FFMPEG

    16 mai 2017, par caiomcg

    I have a byte array of encoded VP9 data and I have to stream it with UDP over FFMPEG(C++). Do you have any suggestion on how to do this ?

    VP9(uint8_t*) -> FFMPEG -> UDP -> PC

    Thanks in advance.

    EDIT :

    The bytes are sent to me by a hardware device.