
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (71)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (8129)
-
Libav - how to correctly free memory leaking with av_write_frame
20 avril 2017, par golstarI am using LIBAV on Ubuntu to save user’s video stream(RTP VP8) on server in WebM format.
The problem is, memory is leaking when using av_write_frame. Memory usage is constantly growing (equally with the webm file size) and is never freed after finishing the video recording. The only way to free the memory(RAM) is deleting the WebM file from the storage (HD) afterwards.I have 2 questions :
- Is it possible to free the memory consumed by
av_write_frame
during runtime ? I am freeing thepacket.data
correctly. Memory usage is not growing whenav_write_frame
line is commented. -
What is the correct way to close the file ? This is what I’m doing (it does not free the memory) :
av_write_trailer(fctx);
avcodec_close(vStream->codec);
avio_close(fctx->pb);
avformat_free_context(fctx);
- Is it possible to free the memory consumed by
-
List of free TCP ports in C++ without using bind() with port=0
8 mai 2016, par userDtrmI need to create a set of dynamic ffmpeg instances that listens to a port that is available within a C++ program. The ffmpeg instances are created using a command identified as
ffmpeg -i tcp://ip:port?listen ...
, where the port number should be an available free port. Then ffmpeg command is executed usingexecv()
within a c++ program.Therefore, I need to find a free port which is currently available without using
bind()
withport=0
. As I understand, thebind()
will bind the port when trying to check if the port is available.Please let me know if there is a way to implement this within C++.
Thanks.
-
Anomalie #2701 (Fermé) : impossible d’installer un dépôt sur un site chez free
14 mai 2012, par cedric -Pour le coup ça concerne peu la team SPIP, et ça n’est pas un défaut de SPIP non plus. A règler du côté de chez Free, donc...