Recherche avancée

Médias (91)

Autres articles (85)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

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

Sur d’autres sites (11906)

  • VP8 (WebM) or Theora - faster encoding speed with ffmpeg ?

    13 mars 2014, par Max Gunter

    i will save a mp4 video (H.264, AAC) to either WebM/VP8 or Theora video.

    I will use ffmpeg to encode and save the video.

    For the same quality, which format has the faster encoding speed and which has the lower filesize at the end ?

  • wtv : Speed up wtv index creation

    29 janvier 2016, par popcornmix
    wtv : Speed up wtv index creation
    

    The index creation is O(N^2) with number of entries (typically thousands).
    On a Pi this can take more than 60 seconds to execute for a recording of a few hours.

    By replacing with an O(N) loop, this takes virtually zero time

    Liked-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/wtvdec.c
  • How to apply —speed flag for ffmpeg-kit in React Native (Expo) ?

    12 mai 2024, par Michota

    Where do i place speed flag ?

    &#xA;

    Currently my plugins look like this

    &#xA;

    "plugins": [&#xA;      [&#xA;        "@config-plugins/ffmpeg-kit-react-native",&#xA;        {&#xA;          "package": "min-gpl"&#xA;        }&#xA;      ]&#xA;    ],&#xA;

    &#xA;

    I use expo sdk 51.

    &#xA;

    I've tried placing it next to package name, but it didn't work.

    &#xA;