Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (74)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

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

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

  • udp : Fix crashes after adding AVOptions

    19 mars 2015, par Martin Storsjö
    udp : Fix crashes after adding AVOptions
    

    Add a missing AVClass member, check whether localaddr is null.
    (Previously, localaddr was always a local stack buffer, while it
    now also can be an avoption string which can be null.)

    This fixes crashes when not passing any localaddr parameter, since
    66028b7ba.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/udp.c
  • udp : Fix crashes after adding AVOptions

    19 mars 2015, par Martin Storsjö
    udp : Fix crashes after adding AVOptions
    

    Add a missing AVClass member, check whether localaddr is null.
    (Previously, localaddr was always a local stack buffer, while it
    now also can be an avoption string which can be null.)

    This fixes crashes when not passing any localaddr parameter, since
    66028b7ba.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/udp.c
  • Meaningful thumbnails for a Video using PHP-FFMpeg (Laravel 5)

    10 juillet 2015, par JungleGenius

    I’m working on a project using Laravel 5 and the PHP-FFmpeg Library.

    Previously someone else asked this question "Meaningful thumbnails for a Video using FFmpeg" that works from the command line.

    However, I want to implement the functional equivalent using the PHP-FFmpeg Library.

    I have scanned both Stack Overflow and the Unit Tests for PHP-FFmpeg to try and figure out the correct syntax, but it is just not jumping out at me.

    So I’m hoping someone with more experience with PHP-FFmpeg can give me some pointers or an example of how to achieve the same results as the command line calls referenced in this post : "Meaningful thumbnails for a Video using FFmpeg".

    Thanks in advance for everyone’s help.

    BTW, This is my first post on Stack Overflow so the site won’t let me post all the relevant links (limit 2) or create a tag for "PHP-FFmpeg".