Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (57)

  • 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

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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (10383)

  • libavformat/segment : change segment_list_size behavior to match hls_list_size behavior.

    9 juillet 2014, par Simon Thelen
    libavformat/segment : change segment_list_size behavior to match hls_list_size behavior.
    

    Make the segment muxer keep segment_list_size segments instead of
    segment_list_size + 1 segments. This patch also changes the
    documentation for segment_list_size to reduce possible confusion over
    how many segments are kept.

    this allows the segment list to
    be limited to containing only one segment which used to be impossible
    because a segment_list_size of 0 kept all the segments and a
    segment_list_size of 1 kept 2 segments.

    Signed-off-by : Simon Thelen <ffmpeg-dev@c-14.de>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] doc/muxers.texi
    • [DH] libavformat/segment.c
  • ffmpeg showing wrong frame number on drawtext output

    24 février 2024, par Ricardo Bohner

    I'm using the following command to save each frame as picture with the frame number printed on it :

    &#xA;

    ffmpeg -i input.mp4 -vf "drawtext=text=&#x27;%{n}&#x27;:fontsize=72:fontcolor=white:borderw=3:bordercolor=black" -fps_mode vfr "pics\%5d.jpg"&#xA;

    &#xA;

    It seems to have worked out ok, but when I go throught the pictures about at frame 930 the framecount simply restarts back to 0 and goes counting on from there again. I have tried to regenerate pts option -fflags +genpts to no avail. Any ideas ?

    &#xA;

  • ffmpeg gives an error :At least one output file must be specified

    24 août 2021, par Hrushikesh Reddy
    &#xA;ffmpeg -i video.mp4 -i japanese.aac -i english.aac -i hindi.aac &#xA;-c:v copy -c:a copy &#xA;-map 0:v:0 -map 1:a:0 -map 2:a:0 -map 3:a:0 OUTPUT_FILE.mp4&#xA;

    &#xA;

    I tried to add multiple languages to a video in ffmpeg it gives an error :At least one output file must be specified

    &#xA;