Recherche avancée

Médias (91)

Autres articles (68)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8267)

  • Revision 7d54e0f093 : Android NDK support for x86 and mips This does not do the full toolchain setup

    2 mai 2014, par Johann

    Changed Paths :
     Modify /build/make/Android.mk


     Modify /test/android/README



    Android NDK support for x86 and mips

    This does not do the full toolchain setup like the arm builds. It only
    allows for ndk-builds. See the instructions in tests/android/README or
    the webm jnin bindings project :
    https://chromium.googlesource.com/webm/bindings/+/master/JNI/README.Android

    Because this support is not quite polished, the build targets must be
    forced. Please use
    — force-target=x86-android-gcc —disable-ssse3 —disable-sse4_1 —disable-avx2
    — force-target-mips-android-gcc

    Change-Id : Ie2b6623f71ac816e3965c39bf97097e9d30b6e94

  • Movie thubnail generate

    10 mai 2014, par user3123906

    I wana write script to generate thubnail image from video like .mp4 and my generate image shuld look like this sample http://screenshots.de.sftcdn.net/de/scrn/79000/79347/video-thumbnails-maker-22.jpg but i dont known what i must use. I try ffmpeg but its only generate each frame image like image1.jpg image2.jpg etc but i need generete all in one img. Any sugestion ?

  • Overlay two sequences of png's and turn them into a movie

    12 mai 2014, par Lau Llobet

    I’ve found how to turn a png sequence into a movie and I’ve found how to overlay two movies using transparency but I don’t know how to do both things at once (using png’s transparency).

    The bottom layer of png’s is smaller than the top one and needs to be stretched to a certain resolution and also have a padding to be centered.

    The output doesn’t have to have alpha (black for alpha is ok). I’m a bit confused by the abundance of filter options.

    For the moment I’ve found :

    ./ffmpeg -i ./seq1/%d.bmp -vf "movie=./%d.png [a]; [in][a] overlay=0:366" combined.m2v

    It works, now I’ve got to find the padding and resize things