
Recherche avancée
Autres articles (74)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
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 (...)
Sur d’autres sites (9056)
-
Can I just use the libraries from FFmpeg in android app ?
3 juillet 2012, par LMDSAfter some time in the web I found that I have to use the FFmpeg in my app, I found a lot of things related with android and FFmpeg, I just want to use the FFmpeg, but I can't create the libraries and also I don't know how I used them, I just want to receive the videos from a rtsp streaming and them somehow put them in a videoview or mediaplayer, I have the NDK already installed in my eclipse and I know how to use the CYGWIN. can anyone help me ? sorry about my English and thanks
-
Capture Image from Serial Camera FFMPEG
28 mai 2018, par Jomanuel PonferradaI have a serial camera plugged-in on my linux os. I would like to capture image using FFMPEG but the all example are webcam and ip camera. I also visit this link to see the list of devices https://www.ffmpeg.org/ffmpeg-devices.html. But i cant see the serial camera examples. My serial cam location is on /dev/ttyS0.
In my C++ program i can capture image from my serial camera..Tnx for the help in advance :)
-
How to build Soltion and Run Without ffmpeg shared DLL(Static Build Solution)
11 avril 2018, par P AkhtarI want to build a solution in visual studio 2009 and run exe without FFMPEG Shared DLL. Simply I want to build my solution static
Similar Question
visit : How to use ffmpeg so that there would be no need in including its dlls in your app folder ?I built ffmpeg static lib and than I got
libavdevice.a
libavcodec.a
libavfilter.a
libavformat.a
libavutil.a
libpostproc.a
libswresample.a
libswscale.aBut Issue is how I Can use it there is linking error-> like error LNK2001 : unresolved external symbol __ltod3 and and other more