Recherche avancée

Médias (91)

Autres articles (59)

  • 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 (8175)

  • ffmpeg gif with color instead transparency

    22 mai 2020, par daniel

    I create a gif with transparency by :

    



    ffmpeg -y -i _frame%d.png -vf palettegen=reserve_transparent=1 palette.png
ffmpeg -framerate 8 -i _frame%d.png -i palette.png -lavfi paletteuse=alpha_threshold=128 -gifflags -offsetting animation.gif


    



    I need also to create another gif from it with a specific color instead of the transparency. What would be a fast way to do that ?

    


  • How to control key-frame generation of ffmpeg ?

    2 janvier 2013, par jAckOdE

    I'm making a segmenter that intervene ffmpeg's write_frame function and write output data to separate files. Each segmented file contains segment of about 3 seconds video.

    The code does following :

    1 - Get transcoded packet  
    2 - Check if it contains key frame data, if yes goto 3.
    3 - Check the duration of current segment, if it exceed 3 seconds, goto 4
    4 - Close file, and create new segment, write packet to segment file, goto-1

    General speaking, every segment contains at least 3 seconds video data, and it starts with a key frame.

    The problem is that the output video's duration are very different, some contain 3 seconds, some contain 5 or 6.

    I suspect that the problem due to how ffmpeg generate key frames during transcoding. If the "distance" between two adjacent keyframes are 6s, i got 6 seconds segment.

    Here is my questions :

    1. is that true that ffmpeg generate keyframes at irregular intervals (and interval time can be up to few second (eg. 6) ?

    2. How can we control the ffmpeg key frame generation ? (i guess there should be a ffmpeg command's argument for this, -force_key_frames maybe, but I'm not sure)

  • avcodec/libkvazaar : Respect codec context color settings.

    2 octobre 2023, par John Mather
    avcodec/libkvazaar : Respect codec context color settings.
    

    This patch makes the libkvazaar encoder respect color settings that are
    present on the codec context, including color range, primaries, transfer
    function and colorspace.

    • [DH] libavcodec/libkvazaar.c