
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (99)
-
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 (...) -
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 (9122)
-
fftools/ffmpeg_dec : apply decoder options manually
22 mars 2024, par Anton Khirnovfftools/ffmpeg_dec : apply decoder options manually
Do not pass an options dictionary to avcodec_open2().
This should be equivalent to current behaviour, but will allow
overriding caller-supplied options in a cleaner and more robust manner.We can now set the COPY_OPAQUE flag directly rather going through
dec_opts. -
How do i use multiple filters in FFMPEG ?
20 décembre 2022, par heikoI am trying to get the following done with FFMPEG :


- 

- Use 2 Filters in FFMPEG
- Run it for all .mp4 files in that folder.






Now, the second thing i have already done but for some reason when i am trying to use 2 filters it will only use the first one. The filters should


- 

- Speed up the video
- Change the Saturation and Brightness






I've already tried " ;" "," and " :" to seperate the filters but somehow its not working. Here is the code :


for %%a in ("*.mp4") do ffmpeg -i "%%a" -filter_complex "[0:v]setpts=0.87*PTS[v];[0:a]atempo=1.15[a]" -map "[v]" -map "[a];eq=brightness=0.06:saturation=2" output\%%~na.mp4"



-
doc/muxers/md5 : apply misc consistency fixes
16 avril 2024, par Stefano Sabatini