
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (58)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Emballe Médias : Mettre en ligne simplement des documents
29 octobre 2010, parLe plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (12750)
-
FFMPEG on Ubuntu server introducing green screen in the intro for IOS devices, ex : Safari on Mac and iPad
15 mars 2021, par Hyder HussainI have been using the ffmpeg command on my local to encode the videos and get a dash file to play it. The videos processed on my local machine (Mac) play perfectly, but the same code on my EC2 instance ubuntu server produces this green screen for 5 secs at the beginning only in Safari and iPad. I don't seem to understand the problem. Is there anyway to solve this issue. Please find screenshot of the behaviour. Screenshot showing the behaviour for first 5 seconds


-
h264 : store current_sps_id inside the current sps
13 février 2014, par Vittorio Giovara -
avcodec/av1dec : infer and store film grain param values in AV1Frame
25 novembre 2020, par James Almeravcodec/av1dec : infer and store film grain param values in AV1Frame
They are not always coded in the bistream for each frame. In some cases, the
values need to be taken from a reference frame.See section 6.8.20 from the AV1 spec.
Signed-off-by : James Almer <jamrial@gmail.com>