
Recherche avancée
Autres articles (90)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Les vidéos
21 avril 2011, parComme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)
Sur d’autres sites (8377)
-
How to display image for particular time in a video using ffmpeg
14 février 2020, par Pratik BhingardeveI am trying to created a video from the sequence of images. But i have to display each image with different numbers of seconds. How to do this with FFMPEG.
Thanks in advance.
-
How to Transcoding and Streaming on the fly in HTTP using FFmpeg c#
7 juin 2017, par krishHere i tried with this command but not working
ffmpeg -i E:\TEST-VIDEOS\video.avi -c:a copy -c:v libx264 -vpre slow -f "http://localhost/video.mp4"
please help me for this problem, i am trying to find a solution for this one from last 20 days till now no proper result i get.
thanks in advance
-
How to encode vrf in ffmpeg ?
1er février 2017, par Srinivas 25I want to encode vrf by using FFMPEG in our video sharing site, where in we have a question that
How do we can achieve this with FFMPEG ?
What will be the best bit rate for 720P and 1080P web streaming videos ?
Note : We are dealing only with >=720P videos with <=2 min durationThanks in advance for your answer