Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (9)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (5229)

  • Remove portion of some frames from a video

    21 janvier 2020, par FlafyMation

    Here is what I’m trying to do :
    Imagine a video with 10 frames (0 = 1 frame)

    0 0 0 0 0 0 0 0 0 0

    with some frames selected(1 = 1 selected frame)

    0 1 1 1 0 0 0 0 0 0

    and the end results should be this(all selected frames got removed from the video)

    0 0 0 0 0 0 0

    this is what I’m trying to do in python(with frames not times). Does anybody knows how I can do that ?

  • FFMPEG : how to pick a random jpeg file from folder

    12 mai 2018, par J. J.

    I run a batch script in expert mode with the program myffvideoconverter.

    My ffmpeg code is : -i example.jpg

    I would like to choose a random jpeg file from the folder automatically instead the file "example.jpg"
    Is it possible ?
    Is it possible to copy the used file into a different folder automatically to make sure that no jpeg will be used two times ? Thank you for your help.

  • x86/dcadec : add ff_lfe_fir0_float_{sse,sse2,avx,fma3}

    5 février 2016, par James Almer
    x86/dcadec : add ff_lfe_fir0_float_sse,sse2,avx,fma3
    

    Up to 4 times faster on x86_64, 8 times on x86_32 if compiling using x87 fp math.

    Reviewed-by : Ronald S. Bultje <rsbultje@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/dcadsp.c
    • [DH] libavcodec/dcadsp.h
    • [DH] libavcodec/x86/Makefile
    • [DH] libavcodec/x86/dcadsp.asm
    • [DH] libavcodec/x86/dcadsp_init.c