Recherche avancée

Médias (91)

Autres articles (6)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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, (...)

Sur d’autres sites (1803)

  • configure : Rename cmov processor capability to i686

    26 avril 2013, par Diego Biurrun
    configure : Rename cmov processor capability to i686
    

    The goal is to make the capapility slightly more general and have it
    cover the availability of the nopl instruction in addition to cmov.

    • [DBH] configure
    • [DBH] libavcodec/x86/mathops.h
  • How to remove ID3 audio tag image with ffmpeg

    18 juin 2014, par user1717735

    FFMPEG is really a great tool. I know it can edit ID3 tags and even remove all tags in a row :

    ffmpeg -i tagged.mp3 -map_metadata -1 untagged.mp3

    But even after that, there’s still the cover image.

    I don’t know how to remove it using ffmpeg. I know there’s other soft out there that can do the job - like eyed3 - but what’s the point to install it if ffmpeg can do it too, in one line, while encoding the audio ?

  • To set thumbnail to a video file

    21 mars 2014, par Ravi

    I want to set any Thumbnail image to the Video file. so, While I browse the video in Windows Explorer, I should be able to see the thumbnail (cover/poster image ) I have set. Is it possible. I see everywhere on net to extract frame from the Video. But, I want to "APPLY" a specific thumbnail to my video. Is it possible ? Any Directshow or FFMPeg Solution ? I was looking for some C# solution. thanks.