
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (61)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Dépôt de média et thèmes par FTP
31 mai 2013, parL’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...) -
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 (...)
Sur d’autres sites (11052)
-
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.
-
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]
-
Hardsub/Converting via Windows commandline
14 décembre 2012, par Yiğitcan UçumI have been trying to hardsub a video via cmd for a long time now. Still i could not find a proper way of doing it. I tried HandbrakeCLI, ffmpeg and mencoder but still could not find a way to do it. I got so closer to hardsubbing with HandbrakeCLI but there were some codeset problems and it wasn't really a hardsub at the end. I really need to find a way to hardsub .avi/.mp4 files via CMD. If you know any ways to do it please help me out ! Thanks.