
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (71)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (9778)
-
Python code for making multiple splits on silence of a video [closed]
15 janvier 2021, par Shikhar JaiswalI am trying to write a python code where I want to make multiple splits of a single mp4 file, on its silences. Basically a video should get be split into multiple sub-videos on its silence. Silence can be detected via srt file of that video or just detecting it in the video itself.


-
How to live stream a local video using FFmpeg [closed]
20 novembre 2022, par param trivediI have been trying to stream local video on VLC using the FFmpeg library like this :


$ ffmpeg -i sample.mp4 -v 0 -vcodec mpeg4 -f mpegts udp://127.0.0.1:23000



I have not been able to stream the file on VLC.


-
making screenshots from a wmv video with ffmpeg in linux [closed]
28 avril 2013, par Johnwhen I try to make screenshots from a wmv video it shows-
Error while decoding stream #0.1 - frame= 0 fps= 0 q=0.0 Lsize= -0kB time=10000000000.00 bitrate= -0.0kbits/s video:0kB audio:0kB global headers:0kB muxing overhead -inf%the command I am using for taking the video screenshots is - ffmpeg -i name.wmv -r 1/20 %03d.jpg
I am using ffmpeg in linux, the video in question was originally encoded with Windows Media Video 9 and I can screenshot the video fine in windows but I cannot get it to work in linux.
mediainfo shows the following - Video Format : VC-1 - Codec : WVC1, Microsoft
ffmpeg -codecs|grep wmv shows that the wmv codec is already installed.
avi, mpeg, mpg, mov and mp4 videos are all working fine, its only wmv file types which gives me this error so what can I do now ?
thanks