Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (68)

  • 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 ;

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Ecrire une actualité

    21 juin 2013, par

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

Sur d’autres sites (8333)

  • doc/examples : Always open files as "binary", not "text".

    25 juin 2020, par Carl Eugen Hoyos
    doc/examples : Always open files as "binary", not "text".
    

    Fixes ticket #8638.

    • [DH] doc/examples/decode_video.c
    • [DH] doc/examples/hw_decode.c
  • Ffmpeg : Move a slider "image" over a "background" from 0% to 100% in sync with the audio

    7 février 2014, par Znuff

    I'm trying to create a video using the follwing code :

    `$`ffmpeg -loop 1 -r 5 -i video.png -r 5 -i progress.png -filter_complex "overlay=x='if(gte(t,0), -W+(t)*5, NAN)':y=H-h" -i video.mp3 -acodec copy video.mp4

    I have the following files

    • video.png http://i.imgur.com/pmwnaLV.png
      • this is a 1280x720 px still frame that is simply a background with a waveform of the video.mp3 file
    • progress.png http://i.imgur.com/qXltKR2.png
      • this is simply a 1280x100 px semi-transparent image that should simulate an animation (from from 0 to 100% of the width of the video.png file, in order to simulate "fill up" animation.

    My issues are as following :

    • The video is not in sync with the audio. The progress bar is way off, instead of finishing at the end of the song, it just keeps going on and on and on and on...
    • Also... it just keeps going on and on ! I left it create a 1 hour video and it never stopped.

    I know I'm missing something in the filter, but I have no idea how I could fix it.

    Could someone lend me some help ?

  • FFMPEG - Difference between "-ab" and "-b:a"

    5 juin 2018, par Playa

    As far as i know both Commandline Args change the Audio Bitrate, but ime not exactly sure because i have also seen them in combination.
    Basically i couldn’t find any Documentation that explains both of these Commands. It could also be that -ab got replaced with -b:a but ime not exactly sure.

    TY