Recherche avancée

Médias (91)

Autres articles (75)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

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

Sur d’autres sites (12171)

  • Replicate camera and microphone to use across multiple devices

    11 août 2020, par Andrew

    I'd like to use the same webcam and microphone across multiple streams, for example Google Meets and Microsoft Teams at the same time.

    


    When one of the sources use the webcam/mic, they lock it in and they can't be used anywhere else. Is there a way to replicate or unfreeze them ?

    


    I tried via ffmpeg, specificaly by outputting as dshow, but got :

    


    Requested output format 'dshow' is not a suitable output format

    


    I also tried this solution : https://superuser.com/a/1531380/934167 but didn't manage to replicate the device.

    


    If possible, I'd like to stick to ffmpeg, but if it requires third party (preferably open source) applications, I can try that out.

    


    Edit : I should also mention, I'd prefer this for Windows/Mac, other solutions were only relevant for linux.

    


  • Revision 80577dff4b : Revert "Changing webmenc to use libwebm" Temporary revert. Problems with confli

    2 avril 2014, par Paul Wilkins

    Changed Paths :
     Modify /build/make/Makefile


     Modify /configure


     Modify /examples.mk


     Modify /vpxenc.c


     Add /webmenc.c


     Delete /webmenc.cc


     Modify /webmenc.h



    Revert "Changing webmenc to use libwebm"

    Temporary revert.
    Problems with conflicting definitions of type off_t
    in MSVC builds that need resolving.

    c :\Program Files (x86)\
    Microsoft Visual Studio 9.0\VC\include\wchar.h(479) :
    "error C2371 : 'off_t' : redefinition ; different basic types
    c :\on2experimental\libvpx\tools_common.h(26) :
    see declaration of 'off_t'"

    This reverts commit 92a4c591122fa406a1d7aed834a5283a86d9758a.

    Change-Id : I535e40a18842a92e3e6e0b29e5fba66313010803

  • Visual Studio can't detect FFmpeg

    19 avril 2023, par Jonathan

    I'm using Visual Studio Community 2022 for a Python 3 project that involves using FFmpeg. However, when I try to run my code, I get the following error message :

    


    RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work


    


    I have FFmpeg installed and added to my PATH, but it still doesn't seem to be working. Here are the steps I've taken so far to try to fix this :

    


      

    1. I tried installing the FFmpeg pip package, but it didn't change anything.

      


    2. 


    3. I searched for solutions on sites like learn.microsoft.com and
stackoverflow.com, but I haven't been able to find anything that works for me. This question also didn't answer my question

      


    4. 


    5. I also asked for help in Visual Studio Code, but I wasn't able to find a solution there either.

      


    6. 


    


    I would appreciate any guidance on how to fix this issue. Thank you !