Recherche avancée

Médias (1)

Mot : - Tags -/publier

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7616)

  • make image from movie proportional when scaled ?

    30 novembre 2013, par Rubytastic

    What would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
    make a 200x200 image from it ?

    Im not sure what method to look for in docs or api to accomplish these tasks.

    EDIT #1

    Seems that :

    ffmpeg -i 001.mp4 -ss 3 -f image2 -vframes 1 -s 600x600 output.png

    Does convert to an image, but... this is not scaled (squased together)
    what would be the correct way to have the image proportional ?

  • resize movie to rectangular of 200x200

    1er décembre 2013, par Rubytastic

    How would one resize to 200x200 rectangular movie ?

    I tried several suggestions all fail like :

    ffmpeg -i 001.mov -vf "scale=-1:360" 001.mp4

    But this does not make it rectangular

  • best way to take a "screenshot" of a movie and resize it to rectangular ?

    30 novembre 2013, par Rubytastic

    What would be the best way to take a screenshot with ffmeg ( say the first frame of movie ) and then
    make a 200x200 image from it ?

    Im not sure what method to look for in docs or api to accomplish these tasks.