
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 (94)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (16309)
-
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