
Recherche avancée
Autres articles (99)
-
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 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 (...) -
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 (...)
Sur d’autres sites (10328)
-
How to create a video from a series of images with varying image durations ?
2 septembre 2014, par user1354557I’d like to programmatically create a video file that is composed of a series of images. However, I’d also like to be able to specify a duration for each image. I often see ffmpeg examples suggested for similar tasks, but they always assume the same duration for each image. Is there an efficient way to accomplish this ? (An inefficient solution might be setting the frame rate to something high and repeatedly copying each image until it matches the intended duration)
I will be dynamically generating each of the images as well, so if there is way to encode the image data into video frames without writing each image to disk, that’s even better. This, however, is not a requirement.
Edit : To be clear, I don’t necessarily need to use ffmpeg. Other free command-line tools are fine, as are video-processing libraries. I’m just looking for a good solution.
-
Revision 73cd22f8d4 : As you go mbmi->skip_coeff Calculate the skip_coeff as part of the encode proce
15 janvier 2014, par Jim BankoskiChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Modify /vp9/encoder/vp9_encodemb.c
Modify /vp9/encoder/vp9_encodemb.h
Modify /vp9/encoder/vp9_rdopt.c
Modify /vp9/encoder/vp9_tokenize.c
As you go mbmi->skip_coeffCalculate the skip_coeff as part of the encode process, rather than
checking the eobs after the fact with another pass.Change-Id : Ib41b139e96a97dee30e4b993b4cc53d86337128d
-
CISCO H264 Encoding series of Images to H264
9 octobre 2014, par user3012914I am searching for a command line argument to convert series of Images into H264 using CISCO H264. (Something like FFMPEG image to video functionality). Unfortunately, I cant use FFMPEG as I am creating a commercial application, where I use the installed codec in the client system to encode series of Images into H264. I guess FFMPEG doesnt have the licencing for H264 Binaries as CISCO H264 has which pays the Royalty for MPEGLA. If I am not mistaken. Would be great to have suggestions in both regards.