
Recherche avancée
Médias (1)
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
Autres articles (101)
-
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 (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10857)
-
FFMPEG and Mencoder building screenshot returns 0 size images
12 avril 2014, par GenusI have a script and it used to work fine but suddenly it stopped working and giving me zero size images as screenshot after video convert.
here is the command for video screenshot.
$cmd = $GLOBALS["paths"]["ffmpeg"]." -y -i ".$file." -f mjpeg -r 1 -ss ".$time." -vframes 1 -an ".$tmpdir."/00000001.jpg 2>&1";
exec($cmd,$results);Debug :
-----------------------------------------------------
------------mencoder_and_fmpeg.php SCREENSHOT -------
-----------------------------------------------------
COMMAND: ffmpeg -y -i /home/TESTING/public_html/vid/6d/ad/29/6dad2946a2ba102.flv -f mjpeg -r 1 -ss 14.48 -vframes 1 -an /home/TESTING/public_html/scr/42/3a/92/00000001.jpg 2>&1
FFmpeg version SVN-r16244, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration: --disable-mmx --enable-shared --enable-libvorbis --enable-gpl --enable-swscale --enable-pthreads --disable-static --disable-demuxer=v4l --disable-demuxer=v4l2 --enable-libtheora --enable-gpl --enable-libspeex --enable-libmp3lame --enable-libfaac --enable-libfaad --enable-libfaadbin --enable-libamr-nb --enable-libamr-wb --enable-nonfree --enable-libxvid
libavutil 49.12. 0 / 49.12. 0
libavcodec 52. 7. 0 / 52.108. 0
libavformat 52.23. 1 / 52.92. 0
libavdevice 52. 1. 0 / 52. 2. 3
libswscale 0. 6. 1 / 0.12. 0
built on Apr 9 2011 22:48:41, gcc: 4.1.2 20080704 (Red Hat 4.1.2-50)
built by Admin-Ahead Server Technologies FFmpeg installer v5.0.6b
Seems stream 0 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 10.92 (131/12)
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encoding
ffmpeg: symbol lookup error: ffmpeg: undefined symbol: frame_hook_process -
Commit new versions of geenrated docs to reflect floor1 spec addition/correction
20 janvier 2012, par MontyCommit new versions of geenrated docs to reflect floor1 spec addition/correction
git-svn-id : http://svn.xiph.org/trunk/vorbis@18156 0101bb08-14d6-0310-b084-bc0e0c8e3800
- [DH] doc/Vorbis_I_spec.html
- [DH] doc/Vorbis_I_spec.pdf
- [DH] doc/Vorbis_I_spec0x.png
- [DH] doc/Vorbis_I_spec10x.png
- [DH] doc/Vorbis_I_spec11x.png
- [DH] doc/Vorbis_I_spec12x.png
- [DH] doc/Vorbis_I_spec1x.png
- [DH] doc/Vorbis_I_spec2x.png
- [DH] doc/Vorbis_I_spec3x.png
- [DH] doc/Vorbis_I_spec4x.png
- [DH] doc/Vorbis_I_spec5x.png
- [DH] doc/Vorbis_I_spec6x.png
- [DH] doc/Vorbis_I_spec7x.png
- [DH] doc/Vorbis_I_spec8x.png
- [DH] doc/Vorbis_I_spec9x.png
-
Evolution #3552 (Nouveau) : margin-bottom trop grand sur les docs
24 septembre 2015, par Franck DalotBonjour
SPIP 3.1.0-beta SVN [22422]Quand on ajoute des doc, il y a un margin-bottom qui est un peu grand
http://zone.spip.org/trac/spip-zone/browser/_core_/plugins/neo-dist/css/spip.css#L87
En effet, si l’on ajoute pleins d’images, cela donne un escalier :-D Voir les copies d’écranNe devrait’il pas être, un peu moins grand (margin-bottom : 0.5em) voir disparaitre ?
Il y a une astuce concernant les qui consiste simplement à mettre
Mais par contre, il n’y a pas concernant (car là aussi, cela fait un escalier, mais dans l’autre sens)Même quand il y a du texte (voir copie : public2) le bottom actuelle n’est pas forcément "génial"
Franck