
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (87)
-
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (11254)
-
Using ffmpeg with URL in Windows
23 septembre 2012, par Léon PelletierI'm able to convert the bitrate of an mp3 file with :
ffmpeg -i before.mp3 -ab 64k after.mp3
But is it possible to convert a url to a file ?
ffmpeg -i [http://myurl.com/myfile.mp3] -ab 64k after.mp3
When trying, it gives me, and this is the full complete output :
https://myurl.com/myfile.mp3 : Protocol not found
http://myurl.com/myfile.mp3 : Input/output errorIf not, is it possible to ask ffmpeg to wait for specific character/message to stop converting ? Ex :
ffmpeg -i before.mp3 -ab 64k after.mp3 [stopon:1234567890]
-
capturing video/audio on windows
24 septembre 2012, par nasiajaiI would like to capture video/audio on Windows.
Someone says it's not supported to capture audio on Windows using FFmpeg.
Please, give me some SDK options to capture video/audio on windows.
If possible, It will be very appreciated if you would point me some of tutorials.
Thank you.
-
ffmpeg batch subfolders (windows)
1er octobre 2012, par gorwinI should create a batch script to change bitrate of all the *.avi files contained into folder "date" and its subfolders (all levels).
For now Im blocked here :@echo off
for /r %%i in (*.avi) do @call :convers "%%i"someone can help ?
thanks !