
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (78)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)
Sur d’autres sites (9612)
-
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 -
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 ?
-
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 ?