
Recherche avancée
Autres articles (73)
-
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
Sélection de projets utilisant MediaSPIP
29 avril 2011, parLes exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
Ferme MediaSPIP @ Infini
L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)
Sur d’autres sites (9502)
-
fate : disable automatic conversions on many tests.
14 août 2020, par Nicolas Georgefate : disable automatic conversions on many tests.
Explicitly insert the scale or aresample filter where it would
have been inserted by the negotiation.
Re-enable conversions if it cannot be done easily.If a conversion is needed in a test, we want to know about it.
If the negotiation changes and makes new conversion necessary,
we want to know about it even more.- [DH] tests/fate-run.sh
- [DH] tests/fate/ac3.mak
- [DH] tests/fate/acodec.mak
- [DH] tests/fate/adpcm.mak
- [DH] tests/fate/audio.mak
- [DH] tests/fate/bmp.mak
- [DH] tests/fate/canopus.mak
- [DH] tests/fate/cdxl.mak
- [DH] tests/fate/dca.mak
- [DH] tests/fate/dfa.mak
- [DH] tests/fate/dnxhd.mak
- [DH] tests/fate/ea.mak
- [DH] tests/fate/ffmpeg.mak
- [DH] tests/fate/filter-audio.mak
- [DH] tests/fate/filter-video.mak
- [DH] tests/fate/fits.mak
- [DH] tests/fate/gif.mak
- [DH] tests/fate/h264.mak
- [DH] tests/fate/hlsenc.mak
- [DH] tests/fate/image.mak
- [DH] tests/fate/libswresample.mak
- [DH] tests/fate/lossless-audio.mak
- [DH] tests/fate/lossless-video.mak
- [DH] tests/fate/microsoft.mak
- [DH] tests/fate/monkeysaudio.mak
- [DH] tests/fate/mov.mak
- [DH] tests/fate/mp3.mak
- [DH] tests/fate/opus.mak
- [DH] tests/fate/pcm.mak
- [DH] tests/fate/prores.mak
- [DH] tests/fate/qt.mak
- [DH] tests/fate/qtrle.mak
- [DH] tests/fate/screen.mak
- [DH] tests/fate/utvideo.mak
- [DH] tests/fate/video.mak
- [DH] tests/fate/voice.mak
- [DH] tests/fate/vpx.mak
- [DH] tests/fate/wavpack.mak
-
lavu/pixfmt : Add packed 4:4:4 format
23 juillet 2022, par Philip Langdalelavu/pixfmt : Add packed 4:4:4 format
The "AYUV" format is defined by Microsoft as their preferred format for
4:4:4 content, and so it is the format used by Intel VAAPI and QSV.As Microsoft like to define their byte ordering in little-endian
fashion, the memory order is reversed, and so our pix_fmt, which
follows memory order, has a reversed name (VUYA). -
Screen Recorder .Net SDK [on hold]
15 novembre 2017, par ShankarSangoliI want to record my Selenium automated tests which are written in C#.
I am planning to write a .Net console application which will start a screen recorder and at the same time, start the Selenium automated tests. I was looking for any available Screen Recorder .Net library which can be incorporated in the .Net console application. But I could not find anything useful which will help me to record the video in mp4 format with audio(optionally).
I have already looked at Microsoft Expression Encoder 4 SDK but it has several limitations and also it cannot record video in .mp4 format unless you use Pro version which is not easily available.
Can anyone please provide a pointer to any helpful resources ?