
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (93)
-
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 (...) -
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. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users.
Sur d’autres sites (7924)
-
libavutil/hwcontext_{d3d11va, dxva2} : Support Y212/XV36 pixel format
31 octobre 2024, par Fei Wanglibavutil/hwcontext_d3d11va, dxva2 : Support Y212/XV36 pixel format
Use DXGI/D3DFMT 16bit pixel format to compatible with 12bit Y212/XV36
since there is no 12bit pixel defined in D3D11/D3D9.Fix cmdline on Windows :
$ ffmpeg.exe -hwaccel qsv -init_hw_device qsv:hw,child_device_type=
d3d11, dxva2 -i input_12bit.bin -f null -Reviewed-by : James Almer <jamrial@gmail.com>
Signed-off-by : Fei Wang <fei.w.wang@intel.com> -
avfilter/tinterlace : Properly preserve CEA-708 closed captions
5 mai 2023, par Devin Heitmuelleravfilter/tinterlace : Properly preserve CEA-708 closed captions
Because the interlacing filter halves the effective framerate, we
need to ensure that no CEA-708 data is lost as frames are merged.Make use of the new ccfifo mechanism to ensure that caption data
is properly preserved as frames pass through the filter.Thanks to Thomas Mundt for review and noticing a couple of
missed codepaths for injection on output. Thanks to Lance Wang
for pointing out a memory leak.Signed-off-by : Devin Heitmueller <dheitmueller@ltnglobal.com>
Signed-off-by : Limin Wang <lance.lmwang@gmail.com> -
lavc/vvcdec : Add missed chroma sampling factor for crop offset
11 mars 2024, par Fei Wang