
Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (40)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (4586)
-
Extracted audio from video files is too large
2 décembre 2019, par PrayalankarI am trying to extract audio from the video files. I have tried libraries like moviepy, ffmpeg in python.
The extracted audio files are too large in size. For an audio file of size 75 MB the audio file is of around 1.1 GB from moviepy. Even with bit rate of 16 kbps and sample rate to 16000 Hz extracted file is coming as 200 MB in size. Any other libraries or the way by which extracted audio files are atleast same size or less than complete video file.'ffmpeg -i trial_copy.mp4 -ac 1 -ab 16000 -ar 16000 output.wav'
I am using above command in ffmpeg.
-
Revision d6290c3b07 : Merge "all_builds.py : add ability to pass extra configure flags" into experiment
3 octobre 2012, par John KoleszarMerge "all_builds.py : add ability to pass extra configure flags" into experimental
-
avcodec/zmbv : Check that the buffer is large enough for mvec
15 novembre 2017, par Michael Niedermayeravcodec/zmbv : Check that the buffer is large enough for mvec
Fixes : Timeout
Fixes : 4143/clusterfuzz-testcase-4736864637419520Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>