
Recherche avancée
Médias (5)
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
-
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 (53)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
Sur d’autres sites (9791)
-
Join a series of mp4 files using ffmpeg following a pattern in filenames
26 juin 2015, par SlaboI’m trying to join a series of generated mp4 files with the filenames in the following order>>
Vid1.mp4,Vid1s.mp4,Smiley.mp4,Vid2.mp4,Vid2s.mp4,Smiley.mp4, ..... VidN.mp4,VidNs.mp4,Smiley.mp4
where the pattern is A1,A1s,C,A2,A2s,C .... AN,ANs,C ... where N is the half the number of files in the folder.. File names are actually in a format similar to AN.mp4 and ANs.mp4
I know it’s going to be something like : :
ffmpeg -f concat -i some regex -c copy FinalVid.mp4
I used to know this stuff 10 years ago... ok, 9 years ago..
Edit : Ok, so after trying to fix this myself, I can better describe the problem as follows
if two files Vid-N.mp4 and Vid-Ns.mp4 exist, then should be appended to FinalVid.mp4. How do I solve this ? Just thinking out loud: :
- get list of mp4 files
- for every two pairs of files, append to
FinalVid.mp4
Any help appreciated, thanks.
-
Specify background colour when generating movie from images
17 février 2014, par UkoI generate a video from png images using
ffmpeg -i visualization/%d.png -c:v libx264 -vf "scale=500:trunc(ow/a/2)*2" -pix_fmt yuv420p z.mov
and if images have transparencies, they become black. Can I somehow make them white ?
-
Generating a short preview of a .webm movie
8 octobre 2019, par urbciechI would like to improve my website so I would like to replace the existing .jpg thumbnails with a live preview like in youtube.After hovering over the movie, a short video showing what’s going on in the movie is shown. Do you have any idea or tip on how I can achieve this effect with ffmpeg ?