
Recherche avancée
Autres articles (78)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (4828)
-
Use node-fluent-ffmpeg to do video overlay
20 juillet 2013, par 1 andsI'm tring to use node-fluent-ffmpeg to overlay video.
proc.addOption('-vf', '[in] pad=2*iw:ih [left0]', 'movie=' + sourceVideo + '[input0]', '[left0][input0] overlay=960:0 [out]');
-
ffmpeg only converting first frame of gif in Ubuntu
14 juillet 2013, par ZonedaboneI'm trying to convert GIFs to webm and mp4. I've got the code working on Windows with the ffmpeg command. On Ubuntu however, I cannot get the gifs to convert properly because ffmpeg is only reading the first frame and spitting out the movie.
Here's my code :
ffmpeg -i tmp/%s.gif -crf 5 tmp/%s.webm tmp/%s.mp4
Is there something extra I need or is there a bug in the Ubuntu ffmpeg package ?
-
QT/VLC/Browser differences between flipped video
12 juillet 2013, par NotaBeneThis is a weird one. I'm converting video from .mov to streaming formats such as .mp4, .ogv, and .webm. No problems there, using ffmpeg and everything is going fine.
The problem is that when opening the video in VLC, it's the right way up. When it's converted and viewed in the browser (from the server), it's upside down !
Ok, so I flipped it using the -vf "hflip,vflip" option in ffmpeg. Uploaded again, and IT'S STILL FLIPPED ! Huh ? I cleared my cache too, no dice.
I'm thinking there must be some flag somewhere that keeps it flipped based on the recording of the movie and the orientation. Can I remove that somehow ?