
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (78)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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" (...)
Sur d’autres sites (11583)
-
How to use ffmpeg shared libraries [on hold]
3 décembre 2016, par orazI downloaded the windows build of ffmpeg shared libraries, which consists of several dlls and exes. I thought I would be able to use these by adding them as libraries in my project in NetBeans to run these examples, but none of the includes are resolved.
How are the shared libraries supposed to be used, and is it possible to use ffmpeg libraries without building entirely from the source ?
-
Resize videos in android
18 février 2014, par Christopher JohnsonI'm looking to resize videos captured using the MediaStore Intent after they have been saved to the SD card. I've done similar things with c# and ffmpeg and thought about using that with android but I've yet to be able to find a way to incorporate that into my eclipse running on my windows 7 machine.
I'm a total *nix noob so all of the solutions that I've found for building ffmpeg into an android app are completely greek to me.
Is there an alternative solution to ffmpeg that perhaps is already built into the android sdk for resizing videos ?
I'm just looking for the path of least resistance here...
-
how to replace ffmeg's h.264 decoder ?
26 novembre 2014, par myqiqiangSince FFMPEG take too much CPU resource and we can hardware decode in IOS8 ,so i want to replace its decoder with
hardware
decoder.but how ? i search in google but get nothing.
and my thought now is to replace this method with my decoder
_pCodec = avcodec_find_decoder(m_pCodecCtx->codec_id);
here is what i want :
1、if there is a way to replace the h.264 decoder ?
2、if there exists,then how to do that ?
3、if there any articles may help me ?