
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (72)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (6953)
-
How can i split a video file in C# ?
19 février 2015, par fthymnI’m using c# on vs2012.
I wanna split to video file for a custom time arrange.
For Example ; my video file length 30 minutes and i want to watching just selection time arrange. (like between 10th second and 45th second.)I dont want to physical new file.
My steps for what am i doing :)
1- Select Source Video File.
2- I must learn source video time length.
3- I use rangetrackbar control user select time arrange.
4- User click play then selected time arrange scenes played.Is it possible ?
-
Php ffmpeg tranfer mp4 from another site
2 février 2014, par user3262579I want to transfer videos my hosting in my server from another websites.
I have installed ffmpeg in my server. how can i transfer mp4's on php ?Example : http://anothersite.com/video12465123.mp4
I wanna transfer this mp4 like that
-
How to parse ffmpeg errors programatically (C++)
16 juillet 2021, par Greg HI am just wondering if there is a way to receive status and error information from ffmpeg for an active stream, in C++. I'd like to be able to monitor what's going on with an encoded or decoded stream and react accordingly to errors that might be seen. Something with status/error codes would be great, but if there are certain keywords that could be keyed on to make dynamic decisions that would be ok too.


A use case for me is on the ffmpeg decoder end of a stream, I sometimes see that the decoder seems to get confused if the encoding end changes its output settings in real time. Certain changes don't seen to be seen properly by the decoder and the output can become unviewable. On the decoder, maybe there would be some errors that could be processed in C++ to indicate that I should reset the decoder.


I saw a repo in GitHub that had to do with error processing but not sure how robust that is. Any recommendations ?


Thanks