Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (83)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (12738)

  • Create fake webcam with ffmpeg on Windows ?

    1er juillet 2022, par Brian

    ffmpeg has all kinds of options in it to record video off of a webcam, transcode video, send video up to streaming servers. Is there a way to loop over a file and make it look like a webcam ?

    



    I found this for Linux :
https://gist.github.com/zburgermeiszter/42b651a11f17578d9787

    



    I've search around a lot to try to find something for Windows, but have not yet found anything.

    


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

    


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