
Recherche avancée
Autres articles (55)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Changer son thème graphique
22 février 2011, parLe thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
Modifier le thème graphique utilisé
Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
Il suffit ensuite de se rendre dans l’espace de configuration du (...) -
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 (...)
Sur d’autres sites (7521)
-
avformat/mxfenc : instance number is just 24 bits
29 septembre 2013, par Michael Niedermayer -
can ffmpeg use actual frame number in stream instead of sequentially added image numbers
26 mars 2024, par Wangffmpeg -i test.mp4 -vf select="eq(pict_type\,I)" %d.png



above code create file name incremental by 1, like :


1.png
2.png
3.png
...



but I want the actual frame number in the source stream :


1.png
26.png
51.png
...



there is very old thread asking the same thing. But I wonder is there a solution right now ?


-
Removed some unused declarations (per jslint), grouped private methods together, DOMContentLoaded event cleanup ; Better pre-init/unsupported warning messaging for play/createSound() calls made before init or if SM2 is otherwise unavailable (eg., failed to start) - no longer throws an error object, just console.warn()-style messaging.
5 octobre 2010, par Scott Schillerm script/soundmanager2-jsmin.js m script/soundmanager2-nodebug-jsmin.js m script/soundmanager2-nodebug.js m script/soundmanager2.js Removed some unused declarations (per jslint), grouped private methods together, DOMContentLoaded event cleanup ; Better pre-init/unsupported warning messaging for (...)