Recherche avancée

Médias (91)

Autres articles (67)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (8887)

  • lavfi : Add OpenCL unsharp mask filter

    14 novembre 2017, par Mark Thompson
    lavfi : Add OpenCL unsharp mask filter
    

    Intended to replace existing opencl mode of the unsharp filter.
    Supports many more pixel formats and works without immediate upload
    and download of frame data. The options are compatible with the
    existing filter.

    • [DH] configure
    • [DH] libavfilter/Makefile
    • [DH] libavfilter/allfilters.c
    • [DH] libavfilter/opencl/unsharp.cl
    • [DH] libavfilter/opencl_source.h
    • [DH] libavfilter/version.h
    • [DH] libavfilter/vf_unsharp_opencl.c
  • Evolution #4657 : Renommage du menu maintenance

    10 février 2021, par Maïeul Rouquette

    Cela étant, ce n’était pas ma proposition d’avoir "Base de données" "Sauvegarde la base" et "Restaurer le base". Mon point de départ c’est qu’une sous entrée "maintenance technique" dans un menu "maintenance" c’est pas hyper clair...

  • ffmpeg delete menu field

    10 juillet 2023, par Vladislav Mikhin

    How to delete a menu from a file ?
I have an hls segment on which I want to overlay text using ffmpeg drawtext.
After superimposing the text, I have a menu field.
There will be a screenshot below comparing these files : file 2c746ab0-db4e-455a-8863-b57e3a513769.ts source hls segment , file 2c746ab0-db4e-455a-8863-b57e3a513769_1.ts hls segment on which the text was superimposed.

    


    enter image description here

    


    I tried not to copy metadata, but it is not in the original hls segment. ffmpeg creates this menu field itself.

    


    the command I run

    


    ffmpeg -i path_for_hls_segment \
            -vcodec libx264 \
            -vprofile baseline \
            -g 30 \
            -acodec aac \
            -strict -2 \
            -vf drawtext=text='Text':x=640:y=360:fontsize=24:fontcolor=white \
            new_hls_segment