
Recherche avancée
Autres articles (109)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (17164)
-
.TS file to .mp3 using FFMPEG in windows phone
15 novembre 2016, par Vishnu BabuHi I am using
ffmpeg
for windows phone which was found here. With this I am trying to convert a.ts
file to.mp3
file but the command that I am using is not working for this type of conversion, I have also noted that it works for certain other format conversions such asts
towma
,ts
toogg
e.t.c . The commands that I have tried are-i sourcewithfullpath.ts destinationwithfullpath.mp3
-i sourcewithfullpath.ts
-f destinationwithfullpath.mp3
-i sourcewithfullpath.ts
-c:a libmp3lame destinationwithfullpath.mp3
-i sourcewithfullpath.ts
-acodec mp3 destinationwithfullpath.mp3most of these gave me an
AccessViolationException
while callingffmpeg.Run()
Any help is appreciated. -
Tests : Calling .rules() on an empty jQuery object results in an error.
12 février 2016, par staabmTests : Calling .rules() on an empty jQuery object results in an error.
Refs #1706
-
ffmpeg How to preview video encoding in pictures images thumbnails
16 avril 2014, par user3515743I want to know if it is possible or how to preview the video while encoding.
I want the users while the encoding is in progress, to see pictures of where the video is processing.Is there any way for the output ?
Or do i need to open the source and extract the pictures at the current position ?