
Recherche avancée
Médias (91)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Wired NextMusic
14 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (105)
-
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...) -
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 (...) -
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 (...)
Sur d’autres sites (13759)
-
ffmpeg with a set of image files not formatted as %d.jpg
12 juin 2012, par Rob LourensI'm using ffmpeg to compile a set of jpgs into a video. There is plenty written about this, but it seems that the only way to do it is to have images named as consecutive padded numbers, e.g.
0001.jpg
,0002.jpg
...The ffmpeg documentation states that it is possible to use other types of patterns, such as
%*.jpg
to capture all*.jpg
files, but the only pattern that I have gotten to work on my own is the%0Nd
-type pattern. The man page only mentions that type.I really want to have ffmpeg use a set of images with arbitrary names. It would simplify my app quite a lot, make it easier to keep thumbnails and metadata in sync as images are inserted and deleted, etc. Creating links is not an option since I'm working on Android. Is there any way to do this ?
I'm also willing to modify the ffmpeg source or work with the C api to get it to do what I want, but I can't find the right spot in the code to do it, or appropriate docs for the C api. Any advice ? Thanks.
-
Generate 3gp video file using my image library
6 novembre 2012, par Turgay GençerI need to generate 3gp video file using images.
Fore example, I have 3 pictures and I want to put slide time for each pictures and generate 3gp.
- Picture = 2 second,
- Picture = 3 second,
- Picture = 5 second,
and my 3gp is include 3 pictures.
İs that the possible to generate 3gp using my pictures library ?
I m writing in C# .
Thanks.
-
Revision 9016fa22e0 : Removed unnecessary VP8_COMP *cpi parameters Code cleanup Change-Id : I82f9d787
2 novembre 2012, par Scott LaVarnwayChanged Paths : Modify /vp8/encoder/encodeframe.c Modify /vp8/encoder/ethreading.c Modify /vp8/encoder/pickinter.c Modify /vp8/encoder/pickinter.h Modify /vp8/encoder/rdopt.c Modify /vp8/encoder/rdopt.h Removed unnecessary VP8_COMP *cpi parameters Code cleanup Change-Id : (...)