
Recherche avancée
Médias (29)
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (33)
-
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 (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (4320)
-
Revision 44904 : il n’est pas suffisant que la fonction xcache_set soit la pour utiliser ...
23 février 2011, par cedric@… — Logil n’est pas suffisant que la fonction xcache_set soit la pour utiliser xcache : encore faut il que de la memoire soit allouee au stokage des variables. On verifie par un test ecriture/lecture sur une variable partagee.
Evite de figurer dans
http://www.google.fr/#hl=fr&q=xcache.var_size+is+either+0+or+too+small+to+enable+var+data+caching+in&aq=f&aqi=&aql=&oq=xcache.var_size+is+either+0+or+too+small+to+enable+var+data+caching+in -
Overlaying a large image onto a small video like snapchat
22 mai 2019, par Tabassum LatifI want to add full screen overlay image on different size of video,
I used ffmpeg it work fine if overlay and video has same scale ratio (same width and height).
Overlay image squeezed if video height and width size is smaller than overlay image but i want to apply like snap chat video they add black view on top and bottomFfmpeg command is
String[]{"-y", "-i", filePath, "-i",
overlayPath,
"-preset", "ultrafast",
"-filter_complex",
"[1][0]scale2ref[i][m];[m][i]overlay[v]", "-map",
"[v]", "-map", "0:a?", "-ac", "2", output};I want following output link is mention below.
-
FFmpeg drawtext issue when apply hindi language font file or other language font file
1er septembre 2024, par Jaydip NathaniWe are trying to use FFmpeg draw text to support Hindi fonts. but some characters are not rendering properly.


Used Hindi Language Font file :-https://fonts.google.com/specimen/Khula


Input string :- **जिन्दगी सिर्फ हकीक़त है हकीक़त समझो,**



But output renders as
output of code


I want some perfect solution to apply assets font on
FFmpeg.


Thank you in Advance.