
Recherche avancée
Autres articles (112)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (16744)
-
Android get video rotation from metatags
13 novembre 2013, par vicmnscurrently I am using the Android MediaMetadataRetriever class in order to get the video rotation tag from a MP4 file, using the MediaMetadataRetriever.METADATA_KEY_VIDEO_ROTATION tag. The main drawback of this, is that is only compatible with API level 17 and up, and the minimum supported API level desired for the application is 14.
Is there any work around for this, I tried using the ffmpeg library that used in the project, but I did not find an option to get this tag from the video.
Thanks in advance.
-
Avfilter how to retrieve list of supported pixel formats ?
22 juin 2019, par SerbenetWhen creating an avfilter graph for video processing, how can I retrieve the list of supported pixel formats of the first video filter in the chain ?
I believe this is though the query_formats function, but I have no idea how this function is supposed to be used.
Could you help me ?
Thanks in advance
Serbenet
-
Howto Merge .WAV files - with a repeating shorter wav file ?
11 octobre 2011, par SeanNieuwoudtI need to take two WAV files (mysound.wav[10 seconds] and watermark.wav[1 second]) and merge the two together.
The problem is that the new generated file needs to have watermark.wav repeating for the duration of mysound.wav.
How do I do this via the CLI or script ? I know about SoX and FFmpeg, but have not been successful at getting this work.
Thanks in advance :)