
Recherche avancée
Autres articles (74)
-
Gestion de la ferme
2 mars 2010, parLa ferme est gérée dans son ensemble par des "super admins".
Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
Dans un premier temps il utilise le plugin "Gestion de mutualisation" -
Utilisation et configuration du script
19 janvier 2011, parInformations spécifiques à la distribution Debian
Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
Récupération du script
Le script d’installation peut être récupéré de deux manières différentes.
Via svn en utilisant la commande pour récupérer le code source à jour :
svn co (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (9646)
-
FFMpeg installation in Ubuntu 12.04 and using it in PHP-FFMpeg
16 mai 2015, par SohelAhmedMI have tried many many failed attempt to install FFMpeg in my Ubuntu 12.04.
I used following links : 1, 2, 3 and many others.Then I need to use it in PHP-FFMpeg
And Then I need to deploy in Linux based server. This is my requirement.But after much trying, I just downloaded static build through this link.
This helped me to successfully convert video and use FFMpeg through terminal in Ubuntu. But I cannot use it through PHP-FFMpeg library which I need to run. In docs of PHP-FFMpeg it is written
This library requires a working FFMpeg install. You will need both
FFMpeg and FFProbe binaries to use it. Be sure that these binaries can
be located with system PATH to get the benefit of the binary
detection, otherwise you should have to explicitely give the binaries
path on load.and I am not getting this.
-
How to include constrast+saturation filter after vidstabtransform ?
5 décembre 2019, par esdoublelefIn a previous question, I got help in fixing the code as stated below. However, I realize that my output file is slightly lower in contrast and saturation.
Is there any way to append a contrast+saturation filter to the output stabilized file ?
'" @For %%A In (*.mov)Do @(
ffmpeg -i "%%A" -vf vidstabdetect=shakiness=8:accuracy=15:stepsize=6:mincontrast=0.4:show=2 -y -an -f null -
ffmpeg -i "%%A" -vf vidstabtransform=smoothing=15:input="transforms.trf":interpol=linear:crop=black:zoom=0:optzoom=1,unsharp=5:5:0.8:3:3:0.4 -vcodec libx264 -tune film -y "%%~nAstabilized.mp4"
)
pause '" -
Is there a built-in audio preprocessing within Android OS ?
29 août 2022, par Larry luI am running a dev team to build an Android application the major feature is to record a user's voice and merge it into a long movie. It's a dub film application.


One struggle thing to my dev team is whether the Android OS pre-processes the recorded audio file. because we want the very original audio data from the built-in Microphone.
If there is a built-in pre-processing inside of Android OS that keeps updating some data of the recorded audio file, we want to know what is changed. We can't find any official post from Android speaking about it but would like to confirm from a professional.


Many thanks