Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (38)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (5785)

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

    &#xA;

    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 ?

    &#xA;