
Recherche avancée
Autres articles (43)
-
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 (...) -
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 (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6573)
-
fate : Add a test for AAC ELD480.
28 janvier 2015, par Alex Converse -
compile ffmpeg with x264
29 juillet 2020, par y2kbugI need ffmpeg with hardware acceleration.
I am compiling ffmpeg following this guide :
https://gist.github.com/Brainiarc7/eb45d2e22afec7534f4a117d15fe6d89



x264 never works after compile.
I follow the official guide, adding "—enable-shared", compile again, still no luck.
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



Simply installing libx264-dev does not work as well.





$ ldd /bin/ffmpeg | grep x264 libx264.so.155 => not found





Does anyone know how to make x264 work ?
Thanks.


-
compile ffmpeg with x264
29 juillet 2020, par y2kbugI need ffmpeg with hardware acceleration.
I am compiling ffmpeg following this guide :
https://gist.github.com/Brainiarc7/eb45d2e22afec7534f4a117d15fe6d89



x264 never works after compile.
I follow the official guide, adding "—enable-shared", compile again, still no luck.
https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu



Simply installing libx264-dev does not work as well.





$ ldd /bin/ffmpeg | grep x264 libx264.so.155 => not found





Does anyone know how to make x264 work ?
Thanks.