
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 (108)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
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 (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...)
Sur d’autres sites (10794)
-
How to convert the format of the media source for exoplayer ?
18 septembre 2019, par Dinu NicolaeIs it possible to convert the format of the media source when playing a video with exoplayer ? I thought that I could use FFMPEG to convert the format, but I do not really know how exoplayer works and the problem is that the media source is not a file, but a stream. It is avi format, which unfortunately is not supported by exoplayer, and I could not find any working player for android that has avi support.
I see there is a ffmpeg extension for exoplayer, but I do not know if that will solve my problem and I have no idea about NDK and compiling c++ for android and the instructions are very unclear. If someone could explain how to do it or give me a guide that would be nice. This is the link to the exoplayer extension :
ffmpeg extension -
ffmpeg loop not found error
1er octobre 2017, par cantsayI am trying to use image.gif as a still for the entire duration of audio.mp3, and make a video from it. here is the current command I am using
ffmpeg -i audio.mp3 -loop 1 -i image.gif -acodec copy video.avi
this works, but goes on for ages constantly increasing audio file, which makes me believe it’s looping the mp3 file or something.
I tried changing the audio/image around, but it doesn’t work and says :
Option loop not found.
I tried
-shortest
too, which I thought matched the length to the audio, but it makes the file twice the size of the MP3 + the size of the image file. -
ffmpeg loop not found error
25 avril 2013, par cantsayI am trying to use image.gif as a still for the entire duration of audio.mp3, and make a video from it. here is the current command I am using
ffmpeg -i audio.mp3 -loop 1 -i image.gif -acodec copy video.avi
this works, but goes on for ages constantly increasing audio file, which makes me believe it's looping the mp3 file or something.
I tried changing the audio/image around, but it doesn't work and says :
Option loop not found.
I tried
-shortest
too, which I thought matched the length to the audio, but it makes the file twice the size of the MP3 + the size of the image file.