
Recherche avancée
Autres articles (74)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (12998)
-
How to make transparent background of image after rotating using ffmpeg in Android ?
18 juin 2020, par Mit ShahThe issue I am facing is, rotating the image in app, it works as expected. But after saving the file, the difference is seen. The image is rotated but with black background instead of transparent. I have looked several places for solution but didn't succeed.



I have tried this things :



- 

- In command, c=none, c=black@, c=black@0, c=000000, c=0x000000
- With both extensions jpg and png.







But failed to get the required output.



For practical understanding, here are the two images stating Input and Output.



Help me out. Thanks



Input :




Output :



-
How to use the FFmpeg blackdetect filter for the following image
17 septembre 2021, par dinesh47I am using FFmpeg to find the blackdetect from a mp4 video file. but for some reasons file with very low light or poor background at night get detected as black frame For sample i have attached the frame which detected as black


My ffmpeg filter setting is "blackdetect=d=121:pix_th=0.00"


my file has a resolution of 1280*720 and frame rate of 30 which uses decoder format of 4:2:0 YUV



There are 2 Questions


1.Why the ffmpeg lib detects this as black frame ?


2.How to over come this ?


-
ffmpeg : does drawbox safely erase content of video ?
25 janvier 2023, par CrengutaI want to make a box completely unrecognizable in a video without any way of reconstructing its content. Is


ffmpeg -y -i input_video -vf "drawbox=x=10:y=10:w=100:h=100:color=black@1.0:t=fill" ouput_video



sufficient for that ?


The command creates a black box at the desired location. I am just not sure if this cannot be undone.