
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (92)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (12659)
-
Revision 215b010f4b : Add more checking to using_small_partition_info If the partition is out of part
1er août 2013, par Yunqing WangChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Add more checking to using_small_partition_infoIf the partition is out of partition size range, we don't
need to process small partition information.Change-Id : Ice9bfbbdebe1f2ef79271a3aee17de0ed4608376
-
ffmpeg : save an mp3 part repeated 3 times
25 novembre 2013, par Re Madenffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3
This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3
Is there anyway to do this in ffmpeg ? -
ffmpeg : save an mp3 part repeated 3 times
10 juin 2021, par Re Madenffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3




This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3 
Is there anyway to do this in ffmpeg ?