
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (104)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (6937)
-
Freeze frames at a time on videos and slow down videos
24 avril 2020, par Nguyễn TrọngSuppose I have an mp4 video with a duration of 60 seconds.



I want to freeze 1 frame at the 10th second and 40th second and then extend them to about 3 seconds.
At the same time I want to increase the speed of the video to 2 times from the 1 to 20 seconds and 2 times the video slow from 30 to 60 seconds.
The video output I received was 3 + 3 + (20 - 1) * 2 + (30 - 20) + (60-30) * 2 = 108 seconds
Is there a way to do it in one statement ?



Thank in advance and sorry for my bad english.


-
ffmpeg, lampp and phpvideotoolkit sequence ? ubuntu 11.10 desktop
27 octobre 2011, par TobyHello i am very new to owning a server and all. but im up for it.
so what i want is ultimately to let a youtube clone cms run on my 'home-server' i know i need ffmpeg, ffmpeg-php lampp and phpvideotoolkit(optional) but what is the most effecient way to installing all these packages ?
and could you give me the commands for them ? i also heard it is possible to download all these from synaptic package manager ? what packages should i be getting then ? I already tried this 4 times and ended up in screwing up my ubuntu resulting in formatting it 4 times...
again i am really noob in this but if you could help me that would be so freeking awesome !
(running ubuntu 11.10 desktop) -
Create 20 seconds video from 600 png images in FFMPEG
6 novembre 2016, par Khawaja Muhammad SadeedUllahI want to Create a 20 seconds video from 600 png images in FFMPEG.
The issue is , it creates a 20 seconds video BUT , the 600 frames are about used 10 times and repeats very fast about more than 10 times in 20 seconds.
I’m using :
ffmpeg -framerate 30000/1001 -i
Please Help ! Thanks in advance