
Recherche avancée
Autres articles (50)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Installation en mode ferme
4 février 2011, parLe mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
C’est la méthode que nous utilisons sur cette même plateforme.
L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...) -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)
Sur d’autres sites (9191)
-
Revert "tests/fate : disable compression for zlib-based codecs"
16 octobre 2024, par James AlmerRevert "tests/fate : disable compression for zlib-based codecs"
This made the output non binary reproducible across different versions of
zlib.
This reverts commit bce5855afb25d318e090c2e6c16117f065458356.Signed-off-by : James Almer <jamrial@gmail.com>
- [DH] tests/fate/cover-art.mak
- [DH] tests/fate/image.mak
- [DH] tests/fate/lavf-image.mak
- [DH] tests/fate/lavf-video.mak
- [DH] tests/fate/mov.mak
- [DH] tests/fate/vcodec.mak
- [DH] tests/ref/fate/copy-apng
- [DH] tests/ref/fate/cover-art-aiff-id3v2-remux
- [DH] tests/ref/fate/cover-art-flac-remux
- [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
- [DH] tests/ref/fate/mov-cover-image
- [DH] tests/ref/fate/png-icc
- [DH] tests/ref/fate/png-mdcv
- [DH] tests/ref/lavf/apng
- [DH] tests/ref/lavf/apng.png
- [DH] tests/ref/lavf/gray16be.png
- [DH] tests/ref/lavf/png
- [DH] tests/ref/lavf/rgb48be.png
- [DH] tests/ref/seek/vsynth_lena-flashsv
- [DH] tests/ref/vsynth/vsynth1-flashsv
- [DH] tests/ref/vsynth/vsynth1-mpng
- [DH] tests/ref/vsynth/vsynth1-zlib
- [DH] tests/ref/vsynth/vsynth2-flashsv
- [DH] tests/ref/vsynth/vsynth2-mpng
- [DH] tests/ref/vsynth/vsynth2-zlib
- [DH] tests/ref/vsynth/vsynth3-flashsv
- [DH] tests/ref/vsynth/vsynth3-mpng
- [DH] tests/ref/vsynth/vsynth3-zlib
- [DH] tests/ref/vsynth/vsynth_lena-flashsv
- [DH] tests/ref/vsynth/vsynth_lena-mpng
- [DH] tests/ref/vsynth/vsynth_lena-zlib
-
tests/fate : disable compression for zlib-based codecs
29 septembre 2024, par Ramiro Pollatests/fate : disable compression for zlib-based codecs
FATE results differ when using the original zlib and zlib-ng.
Since we don't need to test the result from zlib itself, this commit
disables compression on tests for zlib-based codecs, which ends up
giving the same results with both libraries.Signed-off-by : James Almer <jamrial@gmail.com>
- [DH] tests/fate/cover-art.mak
- [DH] tests/fate/image.mak
- [DH] tests/fate/lavf-image.mak
- [DH] tests/fate/lavf-video.mak
- [DH] tests/fate/mov.mak
- [DH] tests/fate/vcodec.mak
- [DH] tests/ref/fate/copy-apng
- [DH] tests/ref/fate/cover-art-aiff-id3v2-remux
- [DH] tests/ref/fate/cover-art-flac-remux
- [DH] tests/ref/fate/cover-art-mp3-id3v2-remux
- [DH] tests/ref/fate/mov-cover-image
- [DH] tests/ref/fate/png-icc
- [DH] tests/ref/fate/png-mdcv
- [DH] tests/ref/lavf/apng
- [DH] tests/ref/lavf/apng.png
- [DH] tests/ref/lavf/gray16be.png
- [DH] tests/ref/lavf/png
- [DH] tests/ref/lavf/rgb48be.png
- [DH] tests/ref/seek/vsynth_lena-flashsv
- [DH] tests/ref/vsynth/vsynth1-flashsv
- [DH] tests/ref/vsynth/vsynth1-mpng
- [DH] tests/ref/vsynth/vsynth1-zlib
- [DH] tests/ref/vsynth/vsynth2-flashsv
- [DH] tests/ref/vsynth/vsynth2-mpng
- [DH] tests/ref/vsynth/vsynth2-zlib
- [DH] tests/ref/vsynth/vsynth3-flashsv
- [DH] tests/ref/vsynth/vsynth3-mpng
- [DH] tests/ref/vsynth/vsynth3-zlib
- [DH] tests/ref/vsynth/vsynth_lena-flashsv
- [DH] tests/ref/vsynth/vsynth_lena-mpng
- [DH] tests/ref/vsynth/vsynth_lena-zlib
-
C# Adding generic text to a video file
14 juillet 2016, par Ozan AytenI would like to add a Generics Text (like the texts you see when a movie ends, it slides down or up in a slow pace) to a video file. Hardsubbed.
I’ve been experimented with few api but couldn’t manage to find a solution. Is this possible ? Is there a way to do it without the task getting too complicated ?
As a side note : I want to add generic text like the Windows Movie Maker does. But I want to do it programmatically of course.