Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (98)

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (8889)

  • hevc : properly handle no_rasl_output_flag when removing pictures from the DPB

    12 septembre 2015, par Hendrik Leppkes
    hevc : properly handle no_rasl_output_flag when removing pictures from the DPB
    

    Fixes ticket #4185.

    Reviewed-By : Mickael Raulet <Mickael.Raulet@insa-rennes.fr>
    Signed-off-by : Hendrik Leppkes <h.leppkes@gmail.com>

    • [DH] libavcodec/hevc.c
    • [DH] libavcodec/hevc.h
    • [DH] libavcodec/hevc_refs.c
  • fftools/ffmpeg : refactor disabling decoder threading for attached pictures

    17 janvier 2024, par Anton Khirnov
    fftools/ffmpeg : refactor disabling decoder threading for attached pictures
    

    * as this decision is based on demuxing information, move it from the
    decoder to the demuxer
    * as the issue being addressed is latency added by frame threading, we
    only need to disable frame threading, not all threading

    • [DH] fftools/ffmpeg_dec.c
    • [DH] fftools/ffmpeg_demux.c
  • How to combine pictures with an audio into a video by ffmpeg ? [duplicate]

    3 septembre 2019, par Saeron Meng

    I recorded my voice for a powerpoint (or a bunch of pictures). Now I have all materials and a list of starttimes and endtimes of each picture, but I don’t know how I should use the command line to apply ffmpeg so as to combine those to a video.

    I have searched on the Internet, some of the websites tell me to create a txt file containing the starttime and endtime of each picture and use the concat option of ffmpeg. But I don’t know how to write the txt and achieve it.

    Previously, I have an xml file containing starttimes and endtimes, to indicate my pictures :

    <page title="1" height="540" width="960" starttimestamp="794.852" speedup="true" step="65535" stoptimestamp="1008.887" loc="hls/128345566_0.png"></page>
    <page title="2" height="540" width="960" starttimestamp="1008.887" speedup="false" step="0" stoptimestamp="1078.888" loc="hls/128345566_1.png"></page>
    <page title="3" height="540" width="960" starttimestamp="1078.888" speedup="false" step="0" stoptimestamp="1081.206" loc="hls/128345566_2.png"></page>

    How to write the concat list and apply ffmpeg ? (just format will be okay)