Recherche avancée

Médias (91)

Autres articles (39)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

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

  • slide Wipe effects with ImageMagick tool and ffmpeg

    1er mai 2015, par KravAn

    I have to do a four slide effects named ’Wipe Up’, ’Wipe Down’, ’Wipe Right’, ’Wipe Left’. Like curtain of two images for each type. I think it can be possible with cropping of images with ’convert’

    convert 01.jpg -crop 1920x5 output_%03d.jpg

    where i can get sequence of images and compose at same time to the second image(What I don’t know..) And then I can build video from this sequence of images with ffmpeg :

    ffmpeg -i output_%03d.jpg out.mp4

    Maybe someone can help me with compossing of images in the same time when I croping ? Thanks for any suggestions !

    PS : all images have fixed dimensions : 1920x1080

  • Remove a set-but-unused variable (lastdelta) in the encode-side lsp

    2 mars 2015, par Monty
    Remove a set-but-unused variable (lastdelta) in the encode-side lsp
    code.  Note that the code in question is effectively dead as it's for
    floor0 encoding, and floor zero has been deprecated for over a decade.
    

    git-svn-id : http://svn.xiph.org/trunk/vorbis@19453 0101bb08-14d6-0310-b084-bc0e0c8e3800

    • [DH] lib/barkmel.c
    • [DH] lib/lsp.c
  • h264 : factor out common code from init() and init_thread_copy()

    23 mars 2015, par Anton Khirnov
    h264 : factor out common code from init() and init_thread_copy()
    
    • [DBH] libavcodec/h264.c