Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (8)

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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

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

Sur d’autres sites (4078)

  • How To Get FFMPEG To Continuously Overwrite/Append Audio File ?

    28 octobre 2018, par GPinskiy

    I installed an external audio card onto my Raspberry Pi 3 and I want to Chromecast the recorded audio. I have set up a Node.js server to cast things and have set up the sound card using alsamixer. I can correctly hear the line-in on the headphones when I use the command arecord -D hw:0,0 -r 48000 -f S32_LE -c 2 | aplay -D dmix:CARD=audioinjectorpi,DEV=0 -r 48000 -f S32_LE -c 2 to simulate pass-through.

    The last step is to actually expose this stream in a way that the Chromecast can access. The Chromecast can’t use a RDP stream or anything similar, only files. So I thought that I could get away with having FFMPEG create an mp3 file that it continuously appends to while dropping the last x seconds so that the overall length of the mp3 file is only like 20 seconds and having a local web server that the Chromecast can get that file from.

    I see that there is a way to automatically segment in FFMPEG but that create a bunch of separate 20 sec files rather than a single file that is 20 secs. What would be the correct way of doing this ?

  • avcodec/sbrdsp_fixed : Fix negation overflow in sbr_neg_odd_64_c()

    30 juillet 2021, par Michael Niedermayer
    avcodec/sbrdsp_fixed : Fix negation overflow in sbr_neg_odd_64_c()
    

    Fixes : negation of -2147483648 cannot be represented in type 'int' ; cast to an unsigned type to negate this value to itself
    Fixes : 35593/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzzer-5182217725804544

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

    • [DH] libavcodec/sbrdsp_fixed.c
  • avcodec/h264_cabac : Fix runtime error : negation of -2147483648 cannot be represented...

    15 mars 2017, par Michael Niedermayer
    avcodec/h264_cabac : Fix runtime error : negation of -2147483648 cannot be represented in type ’int’ ; cast to an unsigned type to negate this value to itself
    

    Fixes : 858/clusterfuzz-testcase-5168477042114560

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

    • [DH] libavcodec/h264_cabac.c