
Recherche avancée
Autres articles (106)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...) -
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 (...)
Sur d’autres sites (13567)
-
merge two videos android
4 juillet 2016, par LukasI’m new to android, but not new to developing for mobile.
My goal is to record two videos, and the mix it into one video using audio from both tracks. E.g two recorded videos are both 10 seconds. I want to take the first 5 seconds from the first video, and the last 5 seconds from the second video, combine them together with combined audio from both videos, and have it in an mp4 file.
On iOS there is an AVFoundation framework, which lets you combine multiple videos and audio into one video file (h.264 codec in mp4 container). I want to achieve similar results on android, but fail miserably at finding frameworks or 3rd party libs for doing that. If anyone could help me by showing some links or any directions where to look for information it would be really helpful. Thanks in advance !
-
Android editing video files
25 novembre 2013, par KernaldI'm working on an Android application in which the user should be able to edit a video (cut and reorder some parts of a video taken with the phone).
I have no idea how to do this : the media package doesn't seems to contain anything related to this. The videoeditor package could probably help me, but it's not public in the SDK. ffmpeg could maybe be a solution, but I'd like to avoid using NDK if I can.
Any directions on how to do it ?
-
FFMPEG Converter For Android - autofocus issue
9 novembre 2020, par S. DabrowskiI am using FFMPEG Converter for Android (source) to capture video sequence and then send to FTP server - and it works well with one issue.


Video capturing does not use autofocus at all. In my manifest file I added :







But AF still doesn't work. Neither in manual nor in code I cannot find any function that sets autofocus mode or forces camera to use it. Is there any way to tell the camera to use autofocus using this library ?