Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (82)

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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (9420)

  • 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