
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (61)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela. -
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 -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (7754)
-
How to get frame number given a timestamp using ffmpeg
1er décembre 2023, par BartoszHow can I get the frame number closest to a given time (relative to the start of the video) using ffmpeg ? The video has variable frame rate. I do not need any other metadata or the actual frame (image) itself. Speed is more important than precision (unless the possible error is more than a couple of seconds).


Example :


Input


- 

- video.mp4 (assuming ideal constant 30 fps for simplicity)
- 00:00:05 (HH:MM:SS)






Output


- 

- 150




-
Anomalie #2379 (Fermé) : sql_updateq() et base externe / problème de description_table() [+mini-pa...
24 octobre 2011, par cedric -Déjà intégré dans SPIP 3.0. Je ne suis pas pour patcher en version 2.1, car pour être correct, il faut que la vrai description soit prioritaire sur les globales dans la fonction description_table, et cela risque d’avoir des effets de bords indésirables sur la branche (...)
-
avformat_open_input returns -2 (Android)
13 octobre 2020, par IveliusI'm using this FFMPEG port for Android.
My Goal is to read RTSP stream eventually.



I can open a stream from a local file (located at "/storage/emulated/0/bunny.mp4") ,
using *avformat_open_input* function.



However when I try to open the same file from remote location like *"http_ ://192.168.1.183/bunny.mp4*" , it returns error -2 .



The whole cpp code is here.



Any ideas ?