
Recherche avancée
Autres articles (62)
-
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 (9797)
-
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
-
Remove the clip between two videos
6 juillet 2020, par V1rus_Falconi'm trying to remove the intro clip from two video just like netflix does with its "skip the intro" feature. i tried with emgu.cv for extracting the frames, phash for hashing the frames and checking the differences between them. I would prefer use ffmpeg or opencl.
The problem is to intersect two video to find out what is the intro and after finded it, find the start and finish point of the intro