
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (99)
-
Activation de l’inscription des visiteurs
12 avril 2011, parIl est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (10053)
-
Ideas on how to create a transparent video with images in a given frames for a given length
11 juin 2012, par RakeshSI am looking for a various option to do the following in Linux OS (either FFMPEG or MENCODER) :
- Able to create a dummy (yes no data) transparent video for a given length (say 2 mins)
- Able to insert transparent images in a given frames (from 4-5, 20-22, etc) in the above video.
- Want output either in MOV or uncompressed AVI format.
Any help is highly appreciated.
Thanks in advance. -
How to encode a fully working h264 video for flash players ?
17 juin 2012, par cacheHow to encode a fully working h264 video for flash players ?
I did some homework : It seems that I should use command like "ffmpeg -i input.mp4 -vcodec libx264 -g 1 -r 25 output.mp4" but no luck : the output.mp4 can not jump to other seekpoints(cuepoints) properly in any flash players. My search shows that the video may not have enough/correct keyframes encoded but '-g 1' should do the work. The input.mp4 is made by xvidcap directly.
Anyone knows the answer ? Thanks !
-
How to generate a fully working h264 video for flash players ? [closed]
18 juin 2012, par cacheHow to generate/encode a fully working h264 video for flash players ?
I did some homework : It seems that I should use command like "ffmpeg -i input.mp4 -vcodec libx264 -g 1 -r 25 output.mp4" but no luck : the output.mp4 can not jump to other seekpoints(cuepoints) properly in any flash players. My search shows that the video may not have enough/correct keyframes encoded but '-g 1' should do the work. The input.mp4 is made by xvidcap directly.
Anyone knows the answer ? Thanks !