
Recherche avancée
Autres articles (107)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...) -
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
Sur d’autres sites (21344)
-
C++ FFMPEG decoder gives -22
15 mars 2016, par KillerZefiI have implemented a video streaming server (video : MPEG1, network : UDP), which seem to be working (I can watch the videos using VLC).
I want to implement a client for decoding and I’m using this code : FFmpeg decode raw buffer with avcodec_decode_video2
The problem is, that I always get -22 for nres and 0 for framefinished. I also had a client, that I implemented earlier, and it had the very same problem. The code for calling my method :
uint8_t inbuf[65500];
memset(inbuf, 0, size + FF_INPUT_BUFFER_PADDING_SIZE);
memcpy(inbuf, recv_buffer->data(), size);
decoder2.decodeStreamData(inbuf, size + FF_INPUT_BUFFER_PADDING_SIZE);Any hints for the cause of the problem ? Or can I find the description of this magical -22 ?
-
Setting a timeout for av_read_frame
20 décembre 2014, par user3663917I am new to FFMPEG and was trying to do HLS streaming using FFMPEG. When i tried using the function "av_read_frame" it returns a negative value whenever data is not available. Is there some method to make this function wait till some data is received or to make this function wait till a timeout is reached ?
-
how minimize an image using @ffmpeg/ffmpeg then send it to firebase [closed]
4 juillet 2023, par Yassin Samirhow minimize an image using @ffmpeg/ffmpeg then send it to firebase storage with the original image


I couldn't find any solution to problem except firebase cloud function and my project is free and open source. I need like a function give it the image blob it returns to me the image minimized in a blob or an api