Recherche avancée

Médias (1)

Mot : - Tags -/portrait

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8824)

  • avfilter/af_dynaudnorm : do not clip audio

    4 janvier 2020, par Paul B Mahol
    avfilter/af_dynaudnorm : do not clip audio
    

    Clipping can happen when smoothed gain is higher than maximum
    allowed gain factor for current frame and peak value option is
    set to enough low value.

    • [DH] libavfilter/af_dynaudnorm.c
  • How to get output of the ffmpeg to the var and upload it using curl ?

    3 juillet 2022, par H4CK3R 5M4CK3R

    how to get the output of the ffmpeg to the var and upload it using curl, like here

    


    ffmpeg -i test.mp4 -f avi pipe:1 | cat > out | curl -F document=@"$out" https://api.telegram.org/bot<token>/sendDocument?chat_id=&#xA;</token>

    &#xA;

    In this command test.mp4 is input file and out put is out

    &#xA;

    Here I am trying to store output of ffmpeg to a var named out and then trying to upload it to telegram directly but nothing happen. Is there any way to do it ?

    &#xA;

  • AAC encoder : check for NaNs/inf in TNS gain

    21 janvier 2016, par Claudio Freire
    AAC encoder : check for NaNs/inf in TNS gain
    

    Can happen in cases where’s there’s zero autocorrelation (pulses),
    and it also implies NaN/inf coeffs

    • [DH] libavcodec/aacenc_tns.c