
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (82)
-
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)
Sur d’autres sites (5419)
-
avdevice/dshow : satisfy alloc contract better
16 août 2016, par Roger Pack -
Is there way to compile ffmpeg in VS 2019 without (1) installing MSYS, (2) using assembler sources ? [duplicate]
21 octobre 2023, par TobicI want to compile
ffmpeg
in VS 2019 without installing additional components such asMSYS
and assembler sources.
If I understand correctly, I have to install MSYS to do that and I would like not install it.

Can I do it without
MSYS
- and if it is real, in what way ?

I have downloadedffmpeg
sources and the first step to install it - execute a file.\configure
(bash script ?) that comes withffmpeg
.

-
FFmpeg - Writing a script to define fontcolor of each word in a text file ?
1er mars 2019, par distro.obsI have a text file with a lot of word separated by newline character like this
apple
banana
strawberryAnd I have a list of colors I want those word to appear in
0xFF0000
0xFFFF33
0xFF0045Also I’m using command like this
x=:'lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30':y='lte(t,10.99)*0+between(t,11,42.99)*10+between(t,43,643.99)*20+gte(t,644)*30'
to move those words around.
Is it possible to somehow script ffmpeg to color those words and also move them all in one command ?