
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (10)
-
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (3873)
-
Select screen area dragging the mouse [closed]
12 juin 2022, par Pedro AntônioHow can I select area, by dragging the mouse and drawing a rectangle, returning x and y position ? I would like to get this parameters to pass it to ffmpeg


Thanks


-
lavd/gdigrab : mouse dpi awareness
15 février 2016, par Metaksakis Georgios -
can hls play fragment mp4 formed by rtp data
26 mai 2017, par hui zhangI have a rtp stream, and I record it to several fragment mp4(fmp4) files divide by I-Frame.
(I first record it as mp4, and set the right pts. then use ffmpeg transform it to fragment to fmp4 )ffmpeg -re -i infile.ext
-f mp4 -movflags frag_keyframe+empty_moov output.mp4)I want to play these fmp4 in hls, I set the m3u8 file manually.
And try to play, browser get the fmp4 file successfully. But not able to played on browser.
I don’t know where is wrong ?
Could any one help me ?