
Recherche avancée
Autres articles (42)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (7316)
-
Merge "More on "some XMM registers are non-volatile on windows x64 ABI""
15 juin 2010, par Yunqing WangMerge "More on "some XMM registers are non-volatile on windows x64 ABI""
-
doc : misc improvements for the Windows section
10 mai 2012, par Diego Biurrundoc : misc improvements for the Windows section
-
Trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1
31 octobre 2013, par obelixI have been trying to use FFMPEG in C using Codeblocks IDE under Windows 8.1.
I've done the linking stuff required in order to make my code compile but i get the following error :C :\Users\user\Desktop\MScProject\FFmpegTest2\main.c|82|error : 'CODEC_TYPE_VIDEO' undeclared (first use in this function)|
The source i use is the one from the following tutorial
http://dranger.com/ffmpeg/tutorial01.c(original link : http://dranger.com/ffmpeg/tutorial01.html)
Any ideas ??
Thanks in advance !!
(btw the same thing happens when i am trying to compile the program in ubuntu)