Recherche avancée

Médias (0)

Mot : - Tags -/tags

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • 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 : (...)

Sur d’autres sites (8441)

  • Using libav without command line ?

    15 décembre 2012, par Khuất Văn Phiến

    I use this command below for converting file

    ./avconv -i inputFile -vcodec libx264 -trellis 2 -crf 23 -tune psnr -vf crop='trunc(iw/2)*2:trunc(ih/2)*2' -y outputFile

    But, I don't want to use this command, I want to make a function like

    convert(char *inputFile, char *outputFile). (The option of my function like option in command line)

    And then I will call it from my main function
    for example

    int main(){
       convert(in01, out01);
       convert(in02, out02);
       convert(in03, out03);
       return 0;
    }

    I also read this post. But it is not clear to me.
    Could anyone tell me how to solve this problem ? I have googled many times but did not find the solution.

  • How do I draw a line over a video whose width equals the current timeframe using FFMPEG

    19 août 2019, par Martin Mbae

    I am trying to draw a line across a video to show the progress of the video.

    Using FFMPEG I am able to draw a line using this code

    ffmpeg -i video.mp4 -vf drawbox=w=10:h=10:color=pink:t=fill output.mp4

    I, however want to alter the width of the line to be equal to "Total number of frames divided by the current frame"

    I am using this code

    ffmpeg -i video.mp4 -vf drawbox=w="%{frame_num/120}":h=10:color=pink:t=fill output.mp4

    which is giving me this error

    [Eval @ 00000072037fe4f0] Undefined constant or missing ’(’ in ’%frame_num/120

    I have also tried the code below which is also not giving me what I want.

    ffmpeg -i video.mp4 -vf drawbox=w='text=%{frame_num/120}':h=10:color=pink:t=fill output.mp4

    How do I go about this. Specifically how to set the width of the box to be equal to the number of the current frame

  • Revision 219f645b2d : Add tune-content command line option Change-Id : I3793b54ad432e46bcdb2dcc7adc0e1

    6 août 2014, par Alex Converse

    Changed Paths :
     Modify /vpxenc.c



    Add tune-content command line option

    Change-Id : I3793b54ad432e46bcdb2dcc7adc0e15fa6deec47