Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (20)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6754)

  • How do i compile opencv_ffmpeg.dll file using mingw on windows 10 64 bit ?

    9 février 2019, par Jaideep

    I have tried many different methods for compiling opencv_ffmpeg.dll but they all fail. Can somebody tell me which mingw (32bit or 64bit) version and msys or msys2 version to use and how to configure them properly for the task.
    Thanks in advance.

  • How to use x11grab in ffmpeg (Windows) for desktop Recording [on hold]

    21 juillet 2017, par A.ZB

    I am using ffmpeg for desktop (Windows) recording it shows error : Unknown input format x11grab, Any solution for using in C# or simple for cmd ?
    Thanks !!!

  • How to pause/resume ffmpeg video capture in windows from C# application

    20 septembre 2022, par Anindya Chatterjee

    I am using ffmpeg to capture screen and audio using a C# application. The command I am using to execute ffmpeg as follows :

    



    ffmpeg -f gdigrab -i desktop -f dshow -i audio="Microphone (Realtek High Definition Audio)" -v
codec libx264 output.mp4


    



    Now I want to pause/resume recording and want to control it from the C# application. Is there anyway I can achieve that ?