
Recherche avancée
Médias (3)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (68)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 (8981)
-
Edit duration of video with ffmpeg/ffprobe
16 octobre 2020, par ashish1512Currently in my application, I extract the duration of the video from the metadata.
The objective is that even if the video metadata has incorrect duration, I'll use ffmpeg to decode the video and calculate the correct duration.
I want to test this and want a video which has an incorrect duration in its metadata.
How can I edit the metadata of a regular video using ffmpeg or other ways to create one with an incorrect duration ?


Or if any of you have such a video, could you pls share it with me ?


-
Need help in editing video using ffmpeg [duplicate]
20 juillet 2021, par Rudra SharmaCan someone share the complete code/script to edit a video in such a way that after each "X" interval , "Y" interval of video is trimmed off using ffmpeg ?


Also i have next to none experience level with the software mentioned above so if same kind of editing can be done using another software/programme please don't hesitate to take me with you.


Please help,Thanks


-
Mux audio and video with c api ffmpeg [on hold]
18 juillet 2014, par EricNguyenI just wanna muxing video file. Same as in this link
I’m try to read sample from ffmpeg home page, but it makes me confuse. Can anyone share some more sample about this ?
And i’ve use ffmpeg sample, but the result is a video with all black frames :(