Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (111)

  • 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

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

Sur d’autres sites (11157)

  • Generate thumbnail for a bunch of mp4 video in a folder

    27 novembre 2018, par Pedar Jepeto

    I have read this but didnt help too much.

    I have a folder called videos and another folder called thumbnails. I have many mp4 videos in video folder and want to catch thumbnails at 4th second to the thumbnails folder using ffmpeg and php.

    1. I am using Wamp server 2.2 on windows whit php 5.3.8 and Apache 2.2.21
    2. I downloaded ffmpeg from FFmpeg Windows Builds section of ffmpeg download page and the static 32 build from this link.
    3. I extracted the 7z file to my website root
      here is my php code :

      $ffmpeg = "includes/ffmpeg/bin/ffmpeg";
      foreach(glob('files/videos/*.mp4') as $pathname){
       $filename = substr($pathname,13,strripos($pathname,'.mp4')-13);
       $thumbnail = 'files/thumbnails/'.$filename.'.jpg';
       exec("ffmpeg -i $pathname -an -y -f mjpeg -ss 00:00:04 -vframes 1 $thumbnail");
      }

    but nothing happens and the thumbnails folder is always empty !

    - How can I find out is ffmpeg installed on my server or not ?

    - How can I get my script to work ?
    Please help

  • Imagemagick & Pillow generate malformed GIF frames

    1er juin 2016, par RiTu

    I need to extract the middle frame of a gif animation.

    Imagemagick :

    convert C:\temp\orig.gif -coalesce C:\temp\frame.jpg

    generates the frames properly :

    enter image description here

    However when I extract a single frame :

    convert C:\temp\orig.gif[4] -coalesce C:\temp\frame.jpg

    then the frame is malformed, as if the -coalesce option was ignored :

    enter image description here

    Extraction of individual frames with Pillow and ffmpeg also results in malformed frames, tested on a couple of gifs.

    Download gif : https://i.imgur.com/Aus8JpT.gif

    I need to be able to extract middle frames of every gif version in either PIL, Imagemagick of ffmpeg (ideally PIL).

  • avformat/mxfenc : use track count to generate component instance uuid

    5 décembre 2017, par Mark Reid
    avformat/mxfenc : use track count to generate component instance uuid
    

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mxf.h
    • [DH] libavformat/mxfenc.c
    • [DH] tests/ref/fate/copy-trac4914
    • [DH] tests/ref/fate/time_base
    • [DH] tests/ref/lavf/mxf
    • [DH] tests/ref/lavf/mxf_d10
    • [DH] tests/ref/lavf/mxf_dv25
    • [DH] tests/ref/lavf/mxf_dvcpro50
    • [DH] tests/ref/lavf/mxf_opatom
    • [DH] tests/ref/lavf/mxf_opatom_audio