
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (108)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (6206)
-
Unresolved externals trying to use ffmpeg
29 août 2013, par AsikI'm trying to use some functions from ffmpeg and am running into resilient linker errors. Here's what I did :
- Downloaded the latest 32-bit "Dev" build from http://ffmpeg.zeranoe.com/builds/ (i.e. ffmpeg-20130418-git-ee94362-win32-dev)
- Created a "General - empty" C++ project in Visual Studio 2012 Premium
- Added the [ffmpeg]/lib folder to Linker -> Input -> "Additional Library Directories"
- Added "swscale.lib ;avutil.lib ;avformat.lib ;avdevice.lib ;avcodec.lib ;" to Linker -> Input -> "Additional Dependencies"
- Added the following under C++ -> General -> Additional Include Directories :
- [ffmpeg]/include
- [ffmpeg]/include/libswscale
- [ffmpeg]/include/libavformat
This is my main.cpp :
#include "avformat.h"
int main()
{
av_register_all();
}This fails with :
error LNK2019 : unresolved external symbol "void __cdecl
av_register_all(void)" (?av_register_all@@YAXXZ) referenced in
function _mainHow can I fix this error ?
-
x86 : cavs : Put mmx-specific code into its own init function
20 avril 2013, par Diego Biurrunx86 : cavs : Put mmx-specific code into its own init function
-
mxfenc : Use correct printf format specifier for int64_t
22 avril 2013, par Diego Biurrunmxfenc : Use correct printf format specifier for int64_t