
Recherche avancée
Autres articles (100)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 (...)
Sur d’autres sites (13659)
-
FFmpeg : How to convert vertical video with black sides, to video 16:9, with blurred background sides
26 février 2023, par Andrey


How to make this by using FFmpeg ?



Example without FFmpeg :

Adobe After Effects

Sony Vegas Pro

-
can i create the video below with ffmpeg (3D SBS anaglyph) ?
6 janvier 2021, par Among -
ffmpeg video overlay between not responding to timestamp
21 novembre 2022, par PiotrKJust cant get ffmpeg to overlay png at the desinged time. I tried all the options and its always displaying in wrong times.


import subprocess

subprocess.call([
 'ffmpeg',
 '-y',
 '-i', 'out_1.mp4',
 '-i', 'overlay.png',
 '-filter_complex', "[0:v][1:v]overlay=0:0:enable='between(t,0,0)",
 '-codec:a','copy',
 'out_2.mp4'
])



When I change between(t,0,0) its display in second from 0 to 10. I need this to display in second from 0 to 1 of the video. The video total duration is 50 seconds.
Here is the screen recording to show my problem


https://www.youtube.com/watch?v=ZnFG1F172uU&ab_channel=KevinBestReviews