Recherche avancée

Médias (91)

Autres articles (107)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (5594)

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