Recherche avancée

Médias (3)

Mot : - Tags -/plugin

Autres articles (100)

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

  • 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 (11020)

  • Show hyphen in codec tag.

    9 juillet 2012, par Carl Eugen Hoyos

    Show hyphen in codec tag.

  • avfilter/vf_rotate : use vsub for output plane height calculation

    29 septembre 2013, par Paul B Mahol
    avfilter/vf_rotate : use vsub for output plane height calculation
    

    Output plane height used horizontal instead of vertical subsampling.
    This is just cosmetic change as filter does not support formats where
    vertical subsampling does not match horizontal one.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/vf_rotate.c
  • height not divisible ffmpeg [duplicate]

    17 avril 2018, par Darko_Milicic

    This question already has an answer here :

    Problem is when i try scale video and keep aspect ratio

    ffmpeg -i in.mp4 -vf scale=240:-1 out.mp4

    I was try also -s 240x135 but always same error..

    height not divisible by 2 (240x135)

    But if i try 240x180 it’s working, problem is because i need to keep aspect ratio because i need scale=240:-1

    Error what i have

    height not divisible by 2 (240x135)

    Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height