Recherche avancée

Médias (0)

Mot : - Tags -/formulaire

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5648)

  • Can x264 be used from Java code via JNI to decrease the resolution of RTMP streams ? [on hold]

    5 septembre 2016, par Orr151

    I would like to implement a custom RTMP transcoder to HLS format in Java. As the repackaging itself seems to be relatively clear and doable in Java, then I found the modification of the video resolution a bit challenging in Java. My plan is to avoid using existing solutions like FFmpeg or at least minimize the amount of 3rd party frameworks/tools integrated with my component.

    After some research it seems that reusage of JCodec and Xuggler can be challenging as both project are idle for a while. Also I’m not sure if their performance is acceptable. That’s why I would like to integrate directly with x264 library via JNI from Java code.

    Is integration with x264/libx264 from Java code to decrease resolution/bitrate doable and is it a good idea ? Could you please suggest any other solutions ?

    Thanks !

  • Evolution #3820 : modération des inscriptions de rédacteur

    5 septembre 2016, par b b

    Quelques remarques que je postais sur IRC à ce sujet :

    Ça fait chier, on va devoir ajouter une chaîne de langue, du coup ça ne sera pas reportable en 3.0 et 2.1.

    Techniquement, on doit pouvoir tout gérer depuis action/inscrire_auteur, le plan :

    • toujours envoyer le mail de confirmation au nouvel auteur, mais sans le lien de confirmation dedans
    • envoyer le mail de confirmation avec le lien de validation aux admins

    Par contre, si on a pas de page de gestion des inscriptions en attente, ça va être la merde à gérer. Si un admin ne reçoit pas le mail de confirmation ou qu’il passe dans ses spams, comment il fait pour valider le compte en attente ?

    Je ne suis pas certain que ça soit une modif mineure.

  • How does a video editor app do fast realtime rendering ? [closed]

    14 février 2023, par aya Cangtip

    I plan to make a video editor using the Flutter framework, but I'm still having trouble doing realtime rendering. How do I do fast realtime rendering ?