Recherche avancée

Médias (91)

Autres articles (63)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (5729)

  • ffmpeg command slow zoom in according to duration

    12 septembre 2018, par Zeeshan Sheikh

    I have a command that converts the image into video with soft zoom out effect, command is :

    > ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z='1.5-on/duration*0.2':d=325" -t 30  output.mp4

    Now i want soft zoom in effect rather than zoom out, can somebody help to achieve result ?

    Example If I define -t 120 then picture should be zoom in for two minutes. softly

    Thanks in advance

  • Encode photos into (some) video format in Android

    17 juillet 2014, par user2011769

    In my app I need to convert photos (taken by the user) into some playable (on both Android device and pc web browser) vide format.

    My first and obvious choice was GIF, I’ve managed to get it working using this https://github.com/nbadal/android-gif-encoder but the result was of very poor quality. What I didn’t now was gif is a terrible standard - only 256 colors per frame, virtually no compression, so for my purposes it’s useless.

    I know it is possible to use ffmpeg for this, but I have no experience with NDK (and I’ve used C only at the university).

    Are there any other options worth exploring ?

    EDIT : it needs to work on ICS (minSdkVersion=15)

  • Revision 8f82fe52d6d4ca8a53f05c07ae1e165c5882bab2 : dans une pagination, lorsque la page demandee etait superieure au nombre ...

    7 octobre 2010, par Cerdic — Log

    dans une pagination, lorsque la page demandee etait superieure au nombre de resultats, cela provoquait une boucle vide et des messages saugrenus du genre "Il n’y a aucun ...". On borne donc, et dans tous les cas, la boucle affiche ce qui correspond a la derniere page de la pagination. Ainsi, si (...)