
Recherche avancée
Autres articles (104)
-
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. -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (...)
Sur d’autres sites (8115)
-
How can I get exact delay between audio and video by FFmpeg ? [on hold]
11 mars 2015, par mitliI know how to set delay by "-itsoffset" , But I want to know how to get exact delay time.
Please help me .
Thanks in advance -
How Install ffmpeg using php ? and How to encode video using FFmpeg ? [on hold]
9 août 2019, par Navdeepsinh jethwaI want to encode videos using AV1 encoder with the use of ffmpeg ?
i have’t idea about that ? So please help me. if any have example please add.
Thanks In advance. -
How to extract MP4 seekpoints information from PHP/FFmpeg/MP4Box/Anything ?
22 octobre 2014, par user3052587Is it possible to extract the seekpoints/keyframes from a MP4 file in the following fashion :
Keyframe - Time Range (in seconds) - Offset (in bytes)
Example :
0 - 0s - 772621 - 0.5s - 144183
2 - 1s - 222965
3 - 1.5s - 293303
4 - 2s - 362199
5 - 2.5s - 431178
Thanks in advance.