
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (38)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Librairies et logiciels spécifiques aux médias
10 décembre 2010, parPour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...) -
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 (...)
Sur d’autres sites (7714)
-
Revision 71554 : Google buzz ne fonctionne plus Désolé, Google Reader n’accepte plus le ...
4 avril 2013, par kent1@… — LogGoogle buzz ne fonctionne plus
Désolé, Google Reader n’accepte plus le favori intelligent "Noter dans Google Reader". -
Using FFMPEG to losslessly convert YUV to another format for editing in Adobe Premier
17 octobre 2013, par Wolfman's BrotherI have a raw YUV video file that I want to do some basic editing to in Adobe CS6 Premiere, but it won't recognize the file. I thought to use ffmpeg to convert it to something Premiere would take in, but I want this to be lossless because afterwards I will need it in YUV format again. I thought of avi, mov, and prores but I can't seem to figure out the proper command line to ffmpeg and how to ensure it is lossless.
Thanks for your help.
-
Running a project in QT Creator in Windows
1er avril 2013, par HwathanieI want to develop a video player using FFMPEG in QT Creator on Windows, but completely new to QT Creator environment.
I have downloaded a sample project from this link. When I opened in it QT Creator and ran it, it returned this error,
:-1: error: avutil is required, but compiler can not find it
.I have downloaded this (ffmpeg-20130322-git-e0e8c20-win64-static) FFMPEG file and extracted it to a folder in C partition. I think I get that error since QT cannot find where the FFMPEG is, but still don't know how to link it. Could you please kindly help me to solve this out.