Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (112)

  • 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 (10562)

  • Android - Video stitching library [on hold]

    6 février 2014, par Sadeshkumar Periyasamy

    In an Android application, I need to stitch a video and image into a single video. What's the best library to do it ?

    I've used ffmpeg static binary version 1.2. But it has some issues. Some of the features are only available in ffmpeg 2.0+. Can anyone suggest an alternative or link to download ffmpeg static binary version 2.0 and above.

  • Converting video to a full sized image using all frames

    13 décembre 2014, par sroot

    I was wondering if there is any way to convert a video to an image ?
    Something like a scanner algorithm , something that would basically take all frames and convert it into one big image ?
    I know i can break the video into frames and then stitch them together , I was wondering if there is any faster and more simple solution to achieve the same .
    If it can’t be done can someone think how can I take the video in a "scanner" like mechanism ?

  • Randomly extract video frames from multiple files

    8 août 2014, par PatraoPedro

    Basically I have a folder with hundreds of video files(*.avi) each one with more or less an hour long. What I would like to achieve is a piece of code that could go through each one of those videos and randomly select two or three frames from each file and then stitch it back together or in alternative save the frames in a folder as jpegs.
    Initially I thought I could do this using R but quickly I’ve realised that I would need something else possible working together with R.

    Is it possible to call FFMPEG from R to do the task above ?

    I’ve trawled the internet looking for things that could help me start but most of what I’ve found is too specific and really applicable to what I need to do.

    Could anyone please help me out or simply point me in the right direction.

    Many thanks