
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (106)
-
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (12385)
-
Use ffmpeg to apply blend overlay to the last PNG
28 août 2022, par GregoryI am currently overlaying a list of PNGS to generate a final PNG file with
ffmpeg
using the following command :

ffmpeg -i a1.png -i a2.png -i a3.png -i a4.png -i a5.png -i a6.png -y \
-filter_complex \
 [0:v][1:v]overlay=format=auto[v1];\
 [v1][2:v]overlay=format=auto[v2];\
 [v2][3:v]overlay=format=auto[v3];\
 [v3][4:v]overlay=format=auto[v4];\
 [v4][5:v]overlay=format=auto,split[s0][s1];\
 [s0]palettegen[p];\
 [s1][p]paletteuse[f1] \
-map [f1] out/assets/1.webp



Now, I would like to apply a
blend=all_mode='overlay'
to the last PNG (a6.png). I tried the command below but throwing an error. Any idea what i'm doing wrong ?

ffmpeg -i a1.png -i a2.png -i a3.png -i a4.png -i a5.png -i a6.png -y \
-filter_complex \
 [0:v][1:v]overlay=format=auto[v1];\
 [v1][2:v]overlay=format=auto[v2];\
 [v2][3:v]overlay=format=auto[v3];\
 [v3][4:v]overlay=format=auto[v4];\
 [v4][5:v]overlay=format=auto[v5];\
 [v4][v5]blend=all_mode='overlay'[vv5];\
 [vv5]split[s0][s1];\
 [s0]palettegen[p];\
 [s1][p]paletteuse[f1] \
-map [f1] out/assets/1.webp



Error: ffmpeg exited with code 1: Stream specifier 'v4' in filtergraph description



Thank You


-
doc/filters.texi : add another lut2 example
31 juillet 2017, par Paul B Mahol -
ffmpeg : apply misc cosmetics fixes in the filtergraph event processing code
24 septembre 2011, par Stefano Sabatiniffmpeg : apply misc cosmetics fixes in the filtergraph event processing code