Advanced search

Medias (0)

Tag: - Tags -/objet éditorial

No media matches your criterion on the site.

Other articles (81)

  • Modifier la date de publication

    21 June 2013, by

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

  • Le profil des utilisateurs

    12 April 2011, by

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 November 2010, by

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

On other websites (12521)

  • Using libav without command line?

    15 December 2012, by 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 August 2019, by 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 August 2014, by Alex Converse

    Changed Paths:
     Modify /vpxenc.c



    Add tune-content command line option

    Change-Id: I3793b54ad432e46bcdb2dcc7adc0e15fa6deec47