
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (92)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...) -
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 (...)
Sur d’autres sites (12659)
-
Video processing with ffmpeg on Windows Azure
29 août 2014, par alekzI am working on the project that needs to process videos that are already stored at the AzureBlob storage.
The processing itself lookes following
- Grab frame with ffMpegFrameGrabber
- Draw some elements on top of the frame
- save it with the ffMpegFrameRecorder
basicaly I have working version of this algorithm in Java (using java wrapper over native ffmpeg)
Now I need to implement that processing with Azure Cloud Services.
My question is
What is a good ffmpeg wrapper for .net (console interface is not enough for my scenario) ?
How to use it in Azure Cloud Service (sorry for noob question, but I am new to Azure) ? -
Using ffmpeg codec inside Xamarin ?
6 juin 2016, par Ahmed MujtabaI’ve been struggling with this topic for the past few weeks and I am yet to find a way to use ffmpeg inside my Xamarin project. There are couple of C# wrappers that work great but they don’t work for API 15 and below versions of Android.
I’m trying to use ffmpeg in my project but I really don’t know how to. I have tried to bind a Java project I found but .jar binding didn’t work and apparently the only way is to use JNI for the binding which isn’t very easy to do, at least for me.
I’m hoping someone can provide me some sources I can read on and understand how it works and what ways I can use ffmpeg in my project.
I will really appreciate any kind of help I can get.
-
DWT of frames by FFMPEG API
13 mars 2015, par VaigardHow can I spend the DWT Y component is considered of H.264 video frame ? Do not quite understand the principle of filling the structure
DWTContext
and its schema. And is not a matter ofAVFrame->data[0][x]
values are already converted, for example by DCT ?Thanks and sorry for my English=)