
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (72)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (14849)
-
How can I make smooth zooming video from image sequence in FFMPEG ?
26 octobre 2020, par CALKingI 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 rst630I 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 QuangPMI’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