Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (52)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10583)

  • avfilter : Fix typo in Loren’s email address

    21 octobre 2013, par Diego Biurrun
    avfilter : Fix typo in Loren’s email address
    
    • [DH] libavfilter/gradfun.h
    • [DH] libavfilter/vf_gradfun.c
    • [DH] libavfilter/x86/vf_gradfun.c
  • Correct the FSF address for two avisynth files to ’51 Franklin Street, Fifth Floor...

    6 mars 2014, par Andreas Cadhalpun
    Correct the FSF address for two avisynth files to ’51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA’
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] compat/avisynth/avisynth_c.h
    • [DH] compat/avisynth/avxsynth_c.h
  • Still images to video for storage - But back to still images for viewing

    29 mai 2012, par michael

    Using ffmpeg I can take a number of still images and turn them into a video. I would like to do this to decrease the total size of all my timelapse photos. But I would also like to extract the still images for use at a later date.

    In order to use this method :
    - I will need to correlate the original still image against a frame number in the video.
    - And I will need to extract a thumbnail of a given frame number in a
    video.

    But before I go down this rabbit hole, I want to know if the requirements are possible using ffmpeg, and if so any hints on how to accomplish the task.

    note : The still images are timelapse from a single camera over a day, so temporal compression will be measurable compared to a stack of jpegs.