Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (44)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (7773)

  • 4CIF H263 video fails to decode

    5 novembre 2011, par Ankuj

    I am trying to decode a H263 4CIF(704x576) resolution file with ffmpeg, but it is detected as mp3 file and fails to get decoded. I tried with lower resolution H263 files they get decoded easily as well as 16CIF. I am using ffmpeg version 0.6.1

  • Create video from image sequence starting at image_100

    22 février 2014, par Johanna

    I'm using ffmpeg to convert a sequence of images into a .mov file. The command line I use is :

    ffmpeg.exe -f image2 -i im_%04d.jpeg -r 25 -sameq -vcodec mjpeg out.mov

    It works fine if the first image of the sequence starts at im_0000, but when the first image starts for example at im_0100, then I get an

    im_%04d.jpeg: Error number -2 occurred

    How can I force it to analyse the sequence, no matter what number the first image is ?

  • Revision 52af8e3ee6 : flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with

    20 septembre 2007, par Marc Noirot

    Changed Paths :
     Modify /AUTHORS


     Modify /ChangeLog


     Modify /Makefile.am


     Modify /README


     Add /THANKS
    (from /AUTHORS
    :7eef48a76c31888eb3e6267fb8c200419059f1dd)
     Add /TODO


     Modify /flv.h


     Modify /flvdump.c


     Modify /flvmeta.c



    flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with
    alpha channel.
    flvdump.c (compute_metadata) : Fixed a compilation issue on MacOSX caused by a
    misplaced minus sign.
    flvmeta.c (main) : Added protection against giving the same file as input and
    output.
    flv.h, flvmeta.c : Fixed the padding in the flv_tag to better reflect its role.
    flvmeta.c : Made error messages more uniform.
    flvmeta.c (compute_h263_size) : Added Picture Start Code check.
    flvdump.c (main) : Suppressed a compilation warning.
    Makefile.am : Added -Wall.
    Makefile.am : Removed non-existant directory `doc' from EXTRA_DIST.
    Added THANKS, TODO standard files.
    AUTHORS, README, Changelog : Standard stuff.