
Recherche avancée
Autres articles (106)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 (8255)
-
can ffmpeg record acestreaming on centos ?
29 mai 2023, par boygiandiI have a acestream link, like : acestream ://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don't know how to use it. How to put acestream :// link to it and play video.
Anyone did this before ?



I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.


-
can ffmpeg record acestreaming on centos ?
5 mars 2017, par boygiandiI have a acestream link, like : acestream ://f4d77a80fa28f0a34ded0132dc1952ec328f6998 . Can I record this video with ffmpeg on Centos ?
acestream have client in centos here : http://wiki.acestream.org/wiki/index.php/Streaming/en but I still don’t know how to use it. How to put acestream :// link to it and play video.
Anyone did this before ?I can do this with sopcast, https://github.com/NapoleonWils0n/cerberus/blob/master/sopcast/sopcast-install.sh . Now I want to try with acestream.
-
FFMPEG on Windows faststart command line with or without a +
24 juillet 2014, par C0nw0nkSo on the following wiki page i see ffmpeg tells us when using faststart for HTML5 compatibility we should use a + symbol.
https://trac.ffmpeg.org/wiki/Encode/H.264#faststartforwebvideo
-movflags +faststart
But looking at command line examples on here and other sites everyone puts it in their command line like this.
ffmpeg -i C:\vidtests\Wildlife.mp4 -movflags faststart C:\vidtests\Wildlife_fs.mp4
So my question is should it matter if the + symbol is there or not ?