Recherche avancée

Médias (91)

Autres articles (106)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

Sur d’autres sites (11254)

  • How to use ffmpeg in uwp ?

    22 avril 2022, par MrL

    I developed a software with electron. It needs ffmpeg, but when I package it into appx, I won't be able to use ffmpeg.

    


    let FFmpegPath = path.resolve(AppPath, "FFmpeg");
let FFMPEGPATH = path.resolve(FFmpegPath, "ffmpeg");
let FFPROBEPATH = path.resolve(FFmpegPath, "ffprobe");
let FFoption_V = '"'+FFPROBEPATH+'"' + " -i " +'"'+ path.normalize(PATH)+'"' + " -show_streams -select_streams v -of json";
EXEC_V = C_PRO.execSync(FFoption_V);


    


    This is the information I found, but it doesn't seem to work for electron :https://docs.microsoft.com/en-us/windows/apps/desktop/modernize/desktop-to-uwp-extensions

    


    <package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">&#xA;  ...&#xA;  <capabilities>&#xA;      &#xA;  </capabilities>&#xA;  <applications>&#xA;    <application>&#xA;      <extensions>&#xA;          &#xA;              &#xA;                  &#xA;                  &#xA;              &#xA;           &#xA;      </extensions>&#xA;    </application>&#xA;  </applications>&#xA;</package>&#xA;

    &#xA;

  • create extended context menu for ffmpeg

    29 mai 2020, par Rami Magdi

    this should be the completed version that i'm unable to achieve

    &#xA;&#xA;

    enter image description here

    &#xA;&#xA;

    this is what i achieved

    &#xA;&#xA;

    enter image description here

    &#xA;&#xA;

    this is my convertingto.reg code

    &#xA;&#xA;

    Windows Registry Editor Version 5.00&#xA;&#xA;    ;command in context menu&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\*\shell\converting to]&#xA;&#xA;"MUIVerb"="converting to"&#xA;"SubCommands"="rotate1;rotate2;rotate0;rotate3"&#xA;&#xA;"SeparatorBefore"=""&#xA;"SeparatorAfter"=""&#xA;&#xA;    ;rotate 90 clockwise&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate1]&#xA;@="rotate 90 clockwise"&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate1\command]&#xA;@="\"C:\\ffmpeg\\rotate1.bat\"\"%1\""&#xA;&#xA;&#xA;    ;rotate 90 counterclockwise&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate2]&#xA;@="rotate 90 counterclockwise"&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate2\command]&#xA;@="\"C:\\ffmpeg\\rotate2.bat\"\"%1\""&#xA;&#xA;&#xA;    ;rotate 90 counterclockwise &amp; vertically flip&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate0]&#xA;@="90 counterclockwise &amp; vertically flip"&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate0\command]&#xA;@="\"C:\\ffmpeg\\rotate0.bat\"\"%1\""&#xA;&#xA;&#xA;    ;rotate 90 clockwise &amp; vertically flip&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate3]&#xA;@="rotate 90 clockwise &amp; vertically flip"&#xA;[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\CommandStore\shell\rotate3\command]&#xA;@="\"C:\\ffmpeg\\rotate3.bat\"\"%1\""&#xA;

    &#xA;&#xA;

    i understand this can be done using extendedsubcommandskey unfortunately i can't reproduce microsoft's notes https://docs.microsoft.com/en-us/windows/win32/shell/how-to-create-cascading-menus-with-the-extendedsubcommandskey-registry-entry

    &#xA;

  • FATE : drop the last partial frame in the wmv8-drm test

    1er décembre 2013, par Anton Khirnov
    FATE : drop the last partial frame in the wmv8-drm test
    

    This has already been done in eb066a4ce9e82cddb8f5af574804aa9889450b34,
    but the number of frames produced from that file changed due to
    timestamps changes since then.

    • [DBH] tests/fate/microsoft.mak
    • [DBH] tests/ref/fate/wmv8-drm