
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (39)
-
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 (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs
Sur d’autres sites (6523)
-
Increase processing speed FFmpeg
12 juillet 2018, par Yarik DenisykI try to scale video from a gallery using FFmpeg library on android.
I am using the following command :val command = arrayOf("-i", background, "-vf", "scale=$width :$height", out)
But for it`s very slow. For the video 10 sec, I need to wait around one minute.
My video resolution 2160x3840
As I understand now FFmpeg uses CPU for processing. Do have some way to use GPU or make it process faster ? -
Speed up audio by time and not by percentage
1er août 2018, par KulcanhezIs it possible to speed up audio by time and not by percentage ? I have thousands of audios and I need all of them to be 1 minute. I already searched but I haven’t found anything. Thank you !
-
FFMPEG record http video stream with normal speed
6 mai 2023, par user3119509I'm recording an http stream from my IP Camera (TPLINK NC200), using this command :



ffmpeg -i http://admin:YWRtaW4=@192.168.0.18:8080/stream/getvideo -t 30 -acodec copy -vcodec copy abc.mp4




As you can see , the video length is set to 30 seconds ( -t option ) . But it takes about 1 minute 30 seconds to record , and the video speed is very high ( the camera recording a stopwatch and a 30-second video recorded the timer to 1 minute and 11 seconds ).



Is there some ffmpeg option to get a normal speed video ? Or the problem is the camera configuration ?