
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (112)
-
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 (...) -
Modifier la date de publication
21 juin 2013, parComment changer la date de publication d’un média ?
Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
Dans la rubrique "Champs à ajouter, cocher "Date de publication "
Cliquer en bas de la page sur Enregistrer -
Prérequis à l’installation
31 janvier 2010, parPréambule
Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
Il (...)
Sur d’autres sites (4214)
-
ffmpeg : same video, same framerate, different number of output frames. Why ?
9 octobre 2014, par JoshI need to extract the frames from a video at 30fps twice : (i) 720p png frames, and (ii) 270p tiff frames.
I achieve this using the following commands respectively :
ffmpeg -r 30 -i myvideo.mp4 -s 1280x720 frames/myvideo_%06d.png
ffmpeg -y -i myvideo.mp4 -an -r 30 -pix_fmt rgb24 -vcodec tiff -s 480x270 frames/myvideo_%06d.tifHowever, this results in the first command outputting 35,776 frames and the second command outputting 35,812 frames, despite the video being identical and the framerate requested being 30fps.
What is causing this ? How can I ensure that ffmpeg outputs the same number of (synchronised) frames ?
-
Version number for release, scope correction for soundManager.onload() stub
24 mars 2010, par Scott Schillerm script/soundmanager2-nodebug-jsmin.js m script/soundmanager2.js m src/SoundManager2.as m src/SoundManager2_AS3.as m swf/soundmanager2.swf m swf/soundmanager2_flash9.swf Version number for release, scope correction for soundManager.onload() (...)
-
avcodec/on2avc : Check number of channels
4 octobre 2014, par Michael Niedermayer