
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (30)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 ) (...)
Sur d’autres sites (5701)
-
FFmpeg's trim filter to handle movie files with non-zero start_time for a transcoding task ?
19 août 2014, par DrakeFor a movie file (ex, ooxx.mp4) with non-zero start_time in video stream, the negative start_time (ex, -0.5) can mean skipping first 0.5s frames, and the positive start_time (ex, 0.7s) can mean postponing the playback for 0.7s.
I’m wondering if we can make use of FFmpeg’s trim filter (or something else) to strip out some video frames (for negative start_time) or put some empty (ex, black) frames ahead (for positive start_time) automatically ?
-
hls.js - how to subscribe to any event
24 octobre 2016, par momomoFirst time I play a playlist, I keep getting bufferStalledError.
I can detect this error, however, if I resolve this error then a jump or skip in the video play back occurs and it stops occurring.
However, if i ignore it then it will play without a noticable interruption and the video keeps playing. But this error will continue to be raised but without any noticable issues.
However, at times, the same error will result in an overflow and hls.js won’t be able to recover automatically, and no further errors are reported after such a failure than the last bufferStalled error.
I have to restart the video through destroy and attach again resuming the play functionality hls.js is unable to do automatically or through recoverMediaErrors().
The only problem is that I am unable to subscribe to an event that says that the video is playing, or stuck. After a bufferStalledMediaError hls.js will recover it automatically without a glitch, but sometimes it fails to do so. In both cases no more errors are reported.
But is there maybe another event reported that says it is playing that is not an error report ?
Is there an hls.on(Hls.Events.ALL, ... ) event ?
What about setting up a TimeLineController ? It’s not documented.
Reference :
https://github.com/dailymotion/hls.js/blob/master/API.md -
How to integrate a media server with php for a video sharing website ? [on hold]
29 janvier 2015, par Sidharth BajajI am looking to build what would be a niche video sharing website. The website itself would be built in php, but i am concerend about how to deliver video and how it would be done using php.
I understand i will need a media server to that , but i have some questions
Q. Can the media server be hosted on same machine as web server/php ?
Q. What are the media servers open source and paid for in market ?
Q. Would the video conversion be done on webserver using tools like FFMPEG and then passed onto media server ?
Q. How will php be able to upload to and stream from media server ?
Q. Are there any hosting services who can be used instead of media servers using an API of sorts ?
Thanks,
Sidharth