
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (106)
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
Formulaire personnalisable
21 juin 2013, parCette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire. (...) -
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. (...)
Sur d’autres sites (7671)
-
deprecated functions FFMPEG [closed]
28 février 2013, par seereenI have code written on FFMPEG 0.5 (old version) .. this code can read the videos and write again ....
I have new version on my MAC FFMPEG 0.11 ... when I tried to compile this code I got many errors ... some of the functions have new names ... and I got many warning about deprecated functions ....
my question is what is deprecated function mean ,, and does the code can work if I Ignore them ?
I could not try this because I still have other errors in the codelet me know please if you know
-
Revision ef887974aa : vp8 fast quantizer with intrinsics Reduce dependency on offsets file by using i
2 février 2013, par JohannChanged Paths : Modify /vp8/encoder/x86/quantize_sse2.asm Add /vp8/encoder/x86/quantize_sse2.c Modify /vp8/vp8cx.mk vp8 fast quantizer with intrinsics Reduce dependency on offsets file by using intrinsics. Disassembly shows improvements over previous assembly specifically in register management, (...)
-
ffplay Find where it loads an image file
26 février 2013, par user1898902I'm trying to figure out where ffplay loads an image file and how it deals with it. Mostly how it figures out which files its dealing with and the function that are called to deal with it. The entire process from start to end of an image file given at the command line would be alot of help, though I know there are thousands and thousands of lines of code.
Thanks.My question : Where do the files you give to ffmpeg go from main() ? What functions take them and decide what file type they are so it knows how to handle them ?