Advanced search

Medias (1)

Tag: - Tags -/artwork

Other articles (90)

  • Ecrire une actualité

    21 June 2013, by

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Publier sur MédiaSpip

    13 June 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 April 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information: the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

On other websites (11257)

  • avcodec/nellymoserenc: update comment to match 5c805d69a49a1f32a7a8a1b16fb3d631d85ca56d

    15 November 2014, by Michael Niedermayer
    avcodec/nellymoserenc: update comment to match 5c805d69a49a1f32a7a8a1b16fb3d631d85ca56d
    

    Found-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
    Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/nellymoserenc.c
  • Why Video and Audio Don't Match?

    19 August 2021, by Ohpy

    there is an ffmpeg code.

    &#xA;

    fmpeg -i "1.mp4" -vf "zoompan=z=&#x27;if(lte(mod(time,4.99),2.03),4,0)&#x27;:d=1:x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):fps=23.98" -af "firequalizer=gain_entry=&#x27;entry(0,-23);entry(250,-1100.5);entry(1000,0);entry(4000,1);entry(16000,16)&#x27;" -metadata title="" -metadata artist="" -metadata album_artist="" -metadata album="" -metadata date="" -metadata track="" -metadata genre="" -metadata publisher="" -metadata encoded_by="" -metadata copyright="" -metadata composer="" -metadata performer="" -metadata TIT1="" -metadata TIT3="" -metadata disc="" -metadata TKEY="" -metadata TBPM="" -metadata language="eng" -metadata encoder="" -threads 0 -preset superfast 1OUT.mp4&#xA;

    &#xA;

    This code zooms in and out of the image in the video. It also changes the sound frequency.

    &#xA;

    When the process of the video is finished, the image in the video and the sound do not match.

    &#xA;

    For example, the sound that should be at the 10th second of the video is at the 15th second. How can I prevent this?

    &#xA;

    Can you help me?

    &#xA;

  • movenc: Change the track struct name to match the typedef

    2 June 2013, by Martin Storsjö
    movenc: Change the track struct name to match the typedef
    

    This makes the struct name (which isn’t used anywhere) match the
    name of the typedef, as for all the other structs declared in this
    header.

    Signed-off-by: Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/movenc.h