
Recherche avancée
Autres articles (44)
-
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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 (6960)
-
Convert image sequence to lossless movie [closed]
19 janvier 2014, par astrofrogI have a sequence of images in TIF format, and I would like to create a movie at a fixed FPS (say 10 images per second) and that is lossless. Is there an easy way to do that ? I've been trying with
convert
from Imagemagick, andffmpeg
, but I just can't figure out what settings to use to avoid any compression. -
Extracting Frames From a Movie file using python
20 janvier 2014, par user3213576I've been trying to extract frames from a video file, and I've been using the following code as a test before I try to work with my own file. I get an error having to do with an invalid literal :
import os, sys
from PIL import Image
a, b, c = os.popen3("ffmpeg -i test.avi")`
out = c.read()
dp = out.index(" ")
duration = out[dp+10:dp+out[dp:].index(",")]
hh, mm, ss = map(float, duration.split(":"))Error :
Traceback (most recent call last):
File "", line 1, in -toplevel-
hh, mm, ss = map(float, duration.split(":"))
ValueError: invalid literal for float(): cognized as an internal or external commandHow do I fix this error ?
-
Revision a0b9b050b8 : Added a speed feature That force the stop of subpel search possibly at full/hal
22 janvier 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_onyx_if.c
Modify /vp9/encoder/vp9_onyx_int.h
Modify /vp9/encoder/vp9_rdopt.c
Added a speed featureThat force the stop of subpel search possibly at full/half/quater pel
stagesChange-Id : Ie50c500417bd78e1a53e6620bd4c2b85f63d9c67