
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 (48)
-
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 -
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 -
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation"
Sur d’autres sites (8279)
-
Revision 52af8e3ee6 : flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with
20 septembre 2007, par Marc NoirotChanged Paths :
Modify /AUTHORS
Modify /ChangeLog
Modify /Makefile.am
Modify /README
Add /THANKS
(from /AUTHORS
:7eef48a76c31888eb3e6267fb8c200419059f1dd)
Add /TODO
Modify /flv.h
Modify /flvdump.c
Modify /flvmeta.c
flv.h, flvmeta.c, flvdump.c : Added support for Screen Video V2, and On2 VP6 with
alpha channel.
flvdump.c (compute_metadata) : Fixed a compilation issue on MacOSX caused by a
misplaced minus sign.
flvmeta.c (main) : Added protection against giving the same file as input and
output.
flv.h, flvmeta.c : Fixed the padding in the flv_tag to better reflect its role.
flvmeta.c : Made error messages more uniform.
flvmeta.c (compute_h263_size) : Added Picture Start Code check.
flvdump.c (main) : Suppressed a compilation warning.
Makefile.am : Added -Wall.
Makefile.am : Removed non-existant directory `doc' from EXTRA_DIST.
Added THANKS, TODO standard files.
AUTHORS, README, Changelog : Standard stuff. -
Create video from image sequence starting at image_100
22 février 2014, par JohannaI'm using ffmpeg to convert a sequence of images into a .mov file. The command line I use is :
ffmpeg.exe -f image2 -i im_%04d.jpeg -r 25 -sameq -vcodec mjpeg out.mov
It works fine if the first image of the sequence starts at im_0000, but when the first image starts for example at im_0100, then I get an
im_%04d.jpeg: Error number -2 occurred
How can I force it to analyse the sequence, no matter what number the first image is ?
-
4CIF H263 video fails to decode
5 novembre 2011, par AnkujI am trying to decode a H263 4CIF(704x576) resolution file with ffmpeg, but it is detected as mp3 file and fails to get decoded. I tried with lower resolution H263 files they get decoded easily as well as 16CIF. I am using ffmpeg version 0.6.1