Recherche avancée

Médias (91)

Autres articles (87)

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

  • HLS to MPEG DASH

    28 avril 2017, par Maximilian

    Im currently working on a platform that relies on MPEG Dash to deliver audio and video to the browser.
    For onDemand im using ffmpeg to encode videos to h264/aac and MP4Box to create the manifest.mpd file.
    Now im trying to figure out how to create live MPEG Dash streams, more specifically encode hls live streams to MPEG Dash.

    1. Do i need to reencode all the .ts segments to .mp4(h264/aac) segments, since chrome doesnt support mpeg2ts ?
    2. If so, how do i continuously reencode all the segments (different resolution, different bitrates)
    3. How do i create a dynamic manifest with MP4Box / how would the input parameter look like
  • 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