Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (52)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une 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, par

    We 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, par

    Certains 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 Niedermayer
    avcodec/jpeg2000dec : Merge i_stepsize/2 decoder special case into dequant
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/jpeg2000.c
    • [DH] libavcodec/jpeg2000dec.c
    • [DH] tests/ref/fate/jpeg2000-dcinema
    • [DH] tests/ref/vsynth/vsynth1-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth2-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth3-jpeg2000-97
    • [DH] tests/ref/vsynth/vsynth_lena-jpeg2000-97
  • aacenc : use the new function for setting special band scalefactor indices

    2 juillet 2015, par Rostislav Pehlivanov
    aacenc : 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>

    • [DH] libavcodec/aaccoder.c
    • [DH] libavcodec/aacenc.c
    • [DH] libavcodec/aacenc.h
  • How to include special characters as text while watermarking video using ffmpeg ?

    29 janvier 2021, par Avinash Modi

    Using the below command to add watermark in a video :

    &#xA;

    ffmpeg -i inputClip.mp4 -vf "drawtext=text=&#x27;&#xA9;Krishna&#x27;:x=640:y=360:fontsize=24:fontcolor=white" -c:a copy output.mp4&#xA;

    &#xA;

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

    &#xA;

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

    &#xA;