
Recherche avancée
Médias (91)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
avec chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
sans chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
config chosen
13 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (84)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 is the first MediaSPIP stable release.
Its official release date is June 21, 2013 and is announced here.
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (7973)
-
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.
-
Video encoding libraries for Windows
8 février 2012, par Johnffmpeg is a widely used cross-platform library. But it doesn't support Visual C++, meaning you have to jump through hoops.
And considering they say the following, it's clear they don't give $0.02 about MSVC users and that makes me uncomfortable for a serious project.. how can one of the most widely used cross-platform libraries not support the most common toolset on the most common OS ?
There have been efforts to make FFmpeg compatible with MSVC++ in the
past. However, they have all been rejected as too intrusive,
especially since MinGW does the job adequately. None of the core
developers work with MSVC++ and thus this item is low priority. Should
you find the silver bullet that solves this problem, feel free to
shoot it at us.We strongly recommend you to move over from MSVC++ to MinGW tools.
It seems unlikely all the Windows developers are doing all this messing about, so are there more Windows-friendly libraries around ?