
Recherche avancée
Médias (1)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
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 (10417)
-
Supporting dependency of P frame on I frame only
16 février 2018, par MSD PaulI have a doubt on x264 encoding.
If I have IP_1P_2P_3 IPPP some kind of this GOP from the x264 encoded output. Then in general, P_3 will be dependent on I, P_1 and P_2, P_2 will be dependent on I and P_1 (a cumulative encoding).
Can anyone please give me any ideas how can I support direct encoding so that all P_1, P_2, P_3 will be only dependent on the I frame ?
-
How to use yadif filter in ffmpeg ?
2 juin 2015, par PavelI write application on C++ with ffmpeg. I read interlaced frames with opencv VideoCapture and convert it to AVFrame for use yadif filter.
Can you give me simple example with yadif filter using ?filtering_video.c
from ffmpeg docs is too broad -
convert avi to 3gp with ffmpeg
2 octobre 2013, par jeetI'm trying to convert avi to 3gp, and reduce the size of frames from 800x600 to a smaller size, suitable for mobiles.
What size should I use and where to set it in this command below ?
Please give me the new command.ffmpeg -i input.avi -vcodec libx264 -s qvga -b 6438912 -r 16 -acodec libvo_aacenc -ab 393216 -ar 32000 -ac 1 -y output.3gp
Thanks