
Recherche avancée
Autres articles (39)
-
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 -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7090)
-
How to get the exact encoding time using compiled ffmpeg library
6 mars 2020, par MSD PaulI have configured and compiled the ffmpeg source to enable hardware-accelerated encoding (h264_omx) on raspberry pi 4B.
Can anyone plz tell me how to get the exact encoding time from the script ? can anyone point out which function or API call inside the ffmpeg code is responsible for hardware-accelerated encoding ?
-
Crop video random with time variables (t) with ffmpeg ?
1er novembre 2019, par rinofcanI want to crop video with x and y coordinates that change with time (t) or frame (n). Which mathematical expression should I use
I used :
crop=in_w/2:in_h/2 :(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10) :(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)"
but it only changes diagonally
-
ffplay : use seek per time for ogg by default
31 mars 2013, par Michael Niedermayerffplay : use seek per time for ogg by default