
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (55)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs. -
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 (10826)
-
Is there any way to compile ffmpeg library on Windows ?
20 mars 2013, par AB1209Hi I have been working for weeks to compile ffmpeg library on Windows platform.But I found no way so far.Is it there any way to compile ffmpeg library on Windows 7.
I am using Cygwin on Windows.
Whenever I try to do ndk-build I get this message.Android NDK: ERROR:jni/yuv2rgb/Android.mk:ffmpeg-prebuilt: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that jni/ffmpeg-build/armeabi/libffmpeg.so exists or that its path is correct
/cygdrive/D/AndroidNDK/android-ndk-r8c/build/core/prebuilt-library.mk:43: *** Android NDK: Aborting . Stop.& while searching for solution of this error I found that I will have to compile the libraries first.For compiling by using ./build_android.sh. I got this error message.
./build_android.sh
./build_android.sh: line 72: ./configure: No such file or directoryPlease please guide me what should I do.
-
ffmpeg 32 bit crashed on x64 Windows for av01 format
17 décembre 2018, par SuperBerryI have tried to use ffmpeg to convert av01 videos to H264 on x64 Windows, and the ffmpeg 64bit worked very well. However when I try to use ffmpeg 32bit exe to convert av01 to H264 or any other video format on Win7/Win10 x64, the ffmpeg crashed immediately and the window throws "ffmpeg has stopped working".
My command line :
ffmpeg.exe -i av01.mkv av01.mp4
If I test this with ffmpeg 32 bit and Windows 7 32 bit, it could work.
And, I can convert all other formats to H264 on Win7/Win10 x64 with ffmpeg 32 bit, except av01 format.ffmpeg 32 bit version : ffmpeg-20181215-011c911-win32-static
So, it seems ffmpeg 32bit could only not work on 64 bit Windows for av01 format. Is it a bug or the av01 decoder’s issue ?
Thanks a lot for your help.
-
Android ndk r7, ffmpeg on Windows
10 janvier 2013, par MalaiselvanWe are developing an android App which should convert the .3GP file to .FLV and upload to the web server.
We completed the overall framework to upload a file to web server. But we are facing problem on converting the .3GP to .FLV.
We searched google and couldn't able to find a working solution.
- We are using Windows OS
- We managed to install the NDK r7
- We managed to install cygwin.
- We downloaded the latest ffmpeg
Now we need to compile the FFMPEG using the android NDK and use FFMPEG to convert the video file.
Could someone help me to compile ffmpeg on android (windows) ?
Or is there any other way simplest way to convert a video ?