
Recherche avancée
Autres articles (79)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (7076)
-
How to detect black screen at play time in ijkplayer ?
31 août 2019, par seaguestI am using ijkplayer,I am wondering if it is possible to know if current player is black screen at play time ?
because some old model mobiles do not support hard-decode and get black screen, I need to know this case then switch to soft-decode.
-
how to create a video from images with different time interval ? [duplicate]
30 mars 2018, par ImranThis question already has an answer here :
I have set of image in local storage. ex : img000,img001,img002....img044
I want, when img0014 then time interval 600millisecond and when imag030 then time interval 600millisecond and when imag044 then time interval 600millisecond
When I Use This Commend then create video without time interval
String[] cmd2="-r", "50", "-i", "/storage/emulated/0/Movies/pic/img%03d.jpg", "-c:v", "libx264", "-vf", "fps=25", "-pix_fmt", "yuv420p", video.mp4 ;please Help Me
-
Why android ffmpeg takes so long time to resize mp4 video from high resolution ?
1er septembre 2018, par Kasim RangwalaI’m resizing 30 sec long ( 59.98 MB) mp4 video with resolution of 1920 X 1080 to 1280 X 720 using following
ffmpeg
command in android.["-i", inputVideo!!.path, "-vf", "scale=720:1280", outputVideo.path, "-hide_banner"]
converted video output is very good ( 6.6MB). but,
ffmpeg
conversion take so much time. Is there any options available that I can reduce the conversion time ?update
If output format is other than
mp4
. it is fine but, conversion time must be reduce.Thanks.