Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (87)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9277)

  • avcodec/pngdec : avoid erroring with sBIT on indexed-color images

    12 juillet 2024, par Leo Izen
    avcodec/pngdec : avoid erroring with sBIT on indexed-color images
    

    Indexed color images use three colors for sBIT, but the function
    ff_png_get_nb_channels returns 1 in this case. We should avoid erroring
    out on valid files in this scenario.

    Regression since 84b454935fae2633a8a5dd075e22393f3e8f932f.

    Signed-off-by : Leo Izen <leo.izen@gmail.com>
    Reported-by : Ramiro Polla <ramiro.polla@gmail.com>
    Reviewed-by : Marton Balint <cus@passwd.hu>

    • [DH] libavcodec/pngdec.c
  • Anomalie #1251 : Page ?exec=articles_tous ne marche pas très bien

    28 mars 2011, par cedric -

    r17547 propose une liste des articles

    r17550 propose une page plan je pense qui si on complète avec une page de suivi des traductions on aura la même couverture fonctionnelle, mais avec des pages simples à maintenir et dédiées à une (...)

  • ffmpeg : change the grey color in showwaves line

    20 février 2018, par Andrew

    I’m trying to produce a video that has a lime green colored waveform overlayed on top of a background image. Unfortunately though, there is a grey color in the lines as you can see here :

    See image here

    How can I make the grey parts lime green as well ?

    And if possible, I would like to make the lines thicker as well.

    Here is my ffmpeg command :

    ffmpeg -i input.aac -i background.jpg -filter_complex "[0:a]aformat=sample_fmts=s16:sample_rates=4410:channel_layouts=mono,showwaves=size=300x200:mode=p2p:rate=10:colors=#68b847[fg];[1:v][fg]overlay=130:150,format=yuv420p[v]" -map "[v]" -map 0:a -c:v libx264 -r 10 -c:a copy -r 10 -movflags +faststart output.mp4