
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (16)
-
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 -
Menus personnalisés
14 novembre 2010, parMediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
Menus créés à l’initialisation du site
Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (4854)
-
FFMPEG Command Execution using libffmpeg.so file
27 février 2014, par Sanket990How to Execute FFmpeg command using libffmpeg.so file ? Vec.io site using generating .so file but i don't know how to execute ffmpeg command using libffmpeg.so file
Please give hint or steps how to execute in android
Thanks in advance -
Extract the 0th frame of every second on a live video
14 avril 2020, par geo-freakI have a command to extract the zero-th frame of every second. I got the command from here.



ffmpeg -i input.ts -vf "select=between(mod(n\, 25)\, 0\, 0), setpts=N/24/TB" output-%04d.png




But when I run the above command on live feed, it is extracting more than 100000 frames. The above command is not working on a live recording. Can anyone suggest or help me to extract the very first frame on a live recording ? Thanks in advance.



P.S : For my testing I am running the above command on a tcr video.


-
divx to mp4 converted videos using avconv are not playing with jwplayer in Firefox
30 mai 2014, par SureshI am trying to convert all format videos to mp4 using libav library. I am using the following command to convert any format to mp4 i.e
"avconv -i input -s 1024x768 -strict 2 -c:v libx264 -c:a copy -f mp4 output.mp4" and it is working fine in chrome and IE where as not working in Firefox and safari.
You can find the issue here https://ppe.maventus.com/player.php?v=721
Note : avi to mp4 is working in all browsers.
Any help to fix this would be much appreciated.
Thanks in advance,
Suresh