Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (105)

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

  • Easiest method of compiling a finished MP4 video out of image bursts and video segments on Ubuntu ?

    14 juin 2017, par aschmelyun

    I need to programmatically stitch together a video out of bursts of images, and pre-recorded .mp4 video, on an Ubuntu system from the command line. So for example, here’s the ’recipe’ that I’m working with :

    1. 12 images
    2. 5 second video
    3. 12 more images
    4. 5 second video
    5. 5 second video
    6. 12 more images

    Right now what I’m doing is compiling the images into .mp4 videos using ffmpeg, and then using mp4box to concat all of these partial videos together into one final video. The unfortunate thing is that I’m having to keep track of and run multiple commands to do this (the example above using 4 separate commands). Is there any way to simplify this, or is this the most efficient method I can expect ?

  • overlay multi scaled image and video into video with ffmepg

    18 mars 2017, par Long

    I have a trouble that I want to merge 3 scaled image and 1 mp4 video into a video.
    Just like camtasia. 3 images that I scaled and overlay somewhere on the video. The output is a video that has 3 images on.

    Thank you for helping.

    Image below
    enter image description here

    I need to render 1 video with texts and images scaled. All in the border.

  • Watermark a video with user session info without loss in video quality

    22 juin 2016, par ROHIT G

    I am new to video file encoding and watermarking and i am using ffmpeg to add a watermark.
    i want to watermark a a single frame of a video with user session details .
    When ever i watermark the video ,Quality of the video will be reduced alot.

    Please help me , how to keep the bit rate and quality of the video same as input file with a watermark added.

    Thanks in advance.