
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (52)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (5894)
-
avcodec/jpeg2000dec : Merge i_stepsize/2 decoder special case into dequant
28 juin 2015, par Michael Niedermayeravcodec/jpeg2000dec : Merge i_stepsize/2 decoder special case into dequant
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>
-
aacenc : use the new function for setting special band scalefactor indices
2 juillet 2015, par Rostislav Pehlivanovaacenc : use the new function for setting special band scalefactor indices
This commit enables the function added with commit 7c10b87 and uses that
new function for setting any special scalefactor indices. This commit does
not change the behaviour of the encoder since no bands are being marked as
either NOISE_BT(due to the previous PNS implementation removed in the
previous commit) or INTENSITY_BT2/INTENSITY_BT.Reviewed-by : Claudio Freire <klaussfreire@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
How to include special characters as text while watermarking video using ffmpeg ?
29 janvier 2021, par Avinash ModiUsing the below command to add watermark in a video :


ffmpeg -i inputClip.mp4 -vf "drawtext=text='©Krishna':x=640:y=360:fontsize=24:fontcolor=white" -c:a copy output.mp4



I am not able to add certain special characters as text here like %,",' etc..


Can anyone let me know, if there are any limitations to it ? Please share the reliable source as well.