
Recherche avancée
Autres articles (87)
-
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. -
Configuration spécifique pour PHP5
4 février 2011, parPHP5 est obligatoire, vous pouvez l’installer en suivant ce tutoriel spécifique.
Il est recommandé dans un premier temps de désactiver le safe_mode, cependant, s’il est correctement configuré et que les binaires nécessaires sont accessibles, MediaSPIP devrait fonctionner correctement avec le safe_mode activé.
Modules spécifiques
Il est nécessaire d’installer certains modules PHP spécifiques, via le gestionnaire de paquet de votre distribution ou manuellement : php5-mysql pour la connectivité avec la (...) -
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.
Sur d’autres sites (3844)
-
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.


-
Can someone help to build android app encoding video with instructions ? [closed]
10 février 2024, par Ferel UltraMy friend would like to get app compressing video. I don't know how to do it by myself. Could someone to build it with instructions and give me ready app ?
The instructions :


https://github.com/Javernaut/ffmpeg-android-maker


https://github.com/fraunhoferhhi/vvenc/wiki/FFmpeg-Integration


-
ffmpeg unknown keyword invalid data found when processing input
16 novembre 2020, par AdriaanI have a file
ffmpeg_list_of_files.txt
with the content


file '.\Output_0\forces_vs_radii.pdf'
file '.\Output_1\forces_vs_radii.pdf'
file '.\Output_2\forces_vs_radii.pdf'
file '.\Output_3\forces_vs_radii.pdf'
file '.\Output_4\forces_vs_radii.pdf'
and so on...




and then run
ffmpeg -f concat -i ffmpeg_list_of_files.txt -c copy output.mkv
as is stated at


http://trac.ffmpeg.org/wiki/Concatenate



I, unfortunately, get the error



Line 1: unknown keyword ' ■f'
.\ffmpeg_list_of_files.txt: Invalid data found when processing input




in Windows PowerShell in Windows 10.



What am I doing wrong ?