
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (67)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (12448)
-
How to make ffmpeg fast speed with curl ?
26 octobre 2016, par s_zhangIf use ffmpeg to do a big size video on the internet, the speed is very slow.
$ ffmpeg -i
If use curl to try to make it fast like this way, it finished soon and the result was not right.
$ curl -s | exec ffmpeg -i -
Is there a good way to make it fast ?
-
FFMPEG HLS video speed is too fast
22 mars 2016, par MM PPI am trying to make a
.m3u8
hls playlist locally on my computer. I am using Windows 7, 32 bit.I am a begginner of
FFMPEG
, and finally I combined some commands into this :ffmpeg -re -rtbufsize 999999k -y -f dshow -video_size 640x360 -r 15 -i video="ManyCam Virtual Webcam" -c:v libx264 -crf 18 -profile:v main -maxrate 999999k -bufsize 99999k -pix_fmt yuv420p -flags -global_header -hls_time 10 -g 3 -hls_list_size 2 -hls_wrap 0 -start_number 1 D:\\stream\stream.m3u8 -tune zerolatency
The problem is that while playing the m3u8 playlist with VLC or a HLS player, the video speed is faster than normal.
If you need more info, please comment.
EDIT
If I play one of the
.ts
files, the problem is the same.Thank you so much !
-
avfilter/af_sofalizer : speed and clean up fast convolution a little
9 janvier 2017, par Paul B Mahol