
Recherche avancée
Médias (91)
-
Spoon - Revenge !
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
My Morning Jacket - One Big Holiday
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Zap Mama - Wadidyusay ?
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
David Byrne - My Fair Lady
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Beastie Boys - Now Get Busy
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Granite de l’Aber Ildut
9 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (32)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...)
Sur d’autres sites (5097)
-
how to run ffmpeg in GPU(amd)
8 juillet 2019, par Hakan Murat Aksüthow to run ffmpeg in ubuntu and in gpu.
https://jcutrer.com/howto/ffmpeg-amd-nvidia-hardware-video-encoding-h264-h265I am using the codes on this site. but gpu commands do not work. I’m not sure if my GPU driver is installed.
I write ffmpeg -i input.avi -c:v h264_amf output.mp4 when ,Unknown encoder ’h264_amf
-
Intel QuickSync and Nvenc at same Time on Ubuntu Server
15 mai 2019, par Ahmet GürerIm setting up a new Ubuntu Server with an Intel i7 6700k and Nvidia Gpu 1080ti. Is it possible to use Intel iGPU and Nvidia Gpu at same time on transcoding ?
Example :
Stream 1 transcoding with iGPU
Stream 2 transcoding with nvencI will use it at same time. Is that possible ?
- I Installed Nvidia Cuda Drivers and Intel SDK
- Activated iGPU and Nvidia GPU
- Try to start with iGPU but get the error that Driver not found
-
ffmpeg fails to capture video running on screen
21 septembre 2014, par RalfI’m trying to capture a slide presentation as video. I’m using the following command to capture my screen
ffmpeg \
-f x11grab -s 1024x768 -r 25 -i $DISPLAY \
-f alsa -i pulse \
-vcodec libx264 -preset ultrafast -vb 1000k \
-acodec libmp3lame -ab 128k \
test.aviThis works (application windows on the screen are visible and sound is recorded in test.avi), but the problem is : Any video shown on the screen (e.g. a youtube video running in a browser window, but also e.g. a video played by mplayer) only appears as an empty (e.g. green) box when I play the captured video (test.avi).
I’m using ffmpeg version 0.8.16-4:0.8.16-0ubuntu0.12.04.1 on Ubuntu 12.04.5 LTS with the nvidia-331 driver (effect is the same with older nvidia-304).
I would really appreciate any suggestions, thanks a lot !