Recherche avancée

Médias (91)

Autres articles (87)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11793)

  • Reducing latency of FFmpeg audio stream using Opus encoding

    28 septembre 2022, par Victor Almeida

    I'm trying to stream my microphone audio using FFmpeg, but there's a delay of about 3 seconds from when the audio is recorded to when it is played.

    


    The snippet below contains the minimal command for which I can reproduce the problem.

    


    ffmpeg -f dshow -i "audio=Microphone (Realtek(R) Audio)" -f opus - | ffplay -


    


    However, I've tried various other flags to no effect. Such as :

    


      

    • -analyzeduration 0
    • 


    • -loglevel 0
    • 


    • -audio_buffer_size 50
    • 


    • -fflags nobuffer
    • 


    • -flags low_delay
    • 


    • -acodec libopus
    • 


    


    Is there any way to reduce the latency to less than a second while still using Opus encoding ?

    


  • 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

    


  • 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