Recherche avancée

Médias (91)

Autres articles (52)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 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 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8857)

  • How to Install FFmpeg on Databricks [closed]

    20 mai, par Riley Cohen

    I’m posting this to save others from the headache I went through getting ffmpeg running on Databricks. The process isn’t super intuitive, especially with Unity Catalog and volume-based restrictions, so here’s a clear step-by-step guide.

    


    Step #1 : In Notebook Add init script for ffmpeg

    


    dbutils.fs.put(
  "dbfs:/Volumes/xxxxxxx/default/init/install_ffmpeg.sh",
  """#!/bin/bash
apt-get update -y
apt-get install -y ffmpeg
""",
  overwrite=True
)


    


    Step #2 Add init script to allowed list

    


    Follow this article :
https://learn.microsoft.com/en-us/azure/databricks/data-governance/unity-catalog/manage-privileges/privileges#manage-allowlist

    


    enter image description here

    


    Step #3 Add the init script in the cluster advanced setting

    


    After creating this script, go to your cluster settings in Databricks UI (Clusters > Edit > Advanced Options > Init Scripts) and add the script path (dbfs :/Volumes/xxxxxxx/default/init/install_ffmpeg.sh). Restart the cluster to apply it. Once the cluster starts with this init script, FFmpeg will be installed and available on each node

    


    Step 4 : Start/Restart the cluster

    


  • Encode a MPEG-1 video using directshow

    4 septembre 2015, par Kayani

    I need to know whether it is possible to encode images to MPEG-1 video using DirectShow from Microsoft. I found in their documentation that it is possible to Convert a video to MPEG-1 but there is nothing about images. Images in my case are coming at runtime.
    Note : I was previously using FFMPEG to achieve this

  • How to fix error when installing ffmpeg-binaires

    18 avril 2019, par Ashton

    im trying trying to install ffmpeg for a discord bot but when i try to install ffmpeg-binaries errors come up

    so far i have try installed python and updated microsoft build tools
    but they seemed to only fix some of the problems

    Log file :

    https://ghostbin.com/paste/yjw3y