
Recherche avancée
Autres articles (46)
-
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. -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (9199)
-
txd : Use the TextureDSP module for decoding
20 mai 2015, par Vittorio Giovaratxd : Use the TextureDSP module for decoding
Using the internal DXTC routines brings support for non multiple of 4
textures. A new test is added to cover this feature. Hashes differ
since the decoding algorithm is different, though no visual changes
have been spotted.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
-
Crop multiple images in Flutter
31 juillet 2020, par asoredI have multiple images in different resolutions in a folder. With ffmpeg I create a video from all of these.


My code


await _flutterFFmpeg.execute('-framerate 1 -pattern_type glob -i "$tempPath/*.jpg" $tempPath/$videoFileName.mov')



What I get is a video from all of my images. This works well. But : Many of my images are skewed. So I think I need to crop them. Or is there a function like CSS
background-size: cover
?

Or can I crop images with Dart before creating the video with
ffmpeg
?

Thanks for your helo !


-
FFMpeg Batch Image + Multiple Audio to video
23 juillet 2020, par PecoIm trying to do the following with FFMpeg I want to create multiple videos with one image and different audio files (music albums). These are my own albums so I have rights to do so before you ask. I have 100's of audio files to stick up on youtube.



Is there a way I can create this in batch so i can just load one image (album cover) and multiple audio files (the album tracks) and get videos to the tracks length automatically ?



Appreciate any help