Recherche avancée

Médias (2)

Mot : - Tags -/rotation

Autres articles (54)

  • 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

  • Publier sur MédiaSpip

    13 juin 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

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7894)

  • aacps : correct opdipd code to match spec

    29 mars 2013, par Michael Niedermayer

    aacps : correct opdipd code to match spec

  • lavfi/gradfun : remove rounding to match C and SSE code.

    7 décembre 2012, par Clément Bœsch

    lavfi/gradfun : remove rounding to match C and SSE code.

  • Why Video and Audio Don't Match ?

    19 août 2021, par Ohpy

    there is an ffmpeg code.

    


    fmpeg -i "1.mp4" -vf "zoompan=z='if(lte(mod(time,4.99),2.03),4,0)':d=1:x=iw/2-(iw/zoom/2):y=ih/2-(ih/zoom/2):fps=23.98" -af "firequalizer=gain_entry='entry(0,-23);entry(250,-1100.5);entry(1000,0);entry(4000,1);entry(16000,16)'" -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


    


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

    


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

    


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

    


    Can you help me ?