
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (58)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 ;
-
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 (8717)
-
Insert picture into an mp4 video, probably using ffmpeg
16 février 2019, par vivanovI need to insert an image into a video of mp4 format. The image has smaller dimensions than the video, will appear after the video starts, say, after a minute and a half at certain x, y coordinates of the video frame, will stay on (full opacity) for some time and then will disappear before the video finishes.
It would also be good if the image "fades in" / "fades out" when appearing / disappearing from the video.
I would like to do that using the latest ffmpeg 4.1.1, although I am also open in using other opensource programs that run under linux if it would be achieved easier.
I have the
ffmpeg
build with--enable-gpl --enable-libx264 --enable-libvpx
if this may help.Thank you for your help !
-
FFmpeg Concatenate a portion of the files
26 avril 2015, par Ziad HalabiI am using FFmpeg in order to mix wav files on Android. I am able to concatenate wav files by printing them to a list then run the command to concatenate them.
private void concatenate_wave_files(String path_list, String output_path){
String cmd_notes = "-f concat -i "+path_list+" -y "+output_path;
ffmpegCmd(cmd_notes);
}Is it possible to concatenate a portion of the files, for example if I have 2 wav files f1 and f2. And I want to get as a result a concatenation of half of f1 and f2 ?
-
avformat/nut : support planar rgb
9 août 2013, par Michael Niedermayer