
Recherche avancée
Médias (3)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
Autres articles (58)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains 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, parPré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 ) (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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
Sur d’autres sites (7507)
-
Revision 3609 : Une vignette avec mini logo et affichage du type également dans la ...
15 juin 2010, par kent1 — LogUne vignette avec mini logo et affichage du type également dans la navigation Correction d’erreur html
-
Anomalie #2234 (Fermé) : Logo de l’auteur
20 août 2011, par cedric -Appliqué par commit r18352.
-
How to add FFMPEG GPU Logo
30 mars 2022, par HD TVI just couldn't do it. Is the problem with the Filter ?


This is the command I am trying to run :


ffmpeg -hwaccel_device 1 -hwaccel cuda -hwaccel_output_format cuda -f concat -safe 0 -stream_loop -1 -i /media/mylist.txt -i /logo.png -filter_complex "overlay=x=main_w*0.01:y=main_h-overlay_h-(main_h*0.01)" -c:a aac -c:v h264_nvenc -pix_fmt yuv420p -preset fast -tune hq -r 25 -b:v 3M -f flv rtmp://127.0.0.1:1935/live/mystream


This is the output I am getting :


Input #1, png_pipe, from '/logo.png':
Duration: N/A, bitrate: N/A
Stream #1:0: Video: png, rgba(pc), 130x66 [SAR 2834:2834 DAR 65:33], 25 fps, 25 tbr, 25 tbn
Codec AVOption tune (The metric that the encoder tunes for. Automatically chosen by the encoder by default) specified for output
file #0 (rtmp://127.0.0.1:25462/live/mystream) has not been used for
any stream. The most likely reason is either wrong type (e.g. a video
option with no video streams) or that it is a private option of some
encoder which was not actually used for any stream.
Stream mapping:
Stream #0:0 (h264) -> overlay (graph 0)
Stream #1:0 (png) -> overlay (graph 0)
overlay:default (graph 0) -> Stream #0:0 (h264_nvenc)
Stream #0:1 -> #0:1 (ac3 (native) -> aac (native))
Press [q] to stop, [?] for help
Impossible to convert between the formats supported by the filter 'graph 0 input from stream 0:0' and the filter 'auto_scale_0'
Error reinitializing filters!
Failed to inject frame into filter network: Function not implemented
Error while processing the decoded data for stream #1:0
[aac @ 0x562ac3287f80] Qavg: 481.281
[aac @ 0x562ac3287f80] 2 frames left in the queue on closing
Conversion failed!