Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (25)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

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

  • Youtube Live streaming Audio function not working Android

    13 avril 2017, par Muthukumar Subramaniam

    I am using youtube watch me github project. I recorded the live streaming video from android mobile to youtube. Live streaming videos works perfectly but the audio is not working. Please give your suggestions.

  • How can I convert bytearray of an image to RTMP live streaming using FFmpeg or other tools ?

    5 avril 2017, par Silence Wang

    I have a stream from a source, that give me byte array for each frame,I konw how to convert jpeg files to rtmp by using ffmpeg, but I don’t know how to use ffmpeg to convert byte array to rtmp streaming.
    BTW, I use java.
    Thanks.

  • How to add text with zoom out effection on video in FFMpeg ?

    29 septembre 2018, par Alexia1990

    I am developing android app with ffmpeg.
    I`d like to add text on video and set the zoom out animation on it.
    I can marquee the text from bottom to top and from left to right.
    If someone has experiences on zoom out animation of text with FFMpeg, please give me the tip.
    Here is my code.

    ffmpeg -i input.mp4 -vf "drawtext=fontfile=/path/to/font.ttf : text =’Test Line’:fontcolor=red:fontsize=65:x=100 : y=if(lt(t\,8)\,30*t\,240)" output.mp4