Recherche avancée

Médias (91)

Autres articles (9)

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

  • calculate the real duration time of a broken movie with ffmpeg/ffprobe

    26 octobre 2012, par jAckOdE

    I have a broken video file that its ffprobe (ffprobe -i movie.mkv) say its duration is about 2 hours, but the file contains only video data for first 8minutes (check by VLC Player).

    How can i get the real duration (8minutes) using ffmpeg or ffprobe ?

    here is the output :

    ffprobe version 0.7.13, Copyright (c) 2007-2011 the FFmpeg developers
     built on Aug  1 2012 21:08:35 with clang 3.1 (tags/Apple/clang-318.0.58)
     configuration: --prefix=/opt/local --enable-swscale --enable-avfilter --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libopenjpeg --enable-libvpx --enable-libspeex --disable-libopencore-amrnb --disable-libopencore-amrwb --mandir=/opt/local/share/man --enable-shared --enable-pthreads --cc=/usr/bin/clang --arch=x86_64 --enable-yasm --enable-gpl --enable-postproc --enable-libx264 --enable-libxvid
     libavutil    50. 43. 0 / 50. 43. 0
     libavcodec   52.123. 0 / 52.123. 0
     libavformat  52.111. 0 / 52.111. 0
     libavdevice  52.  5. 0 / 52.  5. 0
     libavfilter   1. 80. 0 /  1. 80. 0
     libswscale    0. 14. 1 /  0. 14. 1
     libpostproc  51.  2. 0 / 51.  2. 0
    [matroska,webm @ 0x7f93dc01e600] Estimating duration from bitrate, this may be inaccurate
    Input #0, matroska,webm, from 'Mission.mkv':
     Duration: 02:12:56.21, start: 0.000000, bitrate: 448 kb/s
       Stream #0.0: Video: mpeg4, yuv420p, 1280x528 [PAR 1:1 DAR 80:33], 23.98 fps, 23.98 tbr, 1k tbn, 23.98 tbc (default)
       Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 448 kb/s (default)
  • ffmpeg take long time for creating video from images [on hold]

    22 janvier 2014, par user3222005

    I am trying to create video from images.
    but it takes too much time if I select more than 10 images.
    Can anybody help me to resolve this problem.
    I am using the following command :

    ffmpeg -y -r 1/5 -i frame_%05d.jpg -c:v libx264 -r 30 video.mp4;

    Thanks in advance.

  • Revision 150fbfc7b6 : vpxenc : Warn on lagged encoding with real time. Restore warning when attempting

    15 janvier 2014, par Tom Finegan

    Changed Paths :
     Modify /warnings.c


     Modify /warnings.h



    vpxenc : Warn on lagged encoding with real time.

    Restore warning when attempting to use lagged encoding with real time mode.

    Change-Id : I109026db64566906f288f42d2686084ae5c13500