Recherche avancée

Médias (91)

Autres articles (81)

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

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

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

Sur d’autres sites (10635)

  • Talk at Web Directions South, Sydney : HTML5 audio and video

    27 novembre 2010, par silvia

    On 14th October I gave a talk at Web Directions South on “HTML5 audio and video – using these exciting new elements in practice”. I wanted to give people an introduction into how to use these elements while at the same time stirring their imagination as to the design possibilities now that these (...)

  • Re-stream parameters for ffmpeg

    2 octobre 2013, par user2797543

    I stream my xbox to twitch tv. I'd like to be able to send this to multiple hosts (ie, Ustream, Veetle, etc) - but when I add more than a couple destinations to my xsplit - I get lag problems.

    I use rtmp address of stream and pass through ffmpeg to other destinations and it work well with no lag. But I see I am using internet speed for this.

    Can ffmpeg send a liverepeat request direct from server a to server b ? Someone informed me they know of a program which does this, but the developer has chose not to give it out.

    Thanks.

  • how to Add mp3 file in to video file using ffmpeg

    20 mai 2020, par Rahane Akoliya

    i want to Add mp3 file in to video file using ffmpeg,i refer many link but not find answer.anyone can help me ?

    



                    final String[] command= ("-i "+ Constant.getTempVideo(VideoEditorActivity.this, false) +" -i " +Constant.Song_Path+ " -c copy -map 0:0 -map 0:1 -map 1:0 -shortest " + videoOutputPath).split(" ");


    



    i try this command but give error.