
Recherche avancée
Autres articles (80)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (12807)
-
ffmpeg seems to ignore HLS option "-hls_time 10" [closed]
4 juin 2013, par user1839424ffmpeg seems to ignore HLS option "-hls_time 10".
My invocation :
ffmpeg -i "rtmp://mydomain/live/test live=1" -hls_time 10 -hls_list_size 3 -hls_wrap 4 -ar 48000 -acodec libvo_aacenc -vcodec libx264 -r 24 -async 2 demohd.m3u8
The m3u8 file shows different sizes for the ts files all the time :
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:7
#EXT-X-MEDIA-SEQUENCE:17
#EXTINF:7,
demohd1.ts
#EXTINF:4,
demohd2.ts
#EXTINF:2,
demohd3.tsHow can I force ts files being 10 seconds ?
(ffmpeg version 1.1.1) -
FFMPEG Extra just codec information
18 juin 2014, par JimI am planning on using FFMPeg with Java, to detect a specific codec and convert this to another. Using the FFMpeg line -
ffprobe -v quiet -print_format json -show_streams "input.avi"
I can print off all of the stream information of the video, but this includes video information, audio information, all metadata, all tags and other information which I just don’t need.
Question : Is it possible to launch an FFMpeg command which only returns the video codec, so I don’t have to wave through unnecessary information ?
-
Revision 0f7a66e962 : Remove constant vp9_coef_update_prob table All elements of this table are equal
15 juin 2013, par John KoleszarChanged Paths :
Delete /vp9/common/vp9_coefupdateprobs.h
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Modify /vp9/decoder/vp9_decodframe.c
Modify /vp9/encoder/vp9_bitstream.c
Modify /vp9/vp9_common.mk
Remove constant vp9_coef_update_prob tableAll elements of this table are equal to 252, so replace it with a
single constant VP9_COEF_UPDATE_PROB.Change-Id : I1e2d1d284326ce6df9899a740c2fc344b3ec81c9