Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (111)

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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (9511)

  • libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec()...

    10 octobre 2014, par Rong Yan
    libavcodec/ppc/mpegvideoencdsp.c : fix pix_norm1_altivec() and pix_sum_altivec() for POWER LE
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/ppc/mpegvideoencdsp.c
  • Extract image of every frame of a video using react-native-ffmpeg

    1er octobre 2020, par EdG

    I have looked all over the internet to get a way to extract image of everyframe of a video using react-native-ffmpeg. I am making a mobile app and I want to show all per frame images on the video timeline. I want to do this natively on mobile so that I can utilise hardware power of mobile. That is the reason I am looking for react-native-ffmpeg kind of library. Am I in the right direction ? This npmjs.com/package/react-native-ffmpeg is what I am trying to use. I need to know the command to do the job.

    &#xA;

  • ffmpeg unable to get duration/bitrate of remote gif

    17 février, par Peter Xia

    I'm trying to get the duration of a gif.

    &#xA;

    The command ffmpeg -i https://cdn.7tv.app/emote/01F6MZGCNG000255K4X1K7NTHR/4x.gif

    &#xA;

    gives&#xA;Duration: N/A, start: 0.000000, bitrate: N/A

    &#xA;

    However if i download the file and pass it in&#xA;ffmpeg -i 4x.gif

    &#xA;

    it gives :&#xA;Duration: 00:00:07.92, start: 0.000000, bitrate: 1225 kb/s

    &#xA;

    The issue seems limited only to gifs on 7tv site.

    &#xA;

      &#xA;
    • It works for other sites. (example : ffmpeg -i https://c.tenor.com/ULCY5B996-oAAAAd/tenor.gif).
    • &#xA;

    • It also works for other encodings of that image (exmaple ffmpeg -i https://cdn.7tv.app/emote/01F6MZGCNG000255K4X1K7NTHR/4x.avif)
    • &#xA;

    &#xA;

    Here is the HTTP response header from 7tv site of that gif :

    &#xA;

    HTTP/2 200 &#xA;content-type: image/gif&#xA;content-length: 1213725&#xA;x-7tv-cache-hits: 37527&#xA;x-7tv-cache: hit&#xA;age: 228365&#xA;cache-control: public, max-age=604800, s-maxage=86400, immutable&#xA;alt-svc: h3=":443"; ma=2592000&#xA;x-7tv-cdn-pod: cdn-ssprq&#xA;x-7tv-cdn-node: cdn-1&#xA;server: SevenTV&#xA;vary: origin, access-control-request-method, access-control-request-headers&#xA;access-control-allow-origin: *&#xA;access-control-expose-headers: *&#xA;date: Sun, 16 Feb 2025 20:47:28 GMT&#xA;

    &#xA;

    Can someone help me understand ? Something spcecific to this site is causing ffmpeg to behave differently ?

    &#xA;