Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (55)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

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

  • Fix build with PIC on some systems

    17 juin 2013, par Loren Merritt
    Fix build with PIC on some systems
    
    • [DH] common/x86/cabac-a.asm
  • ffmpeg choose exact frame from long film strip

    28 novembre 2018, par Tech Aimley

    I’m working with ffmpeg to choose the better thumbnail for my video. and the selection would be based on the slider.
    as per the requirement multiple thumbnails not needed just a single long film image and with the help of slider select the thumbnail and save it.

    i used below command to get the long strip thumbnail.

    ffmpeg -loglevel panic -y -i "video.mp4" -frames 1 -q:v 1 -vf "select=not(mod(n\,40)),scale=-1:120,tile=100x1" video_preview.jpg

    I followed the instructions from this tutorial

    I’m able to get the long film image :
    http://i.imgur.com/BX0pV4J.jpg

    This is working fine, they moving the image in slider which is fine.

    My question is how can I select a particular frame from that slider / film strip. How can I calculate the exact time duration from the slider and then execute a command to extract that frame ?

  • avformat/async : fix assertion condition when draining buffer

    27 janvier 2019, par Marton Balint
    avformat/async : fix assertion condition when draining buffer
    

    Fixes some random assertion failures with

    ffprobe -show_packets async:samples/ffmpeg-bugs/trac/ticket6132/Samsung_HDR_-_Chasing_the_Light.ts > /dev/null

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavformat/async.c