
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (74)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (9770)
-
ffmpeg seems to be capping my output
11 septembre 2012, par Kurt SpindlerI'm trying to extract individual frames from a video.
ffmpeg -i face_source.wmv face_sourceframes/image%03d.jpg
is almost working just fine. The first six or so appear perfect (have roughly 30kB file size), but then they continuously degrade (e.g. 23kB, 17kB, etc.) until all frames are 11kB. Of course, these frames are pixelated and not desired.
I tried forcing a bitrate with the
-b
option. ffmpeg tells me this about the inupt video :Duration: 00:00:10.07, start: 0.000000, bitrate: 781 kb/s
So I set bitrate, first using
-b 781k
, and then, just to be safe, also tried doubling it, to-b 1562k
. Neither of these options made any apparent difference in the output.Any help would be appreciated ! Thank you !
-
lavc : add a header for internal generic-layer APIs
20 juin 2023, par Anton Khirnovlavc : add a header for internal generic-layer APIs
The goal is to distinguish between APIs provided by the generic layer to
individual codecs and APIs internal to the generic layer.Start by moving ff_decode,encode_receive_frame() and
ff_decode,encode_preinit() into this new header, as those functions
are called from generic code and should not be visible to individual
codecs. -
Revision f41adbb468 : Remove duplicate or unused code in encoder/quantize.c. Also make some minor sty
13 octobre 2012, par Ronald S. BultjeChanged Paths : Modify /vp8/encoder/quantize.c Modify /vp8/encoder/quantize.h Remove duplicate or unused code in encoder/quantize.c. Also make some minor stylistic changes to bring the code closer to the style guide. Remove checks against i8x8/bpred in the mb-codepath, since these do individual (...)