
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (42)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 (...) -
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 (6099)
-
Best flags to use FFMPEG in commercial product
7 décembre 2015, par mhergonI’m trying to "decrypt" legal terms of the ffmpeg license but after few hours I’m confused more and more.
I need use ffmpeg for a commercial product, for the moment without AC3, DTS support, but I’m unable to know what flags should I use to compile. I’m aware that I should not use flags--enable-gpl
and--enable-nonfree
but I don’t know if it’s necessary any other flag.Can anyone help me ?
Thanks !
-
Convert jpegs to browser compatible video format without using FFmpeg
15 octobre 2020, par BillyDayDoes anybody know a way to convert a sequence of images to a video format that is compatible to be viewed via browser without using FFmpeg or an FFmpeg wrapper for commercial use ? using C# ideally or via command line ?


The reason for this is FFmpeg uses a LGPL\GPL license.


Thanks


-
FFmpeg LGPL build
27 février 2014, par user1149520Hello I'm trying to build ffmpeg under the LGPL license but I'm having trouble creating the dll's.
I'm building the source on the Windows platform using MinGW and I use the configure options below to build the latest snapshot
./configure --enable-memalign-hack --enable-pthreads --disable-shared
However when I make and install from this I only get the "avdevice-53.dll" and none of the others such as avcodec or avformat. Is there something else I need to do to be able to make these files ?