
Recherche avancée
Autres articles (80)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (9155)
-
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 ?


-
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 :



-
Creating App from Terminal code
11 août 2014, par user3084141Good evening,
I want to create an app that demuxes Audio from a Videofile with ffmpeg,that uses the following Terminal-code"ffmpeg location" -i "Source.file (Video.mp4)" -vn -ss "time" -t "sec" -acodec copy "Destination.file ("Audio.m4a")"
I couldn’t find a ffmpeg gui for OSX that would let me do that.
The Programm should ask for a Source file, a destination, start time and length.
ffmpeg could be integrated or specified.Maybe it’s easier to Automate a Service.
I’m sorry the I don’t have any experience on mac and automating Terminal commands.
I have to start from 0 only a little bit visual basic experience.