
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (40)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (6270)
-
ffmpeg Fade-in stuck at first frame
14 janvier 2017, par Pradeep VaradharajanI am trying to apply a fade-in effect at the start of a video and a fade-out effect at the end of a video.
The fade-out effect works as I expect. However the fade-in doesn’t. I am noticing that at the starting, when the video is supposed to be black before fading in, the initial frame shows up vaguely and is stuck till the fade duration ends. The Audio fade-in seems to work correctly however.
ffmpeg -i infile.mp4 -strict experimental -y -vf "fade=t=out:st=28:d=2, fade=t=in:st=2:d=2" -af "afade=t=out:st=28:d=2, afade=t=in:st=2:d=2" fade_in.mp4
Can someone please help me understand what I am doing wrong here ?
According to ffmpeg documentation for this filter, the below example is supposed to make the first 5.5 seconds black, then fade in for 0.5 seconds :
fade=t=in:st=5.5:d=0.5
-
how to set effect on video in android programmatically ?
12 mai 2016, par Mayank SugandhiI have video which is save in sdcard, now i want to apply the effect like black and white and etc. it’s functionality like editing in video which is already in photo editor or video editor applications.
now i want to that functionality in android programmatically ? when user choose black and white color in option then it should be response very quickly and change the effect of our video and save it sdcard.
i have find some solution for this like,
https://github.com/krazykira/VidEffects
but it has not save functionality of video and if i go through in
"FFMPEG" library then it is not responding very quickly ?how can i change the effect of video and save this video in sdcard ?
Thank You
-
how to set effect on video in android programmatically ?
23 août 2017, par Mayank SugandhiI have video which is save in sdcard, now i want to apply the effect like black and white and etc. it’s functionality like editing in video which is already in photo editor or video editor applications.
now i want to that functionality in android programmatically ? when user choose black and white color in option then it should be response very quickly and change the effect of our video and save it sdcard.
i have find some solution for this like,
https://github.com/krazykira/VidEffects
but it has not save functionality of video and if i go through in
"FFMPEG" library then it is not responding very quickly ?how can i change the effect of video and save this video in sdcard ?
Thank You