
Recherche avancée
Autres articles (108)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (...) -
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 (12306)
-
create max quality Frame with FFMPEG from ProRes Clip
5 août 2021, par Josef ZugarovI want to extract a frame from a ProRes Clip, recorded with a Blackmagic URSA Mini Pro 4.6K Gen 2 camera with ffmpeg.
I noticed the following : When I import the ProRes Clip into Davinci I can recover some highlights, which are out of the displayed range by lowering the gain paramater.
As you can see in the waveform the thrid peak has information in all channels.


After I extracted the frame with ffmpeg, I couldn't recover the highlights anymore.
Waveform : Values are clipped till the fifth peak.


I used the following command :

ffmpeg -ss 00:00:01 -i 0volt.mov -vf zscale=t=input,zscale=c=input -frames:v 1 TIFFs\0volt.tiff -v verbose


Here is the output of the ffmpeg command line : https://pastebin.com/a36ML3tL


Do you have any hint, how the original quality and dynanmic range by extracting a TIFF-Frame with ffmpeg can be retained ?


Thank you !


-
fate : change the scenecut fate threshold
21 juillet 2019, par Limin Wangfate : change the scenecut fate threshold
why change .4 to .25, it's for :
one scenecut(pkt_pts=20040) isn't detected by 0.4 thresholdwhy not change to 0.3 instead of 0.25 :
it will miss the scenecut(pkt_pts=20040) after applying the next
patch which enables yuvj420for fate testing, it's better to catch all scenecut scenes.
Reviewed-by : Marton Balint <cus@passwd.hu>
Signed-off-by : Limin Wang <lance.lmwang@gmail.com> -
Merge commit ’46bacb5cc6169ff5e8e982495c4925467c1d8bb7’
14 janvier 2014, par Michael NiedermayerMerge commit ’46bacb5cc6169ff5e8e982495c4925467c1d8bb7’
* commit ’46bacb5cc6169ff5e8e982495c4925467c1d8bb7’ :
x86 : Consistently use cpu flag detection macros in places that still miss itMerged-by : Michael Niedermayer <michaelni@gmx.at>