
Recherche avancée
Autres articles (70)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
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 (...) -
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 (3499)
-
Revision 69287 : PHPDoc + formatage du code + on renvoit soit un booléen soit l’id_journal ...
24 janvier 2013, par rastapopoulos@… — LogPHPDoc
+ formatage du code
+ on renvoit soit un booléen soit l’id_journal créé en base
+ on ne teste pas la configuration dans cette fonction là car dans le formuloaire de config (et donc dans la meta) il est impossible de prévoir toutes les actions et donc si on en met une pas prévue ça n’aurait pas enregistré en base
+ la grosse modif : on garde en mémoire dans un même hit PHP ce qui a été journalisé (mêmes action+objet+id_objet) et si dans le même hit ya la même suite, alors on ne fait que modifier la ligne déjà insérée en fusionnant les infos supplémentaires -
LNK 2019 unresolved symbol - FFmpeg
7 juin 2013, par Cristina1986I'm trying to use FFmpeg to open and read a video .avi
I work on win7 x64 with Visual Studio 2010For now my code is very simple :
#include "libavcodec/avcodec.h"
#include "libavformat/avformat.h"
#include "SDL.h"
#include "SDL_mixer.h"
int main (int argc, char *argv[]) {
AVFormatContext *pFile_video;
int s, videoStream;
AVCodecContext *pCodecCtx;
AVCodec *pCodec;
AVFrame *pFrame;
AVFrame *pFrameRGB;
AVPacket packet;
int frameFinished;
int numBytes;
uint8_t *buffer;
av_register_all();
if((avformat_open_input(&pFile_video, "AR.avi", NULL,NULL)!=0)) cout <<"cannot open video file"</if(av_find_stream_info(pFile_video) <0) cout <<"cannot retrive stream information"<nb_streams;s++){
if((pFile_video->streams[s]->codec->codec_type) == AVMEDIA_TYPE_VIDEO) videoStream =s;
}
if(videoStream ==-1) cout <<"cannot open video stream"<code>I linked following .lib files :
avcodec.lib
avdevice.lib
avfilter.lib
avformat.lib
avutil.lib
postproc.lib
swresample.lib
swscale.libbut I get these errors :
>MSVCRTD.lib(cinitexe.obj) : warning LNK4098: la libreria predefinita 'msvcrt.lib' è in conflitto con l'utilizzo di altre librerie; utilizzare /NODEFAULTLIB:libreria
1>main_video_ffmpeg.obj : error LNK2019: riferimento al simbolo esterno "int __cdecl avformat_open_input(struct AVFormatContext * *,char const *,struct AVInputFormat *,struct AVDictionary * *)" (?avformat_open_input@@YAHPAPAUAVFormatContext@@PBDPAUAVInputFormat@@PAPAUAVDictionary@@@Z) non risolto nella funzione _SDL_main
1>main_video_ffmpeg.obj : error LNK2019: riferimento al simbolo esterno "void __cdecl av_register_all(void)" (?av_register_all@@YAXXZ) non risolto nella funzione _SDL_main
1>C:\Users\Cristina\Desktop\OpenCV\Progetti\MIEI_PROGETTI_Vs\video_ffmpeg\Debug\video_ffmpeg.exe : fatal error LNK1120: 2 esterni non risoltiI think it is a linker error.. but I haven't other .lib file for FFmpeg library.
-
Anomalie #2948 (Fermé) : SPIP 3.0.4 et 3.0.5 + Autorité : modification impossible d’un article par...
12 mai 2013, par cedric -disabled
sur<option></option>
n’est pas complètement supporté par tous les navigateurs et c’est gênant car ça ouvre la porte a une modif interdite (http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/OptionDisabledSupport.html).
r20516 contourne le problème donc.