Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (104)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • 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 (11564)

  • Android FFMPEG slow

    22 juillet 2016, par Thommy

    I create a video with an overlay fading to merge this later with another video to get an overlayed video.
    Merging and co are working fine and fast, but creating the overlay-video with a fading picture is very slow (3 to 4 fps). Other operations like scaling run with 10 to 200 fps.
    Here is my ffmpeg command for creating the ovleray video.

    ../binary/ffmpeg -loop 1 -i ../overlay_0.png -t 21.534 -vf scale=1280:720,fade=in:st=21.034:d=0.05,fade=out:st=21.534:d=2.0 -pix_fmt rgba -vcodec png -threads 5 -preset ultrafast ../outfile.mp4

    Did I miss any commands to speed this up ?

  • Revision 15726 : Configuration des plugins, report de [15723], [15724] et [15725], plus ...

    1er juin 2010, par esj@… — Log

    Configuration des plugins, report de [15723], [15724] et [15725], plus [15168] pour le style et aussi [14975] déclenchant le debusqueur dans ecrire, qui n’avait pas été reporté. La page des plugins actifs est construite à présent à l’aide d’un mini-squelette prive/cfg.html qui auparavant se réduisait (...)

  • ffmpeg terminal : How can I re-encode a video file using all the parameters copied from another video ? [closed]

    5 décembre 2022, par Lever

    I have two videos A and B. How can I re-encode B using ALL the parameters of A ?
I would like to use both A and B as inputs, but all parameters are extracted from A, then B is re-encoded with the A-parameters including both video and audio. Is there a simple command to copy ALL the parameters of A ?

    


    Thanks !

    


    I know the typical parameters of a video includes the resolution, fps and so on. But it seems that I always miss something rather than get ALL the parameters to make A and B the same.

    


    The background is that I need to concatenate about 100 videos, but only a few of which has lower quality than others. I don't want to re-encode all of them. Therefore I'm trying to re-encode the lower ones to match the others, and then I can use the file-level concatenation command avoiding re-encode all of them.