
Recherche avancée
Médias (1)
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (67)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (8216)
-
Best alternative to winforms for raspbian ?
8 novembre 2017, par GlowI was planning on creating a small program with a countdown and streaming it to YouTube, with the help of my RPi 3, but I’m having so much trouble with this.
First, seems like I can’t use winforms nor wine to run it, so I can’t program with C#, which is what i’ve been learning and I’m a little good at.
Then, I haven’t even found a way to livestream with raspbian... I’ve installed ffmpeg but i can’t install OBS or something like that, just a fix that streams videos or webcams, and I can’t make a 168 hours video.
I know it’s a horribly noob question, but what can I do ? I’m absolutely lost. I was thinking on making a video that is edited by a script and makes the countdown but I don’t know how to do it.
-
building a shared library using android studio ( regarding FFMPEG/Libav Fast Fourier Transform)
1er juin 2017, par Bishop DuperretI’m building some software for android and I’m desperately in need of a faster FFT function than I am currently using.
After researching I found that libav/FFMPEG have really good FFT functions tailored for the ARM architecture.
1) What is the most straight forward way to build either libraries as a .SO ?
(There’s so much info out there I’m overwhelmed)2) Since I ONLY need access to the FFT, would it be possible to simple build that c class, license permitting ? Last I checked there was some ARM code so that may complicate it.
Any help is greatly appreciated !
-
ffmpeg iOS and SDL2
24 décembre 2015, par user3487978I created a app for iPhone, the core source is based on the latest ffplay.c, I just changed the rendering part to support iOS, general it can play video, but I found the quality is not as good as enough, see screenshot below, the first image is the what expected, the second is image that my app on iPhone produced, and the last the produced by my app on iPad.
on the iPhone’s image, you can found there is a dash line, and the colour is not correct, it seems that there is a shadow of the image.
I am new to ffmpeg, can anyone help me what is the problem