Recherche avancée

Médias (91)

Autres articles (62)

  • 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 autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (11551)

  • avcodec/evc_ps : check valid range for a few more elements

    19 juin 2023, par James Almer
    avcodec/evc_ps : check valid range for a few more elements
    

    Should prevent overreads on non spec comformant input.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/evc_ps.c
  • FFmpeg video from image plus audio length issue

    1er juin, par blackbrayn

    I'm having issues regarding the output video length when using the following code which seems to work for everybody else.

    &#xA;

    On a input mp3 of 04:56 I get a 05:09, the last part is only the image, no sound, for a longer mp3 input file I get more silent video at the end.

    &#xA;

    I'm using the "-shortest" option just before the output file as an argument , as suggested in other threads around stackoverflow/superuser.

    &#xA;

       ffmpeg -loop 1 -i image.jpg -i audio.mp3 -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -shortest out.mp4&#xA;

    &#xA;

    I already changed the input file type - wav , and the image - png, jpg, same silent "overhead" at the end of the video.

    &#xA;

  • sws : document color range >8bit oddity

    21 mai 2014, par Michael Niedermayer
    sws : document color range >8bit oddity
    
    • [DH] libswscale/utils.c