Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (105)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

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

Sur d’autres sites (16072)

  • ffmpeg - convert JPG to video [on hold]

    8 mars 2014, par Ashish

    I need to convert 5 jpg files to a single video.
    I need to use ffmpeg.exe for that.

    Please help me out to find the correct command.

    My requirement is as follows :

    There are 5 jpg files in this folder.
    Each jpg should be displayed for 5 seconds, making it a 25 seconds video.

    Thanks in Advance.

  • What is pkt_size in ffprobe -show_frames ?

    8 juillet 2020, par Null_404

    I am running ffprobe -show_frames and _show_packets on a .ts file and trying to find the size of each I B P frame in the stream. Is this field in the -show_frames option getting what I need ?

    


    And for the size field given by -show_packets, all the packets are very different sizes. I thought the TS packets should all be around 188 bytes, but that doesn't seem to be the case based on the output.

    


    Thanks in advance

    


  • How to convert a UYVY video frame to different size in ffmpeg

    25 juillet 2020, par Gerry

    I need to convert a UYUY video frame between different resolution, 1080P to 720P for example

    


    I am targeting win10 and I am using visual studio,

    


    As I have learned so far that seems ffmpeg can do it, it would be really appreciate if
someone show me piece of code on how to do it

    


    Notice that I have already received the video frame data from network and hold it in memory.

    


    Thanks in advance