Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

Sur d’autres sites (12353)

  • How to get a mp4 stream from a mp4 file using java ?

    16 décembre 2015, par Vishnu
    <video class="video-js vjs-default-skin embed-responsive-item" controls="controls" preload="auto" width="640" height="264" responsive="true" poster="http://video-js.zencoder.com/oceans-clip.png" data-setup="{&quot;example_option&quot;:true}">
            <source src="http://video-js.zencoder.com/oceans-clip.mp4" type="video/mp4"></source>
            <p class="vjs-no-js">To view this video please enable JavaScript, and consider upgrading to a web browser that <a href="http://videojs.com/html5-video-support/" target="_blank">supports HTML5 video</a></p>
           </video>

    The above would play stream video from the specified src.

    How can a similar streaming url be generated from a mp4 file using java so that the streaming url can be used in the "src" to play the video.

  • I need to convert other video extensions to mp4 in java

    3 août 2018, par atif sesu

    First i found a library. It’s ffmpeg. But i don’t know how can i include my project. I really tried. Can someone show me how to do it ?

  • How to modify FFmpegFrameRecorder.java in javacv to support audio sample rate change ?

    29 novembre 2013, par user1592546

    I want to know if ffmpeg port from javacv supports audio sample rate change, and if so, I would need some guidelines for changing FFmpegFrameRecorder.java to support it.