
Recherche avancée
Autres articles (78)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
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 ) (...)
Sur d’autres sites (6410)
-
Make a video based on info in another video file ffmpeg
12 février 2016, par Farukh ZahoorWhat I am trying to do is to merge 2 or more video files using ffmpeg. It is important video files should have same resolution, codecs, channels etc to be merged successfully.
I am making a slide video based on image for 5 or 10 seconds, I need slide video should be made based on first video resolution, codecs, channel info so that these 2 files should be merged.
Now question is is there a way with ffmpeg to make a slide video on the fly based on the first video information ?
-
marge video and audio using ffmpeg - the video invisible in some cases
17 janvier 2018, par YanshofI have video (.avi) and audio (.wav) and i’m using ffmpeg to as a mux to marge them one file (*.avi)
When the audio is too long then the video - i see that the video is not visible.
The input of the ffmpeg running is video file and array of audio files with delay (i check the delay and its ok)
In some cases the video is visible and in some cases its not.
I can’t say find some rule to say when its ok and when its not.- why its happened ?
- how to fix it without cut the audio to end in same time the video end ?
-
Insert Video Clip in another Video using ffmpeg
22 avril 2014, par ZafarYousafiI want to insert a video clip in another video at specified position (after n seconds). I am thinking to slice the main video first and then concatenate the pieces again. But this solution is not looking promising to me as what if I have to insert the video clips at multiple locations in the main video ? Is there any better way of doing this in ffmpeg ?
thanks