
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 (29)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
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 (7258)
-
avformat/matroskadec : Improve read error/EOF checks II
24 juin 2019, par Andreas Rheinhardtavformat/matroskadec : Improve read error/EOF checks II
This commit fixes a number of bugs :
1. There was no check that no read error/EOF occured during
ebml_read_uint, ebml_read_sint and ebml_read_float.
2. ebml_read_ascii and ebml_read_binary did sometimes not forward
error codes ; instead they simply returned AVERROR(EIO).
3. In particular, AVERROR_EOF hasn't been used and no dedicated error
message for it existed. This has been changed.In order to reduce code duplication, the new error code NEEDS_CHECKING
has been introduced which makes ebml_parse check the AVIOContext's
status for errors.Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
-
skvideo failed to read 3gp format
7 décembre 2022, par ZhuTraceback (most recent call last):
 File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 271, in _read_frame_data
 assert len(arr) == framesize
AssertionError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
 File "C:\Users\20493\Desktop\vread\test1.py", line 11, in <module>
 video = skvideo.io.vread(dir)
 File "D:\Anaconda\lib\site-packages\skvideo\io\io.py", line 148, in vread
 for idx, frame in enumerate(reader.nextFrame()):
 File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 297, in nextFrame
 yield self._readFrame()
 File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 281, in _readFrame
 s = self._read_frame_data()
 File "D:\Anaconda\lib\site-packages\skvideo\io\ffmpeg.py", line 275, in _read_frame_data
 raise RuntimeError("%s" % (err1,))
RuntimeError

</module>


Above is the program error,i have no idea to handle the error,hope to get your answer,thanks.


Converting 3gp format to mp4 format can be successfully read, but want to read 3gp directly.


-
ac3dec : Fix out-of-array read
23 novembre 2013, par Tim Walker