
Recherche avancée
Autres articles (19)
-
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 (...) -
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5909)
-
Disable deprecation warnings for cases where a replacement is available
27 mars 2013, par Diego BiurrunDisable deprecation warnings for cases where a replacement is available
- [DBH] libavcodec/avpacket.c
- [DBH] libavcodec/mlp_parser.c
- [DBH] libavcodec/mlpdec.c
- [DBH] libavcodec/options_table.h
- [DBH] libavcodec/pthread.c
- [DBH] libavcodec/utils.c
- [DBH] libavdevice/v4l2.c
- [DBH] libavfilter/avfilter.c
- [DBH] libavfilter/avfiltergraph.c
- [DBH] libavfilter/buffersink.c
- [DBH] libavfilter/buffersrc.c
- [DBH] libavfilter/internal.h
- [DBH] libavformat/asfdec.c
- [DBH] libavformat/avidec.c
- [DBH] libavformat/mux.c
- [DBH] libavformat/mxg.c
- [DBH] libavformat/psxstr.c
- [DBH] libavformat/rmdec.c
- [DBH] libavformat/utils.c
- [DBH] libavutil/pixdesc.c
-
Revision 79908 : bonne année 2004 ! on vire les sites sociaux qui n’existent plus : nuoz, ...
8 janvier 2014, par erational@… — Logbonne année 2004 ! on vire les sites sociaux qui n’existent plus : nuoz, scoopeo, …
-
Image sequence of 1500 frames to loop 30 times in a 30 min video FFMPEG
18 avril 2016, par luch174Really struggling to get this to work, I just need to loop an image sequence. It is 25fps and exactly one second in duration (1500) I need this to basically loop for 30 mins, so it will loop 30 times. Using FFMPEG, here is the working 1500 frames being converted to MP4, like i said it has to be 30 mins in length :
ffmpeg -i "input_%04d.jpg" -c:v libx264 -b:v 1M -s 1080x810 -crf 28 -r 25 -pix_fmt yuv420p out.mp4