Recherche avancée

Médias (91)

Autres articles (88)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (8010)

  • How to Crop Video in Kotlin Similar to Image Cropping Using FFmpeg ? [closed]

    19 septembre 2024, par Hafsa Azram

    I'm currently working on a Kotlin application where I need to crop videos in a manner similar to how images are cropped (i.e., selecting a rectangular area of the video to keep, rather than just trimming time segments). I'm using FFmpeg for video processing, but I'm encountering issues with the cropping commands.

    


    If FFmpeg is not suitable for video cropping, what other libraries or tools are available for this purpose in Kotlin ? How can I integrate and use these libraries in my project for cropping videos ?

    


  • dvdsubdec : validate offset2 similar to offset1

    10 novembre 2015, par Andreas Cadhalpun
    dvdsubdec : validate offset2 similar to offset1
    

    If it is negative, it causes segmentation faults in decode_rle.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>

    • [DH] libavcodec/dvdsubdec.c
  • ffmpeg : switch swscale option handling to AVDictionary similar to what the other...

    8 août 2015, par Michael Niedermayer
    ffmpeg : switch swscale option handling to AVDictionary similar to what the other subsystems use
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] ffmpeg.c
    • [DH] ffmpeg.h
    • [DH] ffmpeg_filter.c
    • [DH] ffmpeg_opt.c