Recherche avancée

Médias (91)

Autres articles (100)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

Sur d’autres sites (9986)

  • Merge commit ’c59967fa7cc5bc2fa06b36c17d2c207240c06b3e’

    17 août 2013, par Michael Niedermayer
    Merge commit ’c59967fa7cc5bc2fa06b36c17d2c207240c06b3e’
    

    * commit ’c59967fa7cc5bc2fa06b36c17d2c207240c06b3e’ :
    h261 : check the mtype index

    Conflicts :
    libavcodec/h261dec.c

    The right half of the check is impossible to be true and thus replaced by
    an assert()

    See : ec3cd74f2dab8e3e8234ccb994132b23d3098585
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h261dec.c
  • Concat creates a still image before the video

    7 décembre 2017, par Vitalis Hommel

    I am creating a cutlist like this

    file 't1.MP4'
    inpoint 1.45067
    outpoint 3.18133
    file 't2.MP4'
    inpoint 3.45067
    outpoint 6.18133
    ...

    and I use it like this

    ffmpeg -y -f concat -safe 0 -i list.txt -c:v libx264 -c:a aac -af aresample=async=1 -pix_fmt yuv420p output.mp4

    The output almost always contains a still image at the start, sometimes half the video time, sometimes less, showing the first frame then the final video starts. I noticed, the less inpoint and outpoint are apart, the longer the still image at the start. Maybe its also connected to the amount of inpoint and outpoint.

    How do I solve this ?

  • Revision effd974b16 : Limit arf interval for low fpf clips. This patch limits the maximum arf interv

    16 avril 2015, par paulwilkins

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


     Modify /vp9/encoder/vp9_ratectrl.c



    Limit arf interval for low fpf clips.

    This patch limits the maximum arf interval length to
    approximately half a second. In some low fps animations in
    particular the existing code was selecting an overly long interval
    which was hurting visual quality. For a sample problem test clip
    (360P animation , 15fps, 200Kbit/s) this change also improved
    metrics by >0.5 db.

    There may be some clips where this hurts metrics a little, but the
    worst case impact visually is likely to be less than having an
    interval that is much too long. On more normal material at 24
    fps or higher, the impact is likely to be nil/minimal.

    Change-Id : Id8b57413931a670c861213ea91d7cc596375a297