
Recherche avancée
Autres articles (36)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Liste des distributions compatibles
26 avril 2011, parLe tableau ci-dessous correspond à la liste des distributions Linux compatible avec le script d’installation automatique de MediaSPIP. Nom de la distributionNom de la versionNuméro de version Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
Si vous souhaitez nous aider à améliorer cette liste, vous pouvez nous fournir un accès à une machine dont la distribution n’est pas citée ci-dessus ou nous envoyer le (...) -
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 (4913)
-
Revision 337e8015c9 : Move vp9_thread.* to common. Prepare for frame parallel decoding, the reference
7 juillet 2014, par hkuangChanged Paths :
Modify /test/vp9_thread_test.cc
Add /vp9/common/vp9_thread.c
(from /vp9/decoder/vp9_thread.c
:14a12be8fd5f9ee40b87afe39401c9abb3c04006)
Add /vp9/common/vp9_thread.h
(from /vp9/decoder/vp9_thread.h
:14a12be8fd5f9ee40b87afe39401c9abb3c04006)
Modify /vp9/decoder/vp9_decodeframe.c
Modify /vp9/decoder/vp9_decoder.h
Modify /vp9/decoder/vp9_dthread.h
Delete /vp9/decoder/vp9_thread.c
Delete /vp9/decoder/vp9_thread.h
Modify /vp9/vp9_common.mk
Modify /vp9/vp9dx.mk
Move vp9_thread.* to common.Prepare for frame parallel decoding, the reference count buffers
need to be protected by mutex. Move vp9_thread.* to common
folder so that those buffers could use cross-platform mutex
from vp9_thread.*.Change-Id : I541277cf15eefed6641555944f67f4a0bcdc8154
-
How to apply effects to RGB frame decoded using ffmpeg ?
23 juillet 2014, par user3665376I wanted to apply changes in contrast,brightness,saturation values of a video while rendering on android.I am using ffmpeg for decoding my mpeg4 video.
I have two options for applying the effects ,
1) Apply the changes on raw YUV frames .
2) Apply the changes to RGB frames which are created from raw YUV frames .
Which of the above is the best approach ?
I started with option 2 and found a utility function at libwscale/util.c which has the below signature.
int sws_setColorspaceDetails(struct SwsContext *c, const int inv_table[4],
int srcRange, const int table[4], int dstRange,
int brightness, int contrast, int saturation);but the parameter specification of the above function was difficult to understand. Can anybody do a little elaboration on the parameters use in this function ?
-
ffprobe : print some basic information about avframe side data
30 janvier 2014, par Michael Niedermayer