
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 (10100)
-
Why does ffmpeg say "cannot find preset" ?
17 juillet 2023, par monochromecWhen trying to transcode an input to x265 ffmpeg tells me "preset veryslow not found" :


ffmpeg -i -vf scale=xxx:yyy -c:v hevc -preset veryslow 



-
Why can't find ffmpeg || ffprobe error in Docker build even locally it's working fine
13 juillet 2023, par Haider AliI got this error : https://i.stack.imgur.com/glGAQ.png
from this code https://i.stack.imgur.com/q8dHd.png


I need to compress the video size to reduce the uploading time to server and using ffmpeg but this error in docker build even locally it's working fine. Now i need to remove this error . On the other hand everything woring fine, modules also installed.


-
Docker run cannot find existing file ?
11 juillet 2023, par dexonterI am trying to run this command to test if the gpu is being recognized


docker run --rm --device /dev/dri:/dev/dri jrottenberg/ffmpeg:5.1.2-vaapi2004 -hwaccel vaapi -hwaccel_output_format vaapi -i /root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4 -c:v h264_vaapi /tmp/example.mp4



And it errors out with :
/root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4: No such file or directory


The file exists in there and the path is not misspelled - I checked like 10 times


What could be the problem here ?? I am clueless