
Recherche avancée
Autres articles (11)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
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 : (...) -
Monitoring de fermes de MediaSPIP (et de SPIP tant qu’à faire)
31 mai 2013, parLorsque l’on gère plusieurs (voir plusieurs dizaines) de MediaSPIP sur la même installation, il peut être très pratique d’obtenir d’un coup d’oeil certaines informations.
Cet article a pour but de documenter les scripts de monitoring Munin développés avec l’aide d’Infini.
Ces scripts sont installés automatiquement par le script d’installation automatique si une installation de munin est détectée.
Description des scripts
Trois scripts Munin ont été développés :
1. mediaspip_medias
Un script de (...)
Sur d’autres sites (2729)
-
Video output desaturation after compression with ffmpeg
7 avril 2015, par DriesThis is a followup question to this : SO question
I’ve found out that if I encode the input with
ffv1
to an .mkv file the video isn’t desaturated. Problem with this is that the file is very large.
I’ve learned about this encoder here : Forum linkThe information you can find there is what I’m currently using to encode my video. Now, since I want the video to be much smaller I thought I could reencode it so it will be compressed. I added this new ffmpeg command :
ffmpeg -i INPUT.mkv -vcodec mpeg4 -vtag xvid -q:v 1 OUTPUT.avi
This works just fine but the problem is that once again the video is desaturated as if I’m just encoding to the mpeg format.
Is there something I can change to this so I don’t have the video being desaturated ? If you’re going to recommend another codec, I need it to be one with the LGPL license. (I’ve also tried encoding with libx264 codec with this also desaturated my video)
Thanks in advance !
-
Broadcast to youtube live via rtmp using vlc from terminal
7 novembre 2016, par devprashantWhen run :
cvlc -vvv 'Bootstrap Tutorial.mp4' --sout
'#rtp{dst=rtmp://a.rtmp.youtube.com/live2,name=pa1p-8c4m-zzvp-5j6t,mux=ts}'i got this debug : http://www.wepaste.com/vlcdebug/
when run :
cvlc -vvv 'Bootstrap Tutorial.mp4' --sout
'#std{access=rtmp,dst=rtmp://a.rtmp.youtube.com/live2/pa1p-8c4m-zzvp-5j6t,mux=ts}'i got this debug http://www.wepaste.com/vlcdebug2/
how to stream live video and audio to youtube using vlc from terminal.
Resources followed :
- https://blog.vucica.net/2015/08/streaming-to-youtube-live-with-vlc-and-ffmpeg.html
- https://forum.videolan.org/viewtopic.php?f=14&t=130520&p=436913&hilit=rtmp+youtube#p436913
- Problems Starting VLC HTTP Stream with Servlet
- https://forum.videolan.org/viewtopic.php?f=4&t=112221&p=380232&hilit=rtmp+youtube#p380232
-
Broadcasting to youtube live via rtmp using VLC from terminal
10 novembre 2016, par devprashantWhen running :
cvlc -vvv 'Bootstrap Tutorial.mp4' --sout
'#rtp{dst=rtmp://a.rtmp.youtube.com/live2,name=pa1p-8c4m-zzvp-5j6t,mux=ts}'I get the following debugging log : http://www.wepaste.com/vlcdebug/
when additionally specifying the access method :
cvlc -vvv 'Bootstrap Tutorial.mp4' --sout
'#std{access=rtmp,dst=rtmp://a.rtmp.youtube.com/live2/pa1p-8c4m-zzvp-5j6t,mux=ts}'I get the following debugging log : http://www.wepaste.com/vlcdebug2/
How do I stream live video and audio to youtube using VLC from terminal.
Resources I looked into :
- https://blog.vucica.net/2015/08/streaming-to-youtube-live-with-vlc-and-ffmpeg.html
- https://forum.videolan.org/viewtopic.php?f=14&t=130520&p=436913&hilit=rtmp+youtube#p436913
- Problems Starting VLC HTTP Stream with Servlet
- https://forum.videolan.org/viewtopic.php?f=4&t=112221&p=380232&hilit=rtmp+youtube#p380232