
Recherche avancée
Autres articles (94)
-
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. -
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)
Sur d’autres sites (8723)
-
Experimental change to help with ARNR problem.
14 janvier 2011, par Paul WilkinsExperimental change to help with ARNR problem.
-
avcodec/encode : Enable encoders to control padding of last frame
15 septembre 2022, par Andreas Rheinhardtavcodec/encode : Enable encoders to control padding of last frame
Some audio codecs work with atomic units that decode to a fixed
number of audio samples with this number being so small that it is
common to put multiple of these atoms into one packet. In these
cases it makes no sense to pad the last frame to the big frame_size,
so allow encoders to set the number of samples that they want
the last frame to be padded to instead.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
problem with linking macos library - version number on wrong place
21 novembre 2019, par freedevThis is it seems a stupid problem.
Basically I’m building a python wheel, I have everything and the build already works on linux.
But when I’m trying to build on macos I have this strange error :*** No rule to make target `/usr/local/Cellar/ffmpeg/4.2.1_2/lib/libavutil.dylib.56’
Looking at /usr/local/Cellar/ffmpeg/4.2.1_2/lib/ I see exists a file named :
/usr/local/Cellar/ffmpeg/4.2.1_2/lib/libavutil.56.dylib
You see, the difference is only in the name. The former has the number at end, the latter has the number in the middle.
If I create a symbolic link from libavutil.56.dylib to libavutil.dylib.56 the linking complete successfully.
Does anyone know why this is happening and how to solve this problem ?