Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (101)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (9174)

  • ffmpeg : How to split into smaller segments & repeat last frames ?

    25 juillet 2021, par Mehmed

    I want to split the input into smaller mpeg2video mxf segments ,but I have to copy the last minutes of each segment to the first of next segment , like this :

    


    enter image description here

    


    I can split it using Segment Muxer & -segment_time 00:00:10 and know about repeat frames using loop filter , but have no any idea how combine Segment
and loop filter to repeat/copy last minutes of each segment to the next segment while splitting.

    


    I tried the following command with no success :

    


    ffmpeg -i input -vcodec mpeg2video -vf loop=loop=1:size=25:start=225 -f segment -segment_time 00:00:10 output


    


    Is it possible by a FFmpeg command ? How ?

    


  • avcodec/dvbsubdec : Split save_subtitle_set() out

    14 juin 2014, par Anshul Maheshwari
    avcodec/dvbsubdec : Split save_subtitle_set() out
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dvbsubdec.c
  • avcodec/pgssubdec : split out flush_cache()

    18 juin 2014, par John Stebbins
    avcodec/pgssubdec : split out flush_cache()
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pgssubdec.c