
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 (37)
-
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 (6481)
-
fastest ways of cropping a fixed size image into 9 fixed size crops
18 septembre 2022, par bit_scientistI have thousands of images in a folder and I need to crop each image(3840x2160) into 9 crops (1280x720) with the fastest way possible. The cropped images should preserve all the details of the original image as it may contain small objects of interest. I found that
image_slicer
does the job, but not sure about its speed.

from image_slicer import slice
slice('cake.png', 9)



I also looked at PIL (image_slicer uses it), Imagemagick and some other similar libraries, but was not able to evaluate their speed. Maybe ffmpeg has some line command to achieve my goal.


Eventually, I need a Windows executable file where a user inserts a full path to images and gets cropped images for each image in the new folder.


-
Moviepy write video file takes too long
14 octobre 2020, par soroushamdgThere's 90 minutes video that I want to add sound to it, the writing sound process takes 3 minutes and that's ok, but when it wants to finally write video file, it estimates about 60 hours !
here's my code :


# some audio and video clips already defined before these parts.

mixed_audio=CompositeAudioClip(audios)

mixed_video = CompositeVideoClip(videos)

mixed_video.audio = mixed_audio

mixed_video.write_videofile('multiple_audio_videos.mp4',threads=120)



What should I do to make it faster ? Should I decrease Audio and Video fps ? How ?


-
Removed use of $.live().
29 novembre 2012, par jackmoorem colorbox/jquery.colorbox.js Removed use of $.live().