Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (88)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

Sur d’autres sites (10626)

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

    


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

  • Looking for a multimedia SDK (open source or paid) which can play audio (.mp3, .aac) and video (.mp4 etc.)

    8 avril 2022, par AhmadH

    I would like to embed audio (and video) files in my cross platform application.
Searching for an SDK with below functionality :

    


      

    1. Play audio - .mp3,.aac (are must) & other common formats
    2. 


    3. Play video - .mp4 & other common formats
    4. 


    5. Audio recording would be an added advantage.
    6. 


    7. Open source or affordable price
    8. 


    


    [ Note : FFmpeg is not an option due to some License restriction]

    


    **Anything that has all FFmpeg properties would be ideal.

    


    Looking online but haven't found any suitable option.
Please help.