Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (18)

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (6865)

  • how to record screen of windows using ffmpeg inside WSL [closed]

    12 avril 2024, par Santhosh

    I have WSL2 and ubuntu installed inside it.

    


    I have ffmpeg command line installed inside it.

    


    Now I am not sure how to record the screen. Can someone help me what command options to be used to record screen (including windows UI)

    


    I tried the below command.

    


    Opened powershell in windows, then entered into wsl and then ran the below command

    


     ffmpeg -f x11grab -y -framerate 30 -s 1920x1080 -i :0.0 -c:v libx264 -preset superfast -crf 18 out.mp4


    


    but it results in blank screen video

    


  • configure : Don’t add -fPIC to asflags when targeting windows

    12 octobre 2017, par Martin Storsjö
    configure : Don’t add -fPIC to asflags when targeting windows
    

    On X86 windows, asflags weren’t actually ever used for anything,
    since assembling used x86asflags instead, and that flags list
    had -DPIC already.

    This fixes building shared libraries with clang for arm/aarch64
    windows. (This wasn’t an issue when in msvc mode before, since
    we don’t try to enable pic at all there, since the msvc armasm
    assembler fails on our pic constructs there.)

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • Windows 10 EV code signing no longer works on electron app

    23 février 2021, par SoOhNo

    I have an electron app. Pretty basic app. It doesn't use ffmpeg for anything it does play an mp3 chime from time to time. I build my app with electron-forge using squirrel format. I then sign it using the SafeNet Authentication app. It's always worked flawlessly.

    &#xA;

    It's been a couple months since I last released a version. Only thing that has changed is some html ui updates within my electron app and of course lots of Windows 10 updates.

    &#xA;

    My app builds fine using electron-forge, it installs and runs without issue. I then sign it like usual from the command line and SafeNet confirms it was signed. Right clicking on the file shows it has been signed by my organization. However, once I execute the signed app I get this error : "The code execution cannot proceed because ffmpeg.dll was not found. Reinstalling the program may fix this problem."

    &#xA;

    Here is what I have tried so far :

    &#xA;

      &#xA;
    • Building/Signing on a different windows 10 machine.
    • &#xA;

    • Uninstall/Reinstall SafeNet.
    • &#xA;

    • Running signed .exe on a different Windows 10 instance
    • &#xA;

    • Building/Signing with a cmd session ran as administrator
    • &#xA;

    &#xA;

    I am at a loss, why is it screaming about ffmpeg.dll which my app doesn't depend on ? Why only after the .exe has been signed do I get this error ?

    &#xA;

    OS : Windows 10
    &#xA;Electron v7.3.2
    &#xA;Electron-Forge/cli v6.0.0-beta.47
    &#xA;SafeNet x64 v10.3

    &#xA;