
Recherche avancée
Autres articles (60)
-
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9778)
-
ffmpeg why Audio Tempo must be in the [0.5, 2.0] range
8 août 2016, par Theo Tianwhen i try to release playback speed feature with ffmpeg.
I found audio tempo must be in this range [0.5, 2.0].But I don’t understand why audio tempo have to in this range.
Could someone tell me the reason ?Thx
-
How to prevent vcpkg in msys2 from stripping symbols from all executables ?
29 septembre 2021, par Vaughn TI'm using vcpkg on msys2 to download, configure, and build ffmpeg for Windows 10.
The install command is :
./vcpkg install ffmpeg[core,avcodec,avdevice,avfilter,avformat,ffmpeg,ffplay,ffprobe,nvcodec,opencl,postproc,sdl2,swscale,nonfree]:x64-windows —recurse
It successfully builds ffmpeg.exe, ffmpeg_g.exe and al the necessary DLLs.
Unfortunately, it strips symbols from ffmpeg_g.exe which defeats the purpose of having a debug version. How do I disable this behavior ?


-
using FFmpeg to produce a video featuring transparency from two alternating images
16 septembre 2013, par d3pdI want to use FFmpeg to produce a video using two images. In the video produced, these images are to alternate at a specified framerate for a specified length of time. The images (PNG files) feature transparency and the idea is to use them as an overlay in the video editor OpenShot. Could you suggest an approach to this problem ? Thanks