
Recherche avancée
Médias (1)
-
1 000 000 (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (99)
-
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 (7575)
-
macOS Sonoma Audacity 3.4.2 cannot find FFmpeg library
12 février 2024, par Yogi WannabeI installed Audacity 3.4.2 and FFmpeg 5.0.0 on macOS Sonoma. I configured Audacity to use FFMPEG, which it located automatically. But when I try opening a m4a audio file, Audacity says "without the optional FFmpeg library, Audacity cannot open this type of file". I also configured Audacity manually to use libavformat.dylib but that does not help either.


I googled for some solutions, and one of them was to use a different FFmpeg library from https://lame.buanzo.org but that did not help either.


Any pointers on how to get this to work ?
TIA


-
How to compile FFmpeg-3.0.2+ Library for Android ?
30 mai 2016, par Timo SchuckStruggling with many errors and deprecated folder and file architectures with the new Android NDK 11+ and FFmpeg-3.0.2+ on how to compile that Library for all Android Architecutres on Ubuntu (or Windows).
There seems to be no up-to-date docu or tutorial without outdated links or build-scripts to bring that to work.
-
FFMPEG Jar Library and Executable [on hold]
27 juillet 2017, par NPECurrently working on FFMPEG library to create timelapse-based video creator application. Our application build on Java Environment (*.jar) and will be running on server side.
I used FFMPEG for video compression because
JMF
doesn’t support for video compression.After reading several question on SO and doing some research, I know FFMPEG can do video compression through this command
ffmpeg -i a.mp4 -s 640x480 -b:v 512k -vcodec mpeg1video -acodec copy b.mp4
Our FFMPEG version
ffmpeg version N-86848-g03a9e6f Copyright (c) 2000-2017 the FFmpeg developers
built with gcc 7.1.0 (GCC)
windows environment (*.exe)My question,
- Is there any FFMPEG jar file or library so we can call inside from our application (our code) instead of using
ProcessBuilder
to call exe ? - Is FFMPEG provide jar executable version ? After doing some research here I not found any executable jar. We need call executable jar like this
java -jar FFMPEG.jar
- How to packed all jar on library so when we build application will not produce any
lib folder
.
Anyway, thanks.
- Is there any FFMPEG jar file or library so we can call inside from our application (our code) instead of using