Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (69)

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7865)

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

    


  • Can I use FFMPEG to record ultra sonic ?

    23 février 2018, par OtakuFitness

    I use av_dump_format() to check information and I get

    Stream #0:0: Audio: pcm_s16le, 48000Hz, 2 channels, s16, 1536kb/s

    Now I can record music, it’s working well(I generated a pcm file to listen). However, in terms of ultra sonic, I can’t record any useful audio information, so can I use FFmpeg to record ultra sonic ?

  • I need to make an Android app for the duet, and I'd like to ask you for advice [on hold]

    25 juin 2018, par Junburg

    I want to make an app that can do a duet with a singer. I want to play the vocal and background music files of the singer, stop the vocal file of the singer every desired interval, and record the voice of the user. At the end, all the sounds should be combined into a single mp3 file. Is it possible to develop and use ffmpeg to implement this feature on Android ? Is there no example or related library ?