
Recherche avancée
Autres articles (61)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...)
Sur d’autres sites (11849)
-
Create MPEG DASH segments from h264 files
3 novembre 2014, par Matthew YoungBasically 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 ?
-
HLS to MPEG DASH
28 avril 2017, par MaximilianIm 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.- Do i need to reencode all the .ts segments to .mp4(h264/aac) segments, since chrome doesnt support mpeg2ts ?
- If so, how do i continuously reencode all the segments (different resolution, different bitrates)
- How do i create a dynamic manifest with MP4Box / how would the input parameter look like
-
HLS to MPEG DASH
15 avril 2018, par MaximilianIm 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.- Do i need to reencode all the .ts segments to .mp4(h264/aac) segments, since chrome doesnt support mpeg2ts ?
- If so, how do i continuously reencode all the segments (different resolution, different bitrates)
- How do i create a dynamic manifest with MP4Box / how would the input parameter look like