Recherche avancée

Médias (91)

Autres articles (85)

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

  • Create MPEG DASH segments from h264 files

    3 novembre 2014, par Matthew Young

    Basically I have a bunch of h264 files from a camera feed....

    So there is no audio. What I would like to do is make DASH segments out of these h264 files and do live streaming to a Media Source (like in Chrome). I don’t want to first concatenate the h264 into a giant h264 then copy it into a mp4 container and lastly make DASH manifests. Instead would love to find a way to turn the h264 directly into DASH segments (mpd files).

    Ideas ?

  • How to create dash video using the mp4box for HEVC

    3 janvier 2023, par sachco

    I'm new to this dash profile
need to create dash video for HEVC

    


    I found the script for h264
MP4Box -dash 2000 -sync -frag-rap -bs-switching no -profile "dashacv264:live" file-bitrate-small.mp4 file-bitrate-medium.mp4 -out file.mpd

    


    I couldn't find any profile for HEVC
somewhere I saw
-profile "dashhevc:live"

    


    but this doesn't work nor it exists on MP4Box -h dash

    


  • lavfi/drawtext : ignore final LF of textfile.

    30 novembre 2020, par Nicolas George
    lavfi/drawtext : ignore final LF of textfile.
    

    A standard text file ends with a final LF.
    Without this change, it is interpreted as an empty final line,
    and visible with the box option.
    The current behavior can be achieved by actually having
    an empty line at the end of the file.

    Fix trac ticket #7948.

    • [DH] libavfilter/vf_drawtext.c