Recherche avancée

Médias (3)

Mot : - Tags -/psd

Autres articles (30)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (3075)

  • quality destroy and getting dotes effect on gif when converting Video to GIF using FFMPEG, how to get clear gif ?

    22 octobre 2020, par Mayur Dabhi

    In Android I want to convert mp4 video to gif file,

    


    I'm converting this using FFMPEG library and getting successfully converted gif. there is issue when gif converted there are some other color effect apply and show dots on gif.

    


    below commands I have already try for this convert process

    


    
1)  cmd =  arrayOf("-y","-i", path, destPath)


2)  cmd =  arrayOf(
               "-i",
               path,
               "-vf",
               "fps=10,scale=500:-1:flags=lanczos",
               "-pix_fmt",
               "rgb24",
              destPath
          )

3)  cmd =  arrayOf(
              "-y",
              "-i",
              path,
              "-r",
              "15",
              destPath
            )




    


  • avformat/mpegts : only clear programs which no longer exist or have a new PMT

    27 décembre 2020, par Marton Balint
    avformat/mpegts : only clear programs which no longer exist or have a new PMT
    

    Otherwise there can be a small period when the programs only contain the PMT
    pid.

    Also make sure skip_clear only affects AVProgram clear, and that pmt_pid is
    always kept as the first entry of the PID list of the programs. Also reject
    PMTs for programs on the wrong PID.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/mpegts.c
  • avformat/electronicarts : Clear partial_packet on error

    11 février 2021, par Michael Niedermayer
    avformat/electronicarts : Clear partial_packet on error
    

    Fixes : Infinite loop
    Fixes : 30165/clusterfuzz-testcase-minimized-ffmpeg_dem_EA_fuzzer-6224642371092480

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/electronicarts.c