Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (42)

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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (11787)

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

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

  • 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