
Recherche avancée
Autres articles (86)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (11017)
-
installing ffmpeg on hosting that a person doesnt have full control of ?+
10 avril 2019, par electroner1998I am wanting to use ffmpeg on my site, but my hoster is infinityfree. It comes with Softalicious Apps Installer, but it doesn’t have ffmpregg. Can I install it somehow ? Can I get the binaries and copy them to a folder in the domain ? Can I install it on WAMP, then copy the binaries over ? (Install WAMP, install ffmpeg, then copy the binaries ?). I don’t use home hosting cause I only have 1 GB of free storage left, but with infinityfree, you get Unlimited.
-
arm : Use full filenames as multiple inclusion guards
13 janvier 2014, par Diego Biurrun -
ffmpeg AVFrame get full decoded data to char*
20 décembre 2018, par mmmaaakI get Frames in loop and decode it with ffmpeg getting AVFrame as e result of it.
So I must get neccessary pixel data of frame into char* and give as a callback function’s parameter. So how I can generete such char* array ? In internet I saw some examples such as :
for(y=0; ydata[0]+y*pFrame->linesize[0], 1, width*3, pFile);
}or something like this. Is it true ? And which size would be my char* ? As I see we write width*3 *height bytes ?