Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (60)

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

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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (9173)

  • Large HLS Stream to MP4 Clip using FFMPEG

    6 mars 2021, par Brandon Price

    I'm trying to create a clip from an HLS stream. The HLS stream is 8 hours long and the clip can be hours into the video. At most the clip is going to be 1 minute. Most similar answers on here convert the entire video to an mp4 which will take a very long time. Here's what I have so far :

    


    ffmpeg -live_start_index 0 -ss 05:22:19.82667 -i https://example.com/main.m3u8 -t 00:00:55.65625 output.mp4

    


    I like this implementation so far because ffmpeg seeks to the desired position in the playlist 5 hours into the video before it starts pulling down segments.

    


    The problem with this is that I've noticed oftentimes the first few seconds of video is paused (my guess because ffmpeg sees a keyframe only every 6 seconds). Any help would be much appreciated !

    


  • avfilter/af_asoftclip : add erf soft clip type

    3 novembre 2020, par Paul B Mahol
    avfilter/af_asoftclip : add erf soft clip type
    
    • [DH] doc/filters.texi
    • [DH] libavfilter/af_asoftclip.c
  • avformat/lrcdec : Clip timestamps

    20 octobre 2020, par Michael Niedermayer
    avformat/lrcdec : Clip timestamps
    

    Fixes : signed integer overflow : 7111111111111531010 - -7335632962598013506 cannot be represented in type 'long'
    Fixes : 26463/clusterfuzz-testcase-minimized-ffmpeg_dem_LRC_fuzzer-6015558333759488

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/lrcdec.c