Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (27)

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

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (6794)

  • avfilter/vf_datascope : reduce block height

    11 septembre 2018, par Paul B Mahol
    avfilter/vf_datascope : reduce block height
    

    So it match minimal input video size requirement.

    • [DH] libavfilter/vf_datascope.c
  • lavu/tx : generalize MDCTs

    10 septembre 2022, par Lynne
    lavu/tx : generalize MDCTs
    

    The same code can perform any-length MDCTs with minimal changes.

    • [DH] libavutil/tx_template.c
  • SharedArrayBuffer not defined when using Cypress

    15 janvier 2023, par unloco

    I'm using Vite and Cypress for dev and testing

    


    I'm loading ffmpeg, it loads fine on Chrome but on Cypress, it gives this error

    


    ReferenceError: SharedArrayBuffer is not defined


    


    Apparently, it's caused by cross origin isolation.

    


    I tried disabling web security in Cypress.json but it didn't help

    


    Sample code

    


    import { createFFmpeg } from "@ffmpeg/ffmpeg"

const ffmpeg = createFFmpeg({ log: true })
ffmpeg.load()



    


    Is there a workaround ?

    


    Minimal Repro
https://github.com/unlocomqx/cypress-ffmpeg