Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (4001)

  • Transition effects between images using ImageMagick and FFMPEG [closed]

    7 mai 2013, par user1599914

    I'm trying to generate a video using still images. I'm using Image Magick's convert command to duplicate the images.

    convert screen6.png -duplicate 10 -background black -gravity center -extent 1024x576 4%06d.screen.transition.png

    I then use ffmpeg to encode the images.

    Problem 1 : How can I achieve good transition effects between the images ; effects such as circle in, box out, wheel, as well as kenburns effect.

    Problem 2 : How can I overlay the images with text, and make that text to animate or appear with some effects such as fade in, zoom out.

    Your help will be greatly appreciated.

  • avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole...

    6 mai 2013, par Matt Wolenetz
    avcodec/utils : Fix leak by dereferencing audio frame when side data causes whole frame skip
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/utils.c
  • Revision 3f4e80634b : Create common vp9_encode_sb{,y} Creates a common encode (subtract, transform, q

    30 avril 2013, par John Koleszar

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_quantize.h



    Create common vp9_encode_sb,y

    Creates a common encode (subtract, transform, quantize, optimize,
    inverse transform, reconstruct) function for all sb sizes, including
    the old 16x16 path.

    Change-Id : I964dff1ea7a0a5c378046a069ad83495f54df007