Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (69)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11219)

  • Generate a movie with ffmpeg from a changing still image url ?

    24 septembre 2012, par Wim Deblauwe

    I need to create a movie/stream with ffmpeg from a HTTP url that points to an image. This image gets updated 1 time per second.

    I already know how to convert from MPEG-4 to flv for example using the ffmpeg command line, but now I need to start from this still image that gets updated. I would like ffmpeg to 'GET' the url 1 time per second for example.

    regards,

    Wim

  • Can't get thumbnails preview in output video files (Rendering x264 .avi with Movie Studio 13.0) [closed]

    12 mai 2014, par SavageStyle

    no thumbnails for output files, using Movie Studio 13.0 and x264->.avi, cannot fugure it out. All other programs, such as simple one : Any Video Converter, work fine with x264 codec and avi container (thumbnails are displayed correctly), but i need Movie Studio to work

  • make image from movie proportional when scaled ?

    30 novembre 2013, par Rubytastic

    What would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
    make a 200x200 image from it ?

    Im not sure what method to look for in docs or api to accomplish these tasks.

    EDIT #1

    Seems that :

    ffmpeg -i 001.mp4 -ss 3 -f image2 -vframes 1 -s 600x600 output.png

    Does convert to an image, but... this is not scaled (squased together)
    what would be the correct way to have the image proportional ?