Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (54)

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

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

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

  • what's the recommended CDN or Hosting should I use for online media converter app ? [on hold]

    20 novembre 2017, par Moe D.

    I’m working on web application that will let users download videos from facebook, twitter and vimeo as MP4 or MP3.

    I don’t know what’s the recommended CDN or Hosting plan or product I should use to can host all these big media files ( mp3 and mp4 ) with a lot of download requests per hour and to be affordable in the same time ?

    And will auto deleting files that older than 6 hours on the cloud save some cloud storage costs ?

  • How to split video or audio by silent parts

    9 février 2021, par TermiT

    I need to automatically split video of a speech by words, so every word is a separate video file. Do you know any ways to do this ?

    



    My plan was to detect silent parts and use them as words separators. But i didn't find any tool to do this and looks like ffmpeg is not the right tool for that.

    


  • ffmpeg on 15+ GUIs via SSH

    2 septembre 2017, par P. Kon

    Task - I have 15+ gui applications (requiring GPU access) that need to be captured by ffmpeg at once. The machine doing the work is server sitting in server rack, and only access is via SSH.

    My terrible plan - To force graphical desktop to load, I was thinking of getting fake hdmi dongle for gpu, changing resolution of display to fit all 15 application and record each of them in grid, but it just feels like nasty solution.

    What would you recommend ? Server currently has Ubuntu 16.04, but if really necessary, any distro could be installed.