Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (76)

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

  • How to create buffer, when i get RTSP stream by ffmpeg ?

    2 juillet 2018, par gogoer

    I’m getting video stream from rtsp with ffmpeg on C. I’m writing it to file directly.
    I need to create 10 sec buffer, where i can hold last 10 sec video from rtsp sream. And at one moment i need to start record all video from rtsp to file (including this 10 sec buffer before).
    Can anybody tell me, how to do it ?

  • How do i create video from images with any slideshow effects(like fadein fadeout,crossfade,slides) using ffmpeg in android

    3 septembre 2016, par Bhavin Patel

    I want to create slideshow from bunch of images with the effects like fade-in fade-out, crossfade, slide from right to left, zoom-in zoom-out or any other slideshow effects and i want to create a video as a output from those images.

    I have also tried with below FFMPEG command but it seems that it will work for only images having same resolution for different different resolution it doesn’t.

    String fourImage ="ffmpeg -loop 1 -t 3 -i /sdcard/videokit/one.jpg
    -loop 1 -t 3 -i /sdcard/videokit/two.jpg -loop 1 -t 3 -i /sdcard/videokit/three.jpg -loop 1 -t 3 -i /sdcard/videokit/four.jpg
    -filter_complex [0:v]trim=duration=3,fade=t=out:st=2.5:d=0.5[v0] ;[1:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v1] ;[2:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v2] ;[3:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v3] ;[v0][v1][v2][v3]concat=n=4:v=1:a=0,format=yuv420p[v]
    -map [v] -preset ultrafast /sdcard/videokit/fourImageSecond.mp4" ;

    And also look at this link as i want to create same effects but it works for same resolution image only.

    So my question is, how can I create video from images with slideshow effects using ffmpeg ?

    Any help would be highly appreciable.

  • How do i create video from images with any slideshow effects(like fadein fadeout,crossfade,slides) using ffmpeg in android

    22 juillet 2021, par Bhavin Patel

    I want to create slideshow from bunch of images with the effects like fade-in fade-out, crossfade, slide from right to left, zoom-in zoom-out or any other slideshow effects and i want to create a video as a output from those images.

    



    I have also tried with below FFMPEG command but it seems that it will work for only images having same resolution for different different resolution it doesn't.

    



    


    String fourImage ="ffmpeg -loop 1 -t 3 -i /sdcard/videokit/one.jpg
 -loop 1 -t 3 -i /sdcard/videokit/two.jpg -loop 1 -t 3 -i /sdcard/videokit/three.jpg -loop 1 -t 3 -i /sdcard/videokit/four.jpg
 -filter_complex [0:v]trim=duration=3,fade=t=out:st=2.5:d=0.5[v0] ;[1:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v1] ;[2:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v2] ;[3:v]trim=duration=3,fade=t=in:st=0:d=0.5,fade=t=out:st=2.5:d=0.5[v3] ;[v0][v1][v2][v3]concat=n=4:v=1:a=0,format=yuv420p[v]
 -map [v] -preset ultrafast /sdcard/videokit/fourImageSecond.mp4" ;

    


    



    And also look at this link as i want to create same effects but it works for same resolution image only.

    



    So my question is, how can I create video from images with slideshow effects using ffmpeg ?

    



    Any help would be highly appreciable.