Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (84)

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

Sur d’autres sites (10162)

  • small optimizations to code size.

    20 juin 2010, par Jack Moore

    m colorbox/jquery.colorbox-min.js m colorbox/jquery.colorbox.js m example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html small optimizations to code size. attempt to solve a zero width/height problem that randomly occurs with photos in some (...)

  • small optimizations to code size.

    20 juin 2010, par Jack Moore

    m colorbox/jquery.colorbox-min.js m colorbox/jquery.colorbox.js m example1/index.html m example2/index.html m example3/index.html m example4/index.html m example5/index.html small optimizations to code size. attempt to solve a zero width/height problem that randomly occurs with photos in some (...)

  • Encoding a readable H264 4:2:2 movie by QuickTime using FFMPEG

    12 octobre 2019, par Tanos

    I am aware of the solution with -pix_fmt yuv420p as stated here but that encodes it at 4:2:0. I would like the encode to be a 4:2:2 and changing to -pix_fmt yuv422p doesn’t work. I’ve tried different containers with out lack. What definitely works is ’prores’ but I don’t need such a high bitrate video.

    For context, I create timelapses from photos and I would like to be able to use Quick Look or Quick Time for playback.

    I use mediainfo to check the video’s attributes.