Recherche avancée

Médias (91)

Autres articles (54)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

Sur d’autres sites (7034)

  • Serve media collection to an old iphone 3gs [on hold]

    25 février 2019, par Ale

    I’d like to serve a media collection, hosted in a home network, to an old iphone. I’m pretty much able to do this using apache web server, html, javascript, and jwplayer. But most of the media is in a format that the iphone doesn’t support and so I run into the problem of transcoding each movie I want to play but I would like it to happen on the fly to save time as well as be able to seek or fast forward to different parts of the movie. How can I go about doing this using the tools I already mention ? Php and ffmpeg are also welcome. Other tools are fine but please suggest open source if posible. I’m on a windows pc at this time. I’m sorry for not being too specific. I’m looking for a method or a different set of tools to point me in the right direction.

    Thanks in advance.

  • ffmpeg : how to extract multiple clips from a movie at once

    24 septembre 2019, par Ginso

    Now I can extract a clip from a movie using

    ffmpeg -i movie.mp4 -ss 01:05:10 -t 00:01:30

    now, I want to extract a few clips from one movie and especially those late in the movie take very long. I guess ffmpeg has to decode the whole movie up to that clip. Is there a way to extract all clips with one command, so that ffmpeg has to go through the movie only once ? The clips don’t overlap

  • Revision d9655e42b8 : Change in rddiv parameter to make it a power of 2 Converts the constant rddiv p

    11 octobre 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h



    Change in rddiv parameter to make it a power of 2

    Converts the constant rddiv parameter to 128 (from 100) and
    implements RDCOST with bit-shift rather than multiplication.
    Other parameters are also adjusted to roughly keep the same
    balance between Rate and Distortion.

    There is a slight speed-up of about 0.5-1% (at speed 0) as
    testted on football_cif.

    There is a slight change in performance due to small change
    in the parameters.
    derfraw300 : +0.033%
    stdhdraw250 ; +0.102%

    Change-Id : I70ac69f58fa71c83108f68fe41796cd19d1fc760