
Recherche avancée
Médias (3)
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (18)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Contribute to documentation
13 avril 2011Documentation is vital to the development of improved technical capabilities.
MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
To contribute, register to the project users’ mailing (...) -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (4430)
-
How add watermark on ts video ?
22 août 2020, par r_astapovHow add watermark on ts video ?
After adding a watermark to the video (ts format) using the command below, output video (ts format too) does not playing in the browser
What could be the reason for this ?


ffmpeg -i input.ts -i logo.png -filter_complex overlay=790:40 -codec:v libx264 -crf 18 -preset superfast -pix_fmt yuv420p -c:a aac -strict -2 -y output.ts



-
ffmpeg how add gif image as watermark with live video streaming rtmp [duplicate]
20 août 2020, par Master. netthis my command before add gif image


ffmpeg -re -i /root/video.mp4 -acodec copy -vcodec copy -f flv rtmp://mydomain.com:2444/stream/play



and when i add gif as watermark in the command like that appear error


ffmpeg -re -i /root/video.mp4 -ignore_loop 0 -i /root/img.gif -filter_complex "overlay=10:10" -acodec copy -vcodec copy -f flv rtmp://mydomain.com:2444/stream/play



Error is :
Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be used together.


can any one help and put example to my command ?


Thank you


-
How to add watermark as gif and text on video using ffmpeg
3 février 2021, par user1872811i am trying to add gif and text on video using ffmpeg somewhat similar to tiktok.
want it to be like tiktok ie on top right gif and text and after sometime left bottom same gif and text on the video.