
Recherche avancée
Autres articles (104)
-
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
-
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
MediaSPIP Init et Diogène : types de publications de MediaSPIP
11 novembre 2010, parÀ l’installation d’un site MediaSPIP, le plugin MediaSPIP Init réalise certaines opérations dont la principale consiste à créer quatre rubriques principales dans le site et de créer cinq templates de formulaire pour Diogène.
Ces quatre rubriques principales (aussi appelées secteurs) sont : Medias ; Sites ; Editos ; Actualités ;
Pour chacune de ces rubriques est créé un template de formulaire spécifique éponyme. Pour la rubrique "Medias" un second template "catégorie" est créé permettant d’ajouter (...)
Sur d’autres sites (13384)
-
C# - Animated text in video
5 juillet 2016, par Nabeel ZafarI have a video and I want to add text on it on certain time and with certain animations.
I just need to know the method to do this or just the technology name (some tips would be great).
So far I found the FFMPEG library, it is very good for many video related stuff but not for animating text in video. I also tried many nuget libraries but could not get anything related.
Text animations I need includes fade, bounce,movement ,flip
ANY kind of help will really be appreciated.
-
Combining videos with ffmpeg using crossfades and plain cuts
9 mars 2016, par ZachI am writing a script to combine/slice arbitrary video files from S3 into one output video. So far, I am doing this by first trimming the videos to their proper length using
ffmpeg -i input-X.mp4 -ss start -t duration slice-X.mp4
and recombining the resultant slices with the ffmpegconcat
filter.I want to be able to crossfade and cut between videos.
concat
does not support transitions. What is the best way to combine videos with crossfades and cuts on the Linux command line ? Is ffmpeg the best tool for the job ?My question is similar to "How do you create a crossfade transition between multiple videos in FFMPEG ?" but I do not necessarily need to use ffmpeg. Also, I want to be able to fade in between some slices and cut between others.
-
avcodec/flac : Move decoder+parser stuff into a new header, flac_parse.h
28 août 2022, par Andreas Rheinhardtavcodec/flac : Move decoder+parser stuff into a new header, flac_parse.h
(The FLAC parser currently ignores the streaminfo block ;
therefore some of this is decoder-only. Given that the FLAC
parser should probably use the streaminfo block, this stuff
is moved to flac_parse.h.)Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>