
Recherche avancée
Autres articles (34)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (8438)
-
Encoding a live stream of bitmaps using FFMPEG
1er avril 2015, par user3088260I’ve got a constant stream of jpeg’s that need to be converted to a video (of any kind).
The problem is that the stream is virtually infinite and I don’t know any method of creating videos using pictures that doesn’t store the whole file in memory until the stream stops..Is there a way that I can feed FFMPEG with bitmaps or jpegs constantly from c# or at least make ffmpeg read images from a folder with +432000 images (on the command line) ?
Please note that there will be no sound, the images will be low quality, they will come at a rate 5 FPS and this will run on a high-ish end laptop. BTW I can provide code but I assume this is unnecessary at the moment as I am only creating bitmaps and saving them.
-
Running several 'exec' in a ruby loop
2 mars 2015, par BeertasticI’m scanning a folder for audio files and converting them to mp3.
Works great in RUBY.
However, once the first transcoding is done, it stops the whole loopHere’s a breakdown of my code process.
def scanFolder
# lots of code above to get folder list, check for incorrect files etc..
audioFileList.each {
|getFile|
exec_command = "ffmpeg #{getFile} #{newFileName}"
exec exec_command
}
endWhat’s happening is that it’s transcoding the first file it finds, then it stops the whole function. Is there a way to force it to continue ?
The ffmpeg does run and finish correctly at the moment, so it’s not breaking anything
-
Documentation #3171 (Fermé) : GD est-il indispensable ?
26 février 2014, par Pascal VerrierBonjour,
Je travaille au CNRS sur les évolutions des Kits labos.
J’ai été contacté par un utilisateur qui s’est retrouvé bloqué avec un écran blanc sur toutes ses pages publiques (SPIP 3)
- il pouvait toujours se connecter au backoffice ;
- il avait mis en place un logo de site (c’est probablement à partir de ce moment que les pages blanches sont apparues) ;
- il n’avait pas mis en place de favicon ;
- niveau configuration, seules les librairies NETPBM et CONVERT étaient disponibles (GD 1 ou 2 absentes) ;
- le code source retourné par le serveur était tronqué (pas un "vrai" écran blanc), s’arrêtant sur l’instruction qui ajoute la favicon ;
Après recherches, j’ai pu définir que le filtre image_recadre, utilisé pour produire l’icône à partir du logo de site, était à l’origine du plantage.
plugins-dist/filtres_images/modeles/favicon.html :
[]
Cet utilisateur a fini par solutionner le problème en installant GD sur son serveur (php53-gd sur CentOS plus exactement), ce qui lui a ajouté GD2 dans la liste des librairies disponibles. En sélectionnant GD2 le problème a disparu.
Là où ça devient étrange, c’est qu’en sélectionnant une des autres librairies disponibles (Convert, Netpbm), ça fonctionne aussi, alors que ça plantait avant.
GD semble indispensable au bon fonctionnement de SPIP, quelle que soit la librairie sélectionnée dans l’espace privé.J’ai fait le test en local avec Wamp sur lequel j’ai installé Imagick ; j’ai sélectionné cette librairie sur SPIP (3.0.15), désactivé php_gd2 sur Wamp, vidé le cache SPIP + navigateur + supprimé local/cache-gd2, réaffiché la page et j’obtiens le même plantage.
Il semble donc que GD soit indispensable au bon fonctionnement de SPIP or cela n’est pas vraiment explicite sur les prérequis (http://www.spip.net/fr_article4351.html).
Quelqu’un pourrait-il confirmer que GD est indispensable ?
Si oui est-il possible de l’ajouer à la doc en ligne ?
Merci.
Cordialement,
Pascal Verrier - webmaster technique CNRS DirCom