Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (70)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (10939)

  • Is there a way to check the resolution of a file in FFMPEG ? [duplicate]

    2 avril 2020, par Kaxemer

    I'm gathering some videos that I want to concatenate together. However, these videos are coming from different sources and might have different resolutions. Is there a way I can check what resolution they would be in FFMPEG programmatically ? I know that you cannot concatenate videos with different resolutions, so I want to be able to make the videos match the biggest resolution before concatenation.

    


  • How to calculate bitrate of lower resolution videos created from high resolution video ?

    4 avril 2020, par Ryosuke

    I am trying to implement HLS video using ffmpeg. Suppose I have a video with following specs :

    



    1080x1920 bitrate: 20971649


    



    Now I have to write a command to convert it to for example : 720p. So now the actual converted video by ffmpeg has bitrate : 760808.

    



    Is there a way that I can know this bitrate before hand, so that I can include in the master playlist correctly ?

    


  • How to record a video using ffmspeg with 1920x1052 resolution ?

    19 juin 2020, par Henrique Vital

    I'm trying to record a video in ubuntu using FFmpeg with the resolution of 1920x1052, but I don't know how.

    



    How can I do this ?