
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)
-
Merge commit ’8aca00cc2b25810bdd85b75f5632844a5614b707’
24 février 2014, par Michael NiedermayerMerge commit ’8aca00cc2b25810bdd85b75f5632844a5614b707’
* commit ’8aca00cc2b25810bdd85b75f5632844a5614b707’ :
libx265 : Properly handled dynamic linking with MSVCSee : 87769d6c8f6d71e4814821f7e6f57b4b65eaf2a7
Merged-by : Michael Niedermayer <michaelni@gmx.at> -
avformat/av1 : Improve filtering AV1 OBUs
23 janvier 2020, par Andreas Rheinhardtavformat/av1 : Improve filtering AV1 OBUs
Both ISOBMFF as well as Matroska require certain OBUs to be stripped
before muxing them. There are two functions for this purpose ; one writes
directly into an AVIOContext, the other returns a freshly allocated
buffer with the undesired units stripped away.The latter one actually relies on the former by means of a dynamic
buffer. This has several drawbacks : The underlying buffer might have to
be reallocated multiple times ; the buffer will eventually be
overallocated ; the data will not be directly copied into the final
buffer, but rather first in the write buffer (in chunks of 1024 byte)
and then written in these chunks. Moreover, the API for dynamic buffers
is defective wrt error checking and as a consequence, the earlier code
would indicate a length of -AV_INPUT_BUFFER_PADDING_SIZE on allocation
failure, but it would not return an error ; there would also be no error
in case the arbitrary limit of INT_MAX/2 that is currently imposed on
dynamic buffers is hit.This commit changes this : The buffer is now parsed twice, once to get
the precise length which will then be allocated ; and once to actually
write the data.For a 22.7mb/s file with average framesize 113 kB this improved the time
for the calls to ff_av1_filter_obus_buf() when writing Matroska from
753662 decicycles to 313319 decicycles (based upon 50 runs a 2048 frames
each) ; for another 1.5mb/s file (with average framesize of 7.3 kB) it
improved from 79270 decicycles to 34539 decicycles (based upon 50 runs a
4096 frames).Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by : James Almer <jamrial@gmail.com> -
flash/modules/global/app/ffmpeg.exe is Non-Executable
30 octobre 2013, par Juan RocamondeI cannot install dolphin. Always it returns back the same error :
The following files have inappropriate permissions:
flash/modules/global/app/ffmpeg.exe;
And if I scroll down, I can se this :
flash/modules/global/app/ffmpeg.exe -- Non-Executable
And I made it executable, chmod777 and I didn't work, so I tried with chmod755 and all chmods with executable parametres. And it didn't work anyway.
Help please ! I need to get this working asap, is for a business !
Thanks people.