
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (91)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
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 (11409)
-
avfilter : Fix type in av_log for random_seed in cellauto and life
7 décembre 2019, par Michael Niedermayer -
Use eq filter to half of the video
5 août 2023, par Juls WinfieldI'm trying to use an eq filler to increase the saturation of half of the video, that is, half of the screen will be changed and the other half will remain unchanged.


Example :
eq filter on half of the video screen


I was able to achieve this by using the crop and hstack filters :


ffmpeg -i input.mp4 -filter_complex \
 "[0:v]crop=iw/2:ih:0:0,eq=saturation=0.4[left];\
 [0:v]crop=iw/2:ih:iw/2:0,eq=saturation=3[right];\
 [left][right]hstack[out]" \
 -map "[out]" -c:v libx264 -threads 1 -t 5 -n "Intro\output.mp4"



However, is there a faster way to apply this filter to half of the video ?


-
ac3enc : store per-block/channel bap pointers by reference block in a 2D array
26 mai 2011, par Justin Rugglesac3enc : store per-block/channel bap pointers by reference block in a 2D array