Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (42)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

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

  • How can we transcode live rtmp stream to live hls stream using ffmpeg ?

    20 septembre 2016, par Kiran

    I am trying to convert a live rtmp stream to hls stream on real time.

    I got some idea after reading

    http://sonnati.wordpress.com/2011/08/30/ffmpeg-%E2%80%93-the-swiss-army-knife-of-internet-streaming-%E2%80%93-part-iv/

    i am able to convert the live rtmp stream to hls but not at run time. when i run the command and test for any hsl files (.m3u8 and .ts) i am not able to see but when i interrupt the command and check there i get the hls files as required.

    I searched on google for solution but not able to get proper answer.

    Can any body help me ?

    Thanks in Advance...

  • How to increase the compression rate of a video using FFmpeg [on hold]

    23 avril 2014, par Amit Chandra

    I am trying to compress a video for that i am using the following ffmpeg command :

    ffmpeg i input.mp4 -c:v libx264 -preset ultrafast -crf 30 -strict -2 output.mp4

    But it’s taking more time,for example if i am selecting 1 min video it’s taking almost 5 min to compress it. Can anyone tell me that how to fast the compress rate. PS : I am trying to achieve this in android.

  • Android : ffmpeg integration [on hold]

    23 octobre 2013, par JazB

    I've an android app that uses the default media player. But that one is giving me nothing but problems. So I wanted use ffmpeg in my app.

    I've read a number for articles on web and questions on stackoverflow, but I've still not made any progress.

    As per my understanding of using native code in Java, I need a library (a .so or dll) file and a JNI wrapper.

    Now where can I find these two things ? I've seen .so files in the apk of different projects like guardian etc.

    Why every article I read tells me to get jjmpeg 'c' code, go though a number of steps. Why is this not as simple as a downloadable library(.so) and jni files ?

    Being a Windows only user isn't making any easy either.