
Recherche avancée
Autres articles (36)
-
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 (...) -
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 (4044)
-
Révision 24187 : erreur $fond peut être un tableau
8 janvier 2019, par cerdic -dans le cas général $fond peut être potentiellement un tableau et à l’intérieur du foreach, c’est $f le fond
-
Decode h264 example ios 7 frame by frame
18 février 2016, par Андрей ЯрядомGood day.
I have a ip camera. From it frame by frame comes stream h264.
On the Internet, in particular on stackoverflow, a lot of information about how to decode h264 on iOS.
But this information is not clear.
I ask you to show me an example and show right direction of how to decode a frame by frame h264 stream to iOS 7.What options I have seen and what I know about them :
-
ffmpeg - not suitable for me, as it has LGPL license.
-
AVAnimator library - license inappropriate for me.
-
Hardware decoder - the best solution, but as I understand it, is only
available for iOS 8.
For me to be the perfect option if you give me an example for correct decoding h264 stream and display it on the way to the screen.
Regards.
-
-
facebook friends or birthday video using template and ffmpeg [on hold]
8 novembre 2017, par Software Development ConsultanI am working on one feasibility for making application using ffmpeg.
Application is similar to "facebook friends" video or birthday slice slow video in which different templates facebook show and you can change images and make final video with that template.
I have checked different options and I can do different filters and slide show from image and videos but I am not getting anything related template using ffmpeg.
It is possible using ffmpeg ?
Can someone guide me best way to do this ?Thanks