
Recherche avancée
Autres articles (10)
-
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 -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (3940)
-
Mix original clip audio with audio of an overlay clip
28 octobre 2019, par Mr. MessyI have a video clip on which I want to add commentary videos (someone talking in a bubble).
I have 3 commentary videos I need to insert in specific times.The video rendering is working well, but I can’t seem to add the audio tracks.
I tried both amix and amerge, but I got the same issue.When I added "[0:1][2:1]amerge ;" I get the follwing :
and the process freezes.
The full ffmpeg command is as follows :
ffmpeg -y -i story.mp4
-loop 1 -i mask.png
-itsoffset 10 -i commentary1.mp4
-itsoffset 22 -i commentary2.mp4
-itsoffset 34 -i commentary3.mp4
-filter_complex "[0:v]scale=w=1/2*in_w:h=1/2*in_h[vid1],
[2:v]crop=w=480:h=480:x=0:y=120[vid2in],
[1:v]fifo[2af],[2af]alphaextract[alf2],[vid2in][alf2]alphamerge[vid2alf],
[vid2alf]format=yuva420p,fade=in:st=10:d=0.5:alpha=1,fade=out:st=22.7294:d=0.5:alpha=1[vid2fade],
[vid2fade]scale=w=-1:h=160[vid2],
[vid1][vid2]overlay=790:10:enable='between(t\,10,21)'[out2],
[3:v]crop=w=480:h=480:x=0:y=120[vid3in],
[1:v]fifo[3af],[3af]alphaextract[alf3],[vid3in][alf3]alphamerge[vid3alf],
[vid3alf]format=yuva420p,fade=in:st=22:d=0.5:alpha=1,fade=out:st=32.768733:d=0.5:alpha=1[vid3fade],
[vid3fade]scale=w=-1:h=160[vid3],
[out2][vid3]overlay=790:10:enable='between(t\,22,33)'[out3],
[4:v]crop=w=480:h=480:x=0:y=120[vid4in],
[1:v]fifo[4af],[4af]alphaextract[alf4],[vid4in][alf4]alphamerge[vid4alf],
[vid4alf]format=yuva420p,fade=in:st=34:d=0.5:alpha=1,fade=out:st=44.598189:d=0.5:alpha=1[vid4fade],
[vid4fade]scale=w=-1:h=160[vid4],
[out3][vid4]overlay=790:10:enable='between(t\,34,45)'[out4]"
-map [out4] -pix_fmt yuv420p -c:v libx264 -crf 18
final_video.mp4(mask.png is a circle on a transparent image that crops the video to a bubble)
Thank you for your help.
-
FFMPEG curtain effect slideshow from images
15 janvier 2020, par AttaI have bunch of images that i have to convert to slideshow with curtain effect. currently i am running this command that convert images to video.
ffmpeg -r 1/5 -i img%d.png -c:v libx264 -vf "fps=25,format=yuv420p" video.mp4
But how to achieve this kind of effect with ffmpeg. Image link Required result
I searched online but not found any solution. I have clue of alpha mask but no idea how to use it for such result.
-
RN CameraRoll gives uri as ph : //
30 septembre 2020, par Roman AdigezalovFaced such a problem, I get a video using CameraRoll in order to later transfer this file to FFMpeg, but the problem arises in the fact that the path to the file is on ios using the ph protocol. How to be in this situation ? How do I get real access to the file ?