
Recherche avancée
Autres articles (45)
-
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (6424)
-
Python source code to convert all videos of .avi to .mp4 at a time
4 juin 2018, par vikash tiwariI want to convert nearly 900 videos from .avi to .mp4 . I am currently using ffmpeg to convert a video but this is taking a lot time as i have to manually enter each file name after one step . I m new to python . So is there a way to write a python code that could take all the videos of .avi format from a directory and convert them into .mp4 and store them into a specified directory ? Any help would be highly appreciated .
Right now i m using this command from my window command prompt to convert the files .
ffmpeg -i output.avi -codec copy output.mp4The code i came up with to do this at a time is :
for i in .avi ; do
ffmpeg -i "$i" -codec copy "$i%..mp4"
done
But it is showing error in my window terminal -
stream videos in html page from different servers [on hold]
24 février 2016, par AiraI`m very new in programming(to be honest, I just know HTML !). So, maybe my question is little basic.
I want to stream 3 differents videos in my HTML page. I know how to stream video from file or URL link in a HTML.The scenario is : I have Ubuntu server(I just know the IP of servers) and I want to stream a video from server1(with its specific IP) and Server2 and so on..So How can I do that ? or just help me to find a tutorial for this issue.
Another question is, is that possible to run bash file in the html ? is there any specific script for it ? I want to write bash file into the servers to do some ffmpeg command, like mixing to videos and then put the result in another folder.I mean, when end user clicking on the bottom then request enable bash file on the server.I really appreciate your help
-
ffmepg concat videos is blocking in a frame
5 septembre 2020, par عليلو احمدI am using this command to concatinate videos and audio in one single video :


subprocess.run("ffmpeg -stream_loop -1 -f concat -i input.txt -i "+audioPath+" -map 0:v -map 1:a -c:v libx264 -crf 29 -preset slower -shortest -movflags +faststart output.mp4")



And i'm facing a problem, the video sometimes stack in a frame, see Example