The 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 (...)
Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Note : I need to use ffmpeg’s C API in my project.
Input : video(let’s say,first frame)/image, output_width, output_height
Output : PNG image with output_width/output_height.
What I’ve done so far :
a) decoded a frame from input into frame1
b) sws_scale frame1 with needed context (output_width, output_height) into frame2
c) initialized AVCodec CODEC_ID_PNG
d) encoded frame2 into initialized AVPacket
e) wrote AVPacket’s data into file
So I have a working cycle that produces a PNG image, but it doesn’t save the aspect ratio (obviously).
What I want to achieve is do the same thing preserving aspect ratio (which would change the frame2’s width||height), but then "centring" that image and filling out the "empty" parts with tranparent layer in the final PNG.
Does anyone have an idea on how this can be achieved ?
Again, I need to use C API, not command line.
Un parcours (via TortoiseSVN) de la Zone montre effectivement que svn ://zone.spip.org/spip-zone/_externals_/ ne contient qu’un lisezmoi.txt et aucun sous dossiers.
C’est donc le processus de génération de archives_exernals.xml qui produit un mauvais chemin.