
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (41)
-
Qu’est ce qu’un masque de formulaire
13 juin 2013, parUn masque de formulaire consiste en la personnalisation du formulaire de mise en ligne des médias, rubriques, actualités, éditoriaux et liens vers des sites.
Chaque formulaire de publication d’objet peut donc être personnalisé.
Pour accéder à la personnalisation des champs de formulaires, il est nécessaire d’aller dans l’administration de votre MediaSPIP puis de sélectionner "Configuration des masques de formulaires".
Sélectionnez ensuite le formulaire à modifier en cliquant sur sont type d’objet. (...) -
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 -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (7845)
-
How to find duration of a video file using mediainfo in seconds or other formats ?
12 juillet 2021, par Harit VishwakarmaHow can I find duration of a video file in miliseconds i.e. in integer in deterministic way.
I have used ffprobe to get the duration but it doesn't give duration for all file formats.


-
How to find duration of a video file using mediainfo in seconds or other formats ?
23 février 2016, par iotaHow can I find duration of a video file in miliseconds i.e. in integer in deterministic way.
I have used ffprobe to get the duration but it doesn’t give duration for all file formats. -
H264 annexb format storing ? [on hold]
2 août 2017, par latha sriI am trying to convert raw h264 data (taken from mdat atom of mp4 file) into h264_annexb format. How to store Nal units into a .h264 file ? I tried to compare with ffmpeg code h264_mp4toannexb_bsf.c but didnt get actual way of storing the things in .h264 format. In one of the websites i found that it will store in a format SPS+PPS+IDR+slices, but this format was not same for all the mp4 files. Can anyone give any solution for this ?