
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (34)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
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 (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (6356)
-
ffmpeg on android on a video http
31 juillet 2018, par PaulI have to create such a file, on android from a video that is on http:
So I have the following questions :
- Is there any way to use ffmpeg on android ?
- How much does it cost me
to create this file ? Consider that we do not use the wifi connection
and use the data connection, how much would it cost me in megabite ?
Assuming that the video is lasting 2 hours.
-
android and ffmped. decode and play audio and video
21 janvier 2014, par user1885632I have compiled ffmpeg for android. Now I am able to decode vide frames with the help of ffmeg and then show them on a surfaceview in android using ndk. I have read a lot of tutorials and all of them explain how to play decoded streams with the help of Sdl. I have a lot of problems while compiling SDL so I want to ask can we play decoded audio stream without sdl, may be we should return decoded audio packages back to Java and then play them with the help of audiotrack class ? Can you give me some advices ? Thank you.
-
I build my android app with NDK and ffmpeg. but, it need to include this file intrin.h
23 janvier 2020, par Pradeep Simbawhen i build with NDK. It comes like this
C :/Users/asus/AppData/Local/Android/Sdk/android-ndk-r21/build//../toolchains/llvm/prebuilt/windows-x86_64\lib64\clang\9.0.8\include\intrin.h:12:15 : fatal error : ’intrin.h’ file not found #include_next
1 error generated.
make : *** [C :/Users/asus/AppData/Local/Android/Sdk/android-ndk-r21/build//../build/core/build-binary.mk:476 : obj/local/arm64-v8a/objs/ffmpeg/ffmpeg-jni.o] Error 1-
how can i solve this ?
-
it need to include this #include_next .but ,where i can include this .h file ?
-