Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (55)

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

  • 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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7705)

  • Renaming image files in windows for timelapses

    23 septembre 2020, par esdoublelef

    I just wanted to share this tip. I'm just answering my own question.

    


    If you select all and rename the images as "img(0001).jpg"
you will end up having img(0001).jpg, img(2).jpg, img(3).jpg, ... img(11).jpg.... img(21).jpg

    


    this messes the order up as the img(21).jpg will be placed after img(2).jpg.

    


    (At least this happens for my ffmpeg code)

    


    The solution is to name your files img(1001).jpg (i.e. start from 1000. that way, windows file explorer will name the other files as img(1001).jpg, img(1002).jpg, img(1003).jpg, img(1004).jpg

    


    I'm just putting this out there for anyone to use. Feels like more people should be aware of this.

    


    esdoublelef

    


  • How to live stream from Windows 10 app to Youtube ?

    12 août 2015, par Boland

    I’m playing around with the YouTube Live Stream API. That’s working fine so far, but the next step is to stream the web cam data to YouTube via RTMP.

    In the (excellent) documentation at Google Dev, it outlines the Life of a Broadcast. However, all steps are documented in detail, except the step I’m interested in :

    Step 3.2 : Start your video

    Start transmitting video on your video stream.

    I was able to use Open Broadcasting Software to stream to a manually created YouTube Live Event, but I have no idea how to do it from my Windows 10 App. I’ve looked at the MediaElement class, and was able to capture the web cam preview in my app. But I can only find methods to save as a file.

    Also found information about FFMPEG, which should probably be able to do the job, but I cannot find a library / DLL to use FFMPEG in my App.

    I just need some guidance where to look next, because now I’m just clueless what to do.

    /edit : I came across MPlatform SDK, which sounds exactly what I want, but it costs $5000.... Not for a hobby :(

  • How to set up FFMPEG library on windows with Android-NDK-r16b ? [on hold]

    12 décembre 2017, par Ghodasara Bhaumik

    I have search it but not found any step-by-step configuration for windows with NDK-r16b.
    I need FFMPEG for my Android Application to Compress Video and Trim Video file.
    Thanks in advance for the help !