Recherche avancée

Médias (91)

Autres articles (86)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (12016)

  • How can I use ffmpeg for downloading high resolution videos with ytdl-core in nodejs [closed]

    16 avril 2021, par Snehal

    Can anyone please help me out by providing any available resources from which I can get the idea to approach the problem so that I can make it work.

    


  • How to calculate the resolution of a video ?

    21 avril 2021, par René Pardon

    So for 1280x720 it's obvious that resolution equals to 720p with an aspect ratio of 1,777777778 (16:9).

    


    But given the width (560px) and height (320px) of a video, how do I calculate the resolution ? Or is it just like using the height of the video ? (320px = 320p ?) And if not, what's the formula to calculate the resolution ?

    


    Because with 560x320 I have an aspect ratio of 1,75 which is close to 16:9 but this doesn't mean it's the same resolution.

    


  • How to get resolution label from a video in ffmpeg

    10 mai 2021, par HnnE

    My goal is to get the labels 1080p,720p,480p,360p,.. from the video using ffmpeg. Some videos doesn't have the correct dimension to it. for example : 854x546

    


    For the meantime I do it like this. 'height' + 'p' = 546p (which is wrong).
Should I check if 'height' > 480 then return 720 ?.