
Recherche avancée
Autres articles (83)
-
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Problèmes fréquents
10 mars 2010, parPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (13726)
-
ffmpeg can not use Android LTE ?
26 février 2018, par 심상원I am using ffmpeg version 3.3.6 to develop an app that displays images of IP cameras on Android.
The code to process receiving the video is completed. The development environment to date is in the same wifi environment as the camera.
However, if you attempt to connect to the camera with the same code in the LTE environment, the
av_read_frame
will terminate with an immediate exit requested error message.What is the reason for LTE error ?
-
ffmpeg how to crop and scale at the same time ?
13 décembre 2018, par Mitchell FaasI’m trying to convert a video with black bars, to one without and if the source is 4k, I want the video to be converted to 1080p
Now to do this, I’m using the following command :*
ffmpeg -i input ... -filter:v "crop=..." -filter:V "scale=1920:-1" ouput
But running this, I found that the end product still has said black bars and is 1920x1080 as opposed to the 1920x800 I’d expect.
What gives, why does this not work ?
* : Other settings have been left out for convenience.
-
Stop termux on battery low [closed]
9 août 2022, par Wouter van DamTL ;DR BELOW


I have a second phone who is converting some mkv files through ffmpeg in termux. But the phone can't get enough charging power from the charger because it uses to much power. So it state is always charging even if it isn't charging. No I want to run in termux a script that hits a kill command when the battery is low. So that it doesn't corrupt my files when shutting down because it just cant survive the night with my battery capacity. Any ideas of achieving this ?


TL ;DR
How to run a termux command or script async with a event or looping function so that it kills the process when battery power is low.