
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (54)
-
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. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (11155)
-
ffmpeg proress 4444 produce low quality output
3 mai 2017, par PanupatI have a bunch of HQ clips in Proress 4444 format with alpha I’m trying to scale down with ffmpeg. The output do produce the correct alpha, however the quality seems really bad. I’m curious if there’s something wrong with my command ?
ffmpeg.exe -i in.mov -vf scale=iw/2:-2 -c:v prores_ks -profile:v 4444 -pix_fmt yuva444p10le -alpha_bits 16 out2.mov
Above, output. Below, source.
I tried to add -colorspace bt709 -color_primaries bt709 -color_trc bt709 but seem to have no effect.
the log is here - https://docs.google.com/document/d/19TdJwwDp0QD00f_7XB8sBAYMUWUrn2moRuCC6r6rI0k/edit?usp=sharing
Any help appreciate, thanks !
-
Anomalie #3177 (Nouveau) : padding auto n’existe pas
4 mars 2014, par b bOn a une règle qui tente de coller la valeur auto en tant que padding dans la dist :
http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/dist/css/layout.css#L73
Pourtant cette valeur n’est pas reconnue et ne semble pas être "valide", cf :
padding : [
| ] 1,4 https://developer.mozilla.org/fr/docs/CSS/padding
Si ce n’est pas voulu il serait bon supprimer ce padding : auto !important ;
-
Emphasis level map with ffmpeg using NVENC
2 novembre 2020, par ofer rubinsteinI am trying to have different compression levels, to different regions in the video.
ffmpeg has something called "addroi", but it's just a recommendation and doesn't guarantee the absolute level of compression.
Nvidia NVENC has something called Emphasis Level Map, I am hoping this will be able to achieve an accurate level of compression per region.


I am unable to find how to do this via ffmpeg executable, so I am starting to try to do this using the ffmpeg SDK.
Do you have any idea how to do this via the ffmpeg.exe, instead of using the SDK ?


Here is what I am talking about in the NVIDIA documentation :