Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (111)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

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

  • avfilter/vf_guided : Fix indention

    17 août 2021, par Limin Wang
    avfilter/vf_guided : Fix indention
    

    Signed-off-by : Limin Wang <lance.lmwang@gmail.com>

    • [DH] libavfilter/vf_guided.c
  • Replicate camera and microphone to use across multiple programs

    12 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.

    &#xA;

    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 ?

    &#xA;

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

    &#xA;

    Requested output format &#x27;dshow&#x27; is not a suitable output format

    &#xA;

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

    &#xA;

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

    &#xA;

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

    &#xA;

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

    &#xA;

    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 ?

    &#xA;

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

    &#xA;

    Requested output format &#x27;dshow&#x27; is not a suitable output format

    &#xA;

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

    &#xA;

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

    &#xA;

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

    &#xA;