Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (78)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (13479)

  • Access two different webcams with same name ffmpeg dshow

    14 juin 2016, par Luke E

    I’m using ffmpeg to stream video from two webcams of the same type, and thus the same device name when selecting a dshow device with
    ’video="device name"’
    I would like to access both of them at the same time, but they seem to be indistinguishable using this approach. On https://www.ffmpeg.org/ffmpeg-devices.html#dshow I managed to find the following example code, which appears to be using some hardware id to reassign it a pin number, but for the life of me I can’t figure out how I would identify the hardware id of my webcams such as to use this example.

    ffmpeg -f dshow -audio_pin_name "Audio Out" -video_pin_name 2 -i video=video="@device_pnp_\\?\pci#ven_1a0a&dev_6200&subsys_62021461&rev_01#4&e2c7dd6&0&00e1#{65e8773d-8f56-11d0-a3b9-00a0c9223196}\{ca465100-deb0-4d59-818f-8c477184adf6}":audio="Microphone"

    Any help is very much appreciated.

  • How to access an image file using FFmpeg in a React Native (Android) / Expo project ?

    14 septembre 2021, par Asp1re

    I made an app where I want to create a video from a png using FFmpeg in React Native but I'm stuck at my image file path part. FFmpeg uses the file system of the android so I can't really use paths like ./assets/img.png. I need an absolute path - can't use require('img.png')

    


    Here is my FFmpeg code :

    


    ffmpeg -loop 1 -i img.png -t 10 -r 1 -c:v libx264 output.mp4


    


    How can I reach the res or assets folder on an android ? Is there a way to bundle it into my app so on my android I can access it through an absolute path somehow ?

    


    I searched a lot of questions similar to this and most of the answers are the use of require('img.png') but this doesn't work for me because the way FFmpeg works. Is there a way to access my image file with FFmpeg in a React Native Android project ?

    


  • Anomalie #4669 (Fermé) : Warning : Trying to access array en php 8

    12 mars 2021, par Ben .