Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (39)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7090)

  • Remuxing DIVX to MP4 for iDevices

    16 octobre 2013, par Chris Robinson

    Please note, everything I refer to hereafter is using ffmpeg.

    I have a DIVX video which has an mpeg4 codec (MPEG4 Part 2) and an mp3 audio stream as given by ffmpeg -i file.avi. It's my understanding that I should simply be able to remux into an mp4 container for use with iTunes and iDevices by

    ffmpeg -i file.avi -vcodec copy -acodec copy output.mp4

    seeing as both codecs are complient with the Mpeg4 Part 14 specification. However I can't import these files into iTunes. I'm assuming this is because the FourCC of the original stream has been set to DIVX.

    Is there an easy way to change this without re-encoding the video stream ? I'm looking to remux rather than re-encode to keep losses to a minimum and because I have a massive library of DIVX files that I want to import into iTunes and ffmpeg is easily scriptable for addition of future files.

  • Revision a37ee9d2e8 : Fix non-4:2:0 chroma MV calculation for SPLITMV The previous code was somewhat

    9 mai 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/common/vp9_reconinter.c



    Fix non-4:2:0 chroma MV calculation for SPLITMV

    The previous code was somewhat vestigial for 16x16 MI units, but was
    incorrect when called with chroma blocks larger than 4x4 because the
    block index caused a reference to a non-existent BMI. This patch uses
    the same MV for all chroma subblocks in SPLITMV mode, which is
    suboptimal for non-4:2:0 subsamplings, but as SPLITMV may be removed
    in the near future, will use this as a stop gap.

    Change-Id : I3211cee5ccf1cfb426e5eef5353b0ce5bb92b4cd

  • Anomalie #2866 : Fichiers de stats restant bloqués dans TMP et faussant les données

    13 mai 2013, par cedric -

    ce ticket était visiblement perdu affecté à une release future.
    Sur un site qui totalise de 10000 à 15000VU/jour je ne constate pas le problème et j’ai une bonne correspondance entre les visites comptées par SPIP et les visites comptées par Google Analytics.

    Les fichiers dont tu parles sont-ils dans tmp/ ou dans tmp/visites ?