Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (76)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9363)

  • How can I make smooth zooming video from image sequence in FFMPEG ?

    26 octobre 2020, par CALKing

    I need to make a video from an image sequence, actually a deepdream image sequence I have generated. And I've generated the images so that every image is a 1.05 x zoom on the last image, hoping to be able to make something like this : https://www.youtube.com/watch?v=dbQh1I_uvjo. But because of the demanding CPU deepdreaming requires, I didn't have the time and resources to generate images for a 30 fps video, but more like a 1 fps video. Which I actually managed to do, my code for that looks like this :

    


    ffmpeg -r 1 -i %04d.jpg -c:v libx264 -r 10 output.mp4


    


    Now to make the video smoother I want to smoothly zoom in 1.05 x on every image in the sequence for about a second or two before continuing to the next image, which should then be in position with the one before. I have no experiene at all with FFMPEG and can't find much help on the internet. Could anyone help me with this ?

    


    Thanks !

    


  • ffmpeg glue 4 videos on split screen with preview

    18 janvier 2023, par rst630

    I have 4 video files 480x1080 with audio - all different duration.

    


    I need 1920x1080 video

    


    _____________________________________________
|          |          |          |          |
|          |   first  |  first   |  first   |
|   play   |   frame  |  frame   |  frame   |
|          |          |          |          |
---------------------------------------------

_____________________________________________
|          |          |          |          |
|          |   play   |  first   |  first   |
|   last|  |          |  frame   |  frame   |
|   frame  |          |          |          |
---------------------------------------------


    


    when first video done 2nd column video must start and first video must show just last frame, other left 2 videos still show first frame and wait queue

    


    for example lets say we have these durations :

    


    1.mp4 - 1:00
2.mp4 - 1:35
3.mp4 - 1:20
4.mp4 - 1:05


    


    Also I can prepare screenshots of each video for preview frames (first/last)

    


    Cant even imagine how to do this job with ffmpeg or maybe exists any simplier way for shell ?

    


    example of output video https://www.youtube.com/watch?v=vdBd5-8uOTo

    


  • ffmpeg - create videos from images with blur and transition effect [on hold]

    21 février 2018, par QuangPM

    I’m looking for ffmpeg commands to create video from images (img01 -> imgXX) and sound.wav, like :

    • Video background : these images with blur effect
    • Video music : from sound.wav file
    • When image show, it move from left to right on screen, next image when it move out of screen, and have transition effect between images (when playing to next image).

    I would like to create a video like this one : https://www.youtube.com/watch?v=00FTtx73n7Q