
Recherche avancée
Autres articles (25)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
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 (3051)
-
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 ?