
Recherche avancée
Médias (3)
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (81)
-
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 (5532)
-
use content of ffmpeg -i when cutting
21 juillet 2015, par BabbI want to make a script (bash or bat) that cuts out parts of a .mp4 file based on the ffmpeg -i output.
When i run ffmpeg -i this is part of the output :
Duration: 00:25:49.93, start: 0.000000, bitrate: 2624 kb/s
Chapter #0.0: start 0.000000, end 6.524000
Metadata:
title : Video
Chapter #0.1: start 6.524000, end 39.143000
Metadata:
title : Advertisement
Chapter #0.2: start 39.143000, end 453.007000
Metadata:
title : Video
Chapter #0.3: start 453.007000, end 499.780000
Metadata:
title : Advertisement
Chapter #0.4: start 499.780000, end 791.707000
Metadata:
title : Video
Chapter #0.5: start 791.707000, end 822.983000
Metadata:
title : Advertisement
Chapter #0.6: start 822.983000, end 1213.436000
Metadata:
title : Video
Chapter #0.7: start 1213.436000, end 1262.162000
Metadata:
title : Advertisement
Chapter #0.8: start 1262.162000, end 1549.933000
Metadata:
title : VideoI only want the "Video" chapters, so the output would be :
Video1.mp4
Video2.mp4
Video3.mp4
Video4.mp4
Video5.mp4Then I can use
ffmpeg -f concat -i files.txt -map 0 -c copy output.mp4
to joint them back together.
-
Merge commit ’86eee85daddb682fa072c2e2657c90a514b855e3’
12 juillet 2015, par Michael Niedermayer -
Merge commit '6c916192f3d7441f5896f6c0fe151874fcd91fe4'
9 avril 2017, par Clément BœschMerge commit '6c916192f3d7441f5896f6c0fe151874fcd91fe4'
* commit '6c916192f3d7441f5896f6c0fe151874fcd91fe4' :
mimic : Convert to the new bitstream reader
metasound : Convert to the new bitstream reader
lagarith : Convert to the new bitstream reader
indeo : Convert to the new bitstream reader
imc : Convert to the new bitstream reader
webp : Convert to the new bitstream readerThis merge is a noop, see
http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.htmlMerged-by : Clément Bœsch <u@pkh.me>