Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (57)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

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

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

  • Revision 37e6fd3d76 : Adding video reader/writer APIs. Right now only IVF format is supported which i

    6 février 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /examples.mk


     Modify /examples/decode_to_md5.c


     Modify /examples/decode_with_drops.c


     Modify /examples/postproc.c


     Modify /examples/simple_decoder.c


     Modify /examples/simple_encoder.c


     Modify /ivfdec.c


     Modify /ivfdec.h


     Add /video_common.h


     Add /video_reader.c


     Add /video_reader.h


     Add /video_writer.c


     Add /video_writer.h



    Adding video reader/writer APIs.

    Right now only IVF format is supported which is enough for example code.
    Other formats like y4m, webm, raw yuv will be supported later.

    Change-Id : I34c6f20731c1851947587ca5c589d7856b675164

  • python ffmpeg and pydub on windows

    11 mars 2016, par Yonatan Kreiner

    I am trying to import the ffmpeg and pydub to my python script.
    I downloaded the ffmpeg for windows from https://ffmpeg.zeranoe.com/builds/
    and put the bin folder in the system path.
    I can use it from the CMD but I need to import it to the script
    for the pydub library to work.
    I had tried to execute

    AudioSegment.from_mp3("something.mp3").export("somethingElse.wav", format="wav")

    without importing it but It throws FileNotFoundException.
    Any suggestions ?

  • How to create Ken Burns effect using FFMPEG on Windows

    22 mars 2016, par B A

    I need to create slideshow videos from a bunch of images and apply ken burns and other transition effects to them as well if possible.
    I found some tools for Linux like http://imagemovie.sourceforge.net/ and http://diascope.sourceforge.net/ that allowed creating ken burns effect from the command line but couldn’t find any for Windows. Does anyone know of any technique to do this ?

    Right now i am using an FFMPEG code but it only produces a zooming in effect from the top left corner of the video. I need a ken burns(pan and zoom effect) from the command line, how can i do that ?