
Recherche avancée
Médias (1)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
Autres articles (98)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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 (10153)
-
FFMPEG split video is not working properly
12 juillet 2018, par user6250770I am trying to split video then into frames. I am passing starting time and ending time dynamically.
for ex :
ffmpeg -i /Users/mypc/Documents/Avatar/input.mp4 -ss 00:00:39.799 -t 00:00:42.039 /Users/mypc/Downloads/testing/output.mp4
It should cut the video from 39th second to 42 second. Approximately 3 seconds. But, it’s splitting more than 3 seconds. I am stuck why it’s behaving like that.
Am i missing something in my command or anything ?
Please suggest
Screen shot of my terminal attached :
-
FFmpeg works on command line but not working on PHP script [on hold]
6 août 2014, par burakcakirelHere is the screenshot to compare the results of command line output and PHP script output.
http://screencast.com/t/e8Cdmr6aQ
It works when ffmpeg command runs on command line, but it doesn’t work when using
exec()
command in php script. Any solution ?Also, the following screenshot shows that all about ffmpeg on the server :
http://screencast.com/t/N9TnOORJkx
I’ve tried
/opt/mct/bin/ffmpeg and /usr/local/bin/ffmpeg.
Nothing works on php script.safe_mode => OFF
FFmpeg paths => 755EDIT : FFmpeg command already exists in the screenshot. Anyway here are the commands which none of them don’t work :
/root/bin/ffmpeg -y -i Intro1.mp4 -strict -2 -s 640x480 Intro1_mp4.mp4 2>&1
/opt/mct/bin/ffmpeg -y -i Intro1.mp4 -strict -2 -s 640x480 Intro1_mp4.mp4 2>&1
/usr/local/bin/ffmpeg -y -i Intro1.mp4 -strict -2 -s 640x480 Intro1_mp4.mp4 2>&1 -
multicast traffic not working in ffmpeg
7 août 2014, par Andyeth0 - wan
eth1 - lan (ip 192.168.168.192)root@rubin:~/bin# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
default leased-tw.letec 0.0.0.0 UG 0 0 0 eth0
192.168.168.0 * 255.255.255.0 U 0 0 0 eth1
190.232.65.64 * 255.255.255.224 U 0 0 0 eth0
224.0.0.0 * 255.0.0.0 U 0 0 0 eth1I see the traffic
tcpdump -i eth1 | grep 1234IP 192.168.168.191.51089 > 233.33.33.10.1234: UDP, length 1316
IP 192.168.168.191.39052 > 233.33.33.4.1234: UDP, length 1316
IP 192.168.168.191.40050 > 233.33.33.7.1234: UDP, length 1316
IP 192.168.168.191.42225 > 233.33.33.3.1234: UDP, length 1316
IP 192.168.168.191.55896 > 233.33.33.2.1234: UDP, length 1316
IP 192.168.168.191.41452 > 233.33.33.9.1234: UDP, length 1316
IP 192.168.168.191.51089 > 233.33.33.10.1234: UDP, length 1316
192.168.168.191.39370 > 233.33.33.1.1234: UDP, length 1316
192.168.168.191.38962 > 233.33.33.5.1234: UDP, length 1316but ffmpeg doesnt see the traffic...