Recherche avancée

Médias (91)

Autres articles (77)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (6524)

  • libopenh264dec : Export the decoded profile and level in AVCodecContext

    31 août 2018, par Martin Storsjö
    libopenh264dec : Export the decoded profile and level in AVCodecContext
    

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/libopenh264dec.c
  • Is it possible to retrieve the "profile" of one file, and use it to convert another file ?

    25 août 2018, par GDP

    So we have an ancient compiled program that has been converting AVI files to MPEG for television broadcast. The program is pure sorcery, as the original programmer is long gone, but it has created 10’s of thousands of MPEG files of a very particular format that our (also ancient) broadcast server uses.

    So...the question is whether or not, we can use FFMPEG to initially "get the details" of one of those MPEG files, and use THAT to convert future MP4 files to that legacy MPEG format ?

    In short, we don’t know all the intricacies of everything that the program is or may be doing, and want to replace it with FFMPEG, being confident that we’re getting exactly the same output that works without a hitch in the fussy broadcast server.

  • avcodec/mpeg4videodec : Check read profile before setting it

    27 juin 2018, par Michael Niedermayer
    avcodec/mpeg4videodec : Check read profile before setting it
    

    Fixes : null pointer dereference
    Fixes : ffmpeg_crash_7.avi

    Found-by : Thuan Pham, Marcel Böhme, Andrew Santosa and Alexandru Razvan Caciulescu with AFLSmart
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/mpeg4videodec.c