Recherche avancée

Médias (91)

Autres articles (14)

  • Emballe Médias : Mettre en ligne simplement des documents

    29 octobre 2010, par

    Le plugin emballe médias a été développé principalement pour la distribution mediaSPIP mais est également utilisé dans d’autres projets proches comme géodiversité par exemple. Plugins nécessaires et compatibles
    Pour fonctionner ce plugin nécessite que d’autres plugins soient installés : CFG Saisies SPIP Bonux Diogène swfupload jqueryui
    D’autres plugins peuvent être utilisés en complément afin d’améliorer ses capacités : Ancres douces Légendes photo_infos spipmotion (...)

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (4274)

  • Time stamped video to time stamped images

    16 mai 2015, par Andrew

    I have a time stamped AVI video file.

    I want to create images from the frames of the video but I need them to also have a time associated with them as well.

    I can create images from the video through FFmpeg using :

    ffmpeg -i video.avi -r 0.1 image_%05.jpeg

    However this images do not have a time embedded. Is it possible to also take the time associated with each frame in the video ?

    My end goal is to sync the time stamp with a GPS track to geotag the images (from the video frames.)

  • avformat/rtsp : print a debug level note if time parsing fails

    15 mai 2015, par Michael Niedermayer
    avformat/rtsp : print a debug level note if time parsing fails
    

    Fixes CID733718 again

    This partly reverts commit eb7ddb5066843ab16caf33b05eafb2576648b797.

    • [DH] libavformat/rtsp.c
  • ffmpeg issue with mp4 play and time convert for webm [on hold]

    19 mai 2015, par ali rah

    I use this code to convert mp4 to mp4 (with watermark) and webm and ogv

    and I view it via a standard html5 code.

    exec("$ffmpegPath  -i $inputPath -i $watermark -filter_complex overlay=10:10 $outPath");

    But I found 2 important problem.

    first : it generate mp4 but when open it on a browser it just play voice (no video with a black screen)

    note : I can play orginall mp4 in browsers.

    Second : I saw it can convert mp4 and ovg in a few second but for webm it takes about 3 min !!!...

    please advice me to solve my problems...