
Recherche avancée
Autres articles (61)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (10679)
-
ffserver : fix line wrapping on function decls
2 octobre 2015, par Reynaldo H. Verdejo Pinochet -
x264 command line options for openh264 decoder
6 octobre 2015, par DavidOpenH264 is a pretty restrictive decoder. It only decodes baseline, for one thing. I’m using openh264 to decode something encoded with x264 and every 1-10 seconds I’m getting busts of 10-20 frames of decoding errors : dsRefLost, dsBitstreamError, and/or dsDataErrorConcealed. I’m thinking this may be due to x264 set to encode in a way OpenH264 doesn’t support to decode. What options should I use for x264 to make sure openh264 can decode properly ?
-
FFMPEG command line execution in android
6 octobre 2015, par RathanI’m a newbie in android programming and this is kind of abstract, I don’t know much about ndk but there are a lot of ffmpeg libraries with java wrappers for direct usage if I’m right. I can import them to my project but have no idea as to how to use them to execute ffmpeg commands through them. Could you please suggest me any particular library and how could I use them to get ffmpeg commands executed ?