Recherche avancée

Médias (91)

Autres articles (101)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

Sur d’autres sites (9461)

  • How to record two windows at once using ffmpeg ?

    20 août 2021, par Caio

    I'm currently using this code :

    


    ffmpeg -f gdigrab -framerate 30 -i title="Chrome" -b:v 3M  output.flv


    


    To capture a specific window title.

    


    Would like to ask how I could also capture a second window title, and save both streams to just one output file ?

    


  • Record Duet Video like Tiktok/Smule in flutter

    4 septembre 2021, par Mukund Jogi

    I am a newbie in Flutter. I am working on applications like Instagram/TikTok in which I am stuck with one issue that is Duet Video

    


    I have created Video Recording functionality using Img.ly SDK.

    


    I am also using FFmpeg library to give my own audio file to recorded video. But now I want to create functionality of Duet Video same as TikTok.

    


    Anyone can suggest a way to do it in Flutter ?

    


  • Is there any way to record playout device's audio except certain process on windows

    26 août 2021, par TONY

    Currently I want to record the default audio playout device's audio except certain process's audio in windows, is there any method to solve it ?