Recherche avancée

Médias (91)

Autres articles (11)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

Sur d’autres sites (3608)

  • avfilter/avf_abitscope : Correct range for framerate

    23 mars 2017, par Gyan Doshi
    avfilter/avf_abitscope : Correct range for framerate
    

    Signed-off-by : Gyan Doshi <gyandoshi@gmail.com>
    Signed-off-by : Paul B Mahol <onemda@gmail.com> (via IRC)

    • [DH] libavfilter/avf_abitscope.c
  • ffmpeg output file size grows faster than linearly with movie length

    14 janvier 2021, par Jakob Filser

    I'm using ffmpeg to string together some .bmp images into a movie. In total, there are 1001 frames, amounting to 0:40 length. The command I'm using is

    &#xA;

    ffmpeg -f image2 -i render.%05d.bmp -c:v libx264 -s 512:268 render.mp4&#xA;

    &#xA;

    The output file is 33,2 MB large, which is about twice the size of a full HD (about 16 times the pixels !) video of the same length. Apart from the file size being unreasonably large, I realized it grows faster than linearly (can't tell exactly if it is quadratic, exponential etc.) with the number of frames. After 100 frames it is about 1536 KB large (which is already too large), after 500 frames it is already 15104 KB, and after 1001 it finally arrives at 34085 KB.

    &#xA;

    My educated guess would be that for each frame it stores some information about all of the previous frames again, which makes absolutely no sense.

    &#xA;

    What am I doing wrong ? Before you recommend libx265 to me : It turns the entire video green.

    &#xA;

  • lavc/lpc : do not explode when windowing a 1-length array

    21 septembre 2022, par Lynne
    lavc/lpc : do not explode when windowing a 1-length array
    

    Divided by 0.

    • [DH] libavcodec/lpc.c