
Recherche avancée
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...) -
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 (12784)
-
ffmpeg : fix FF_API_OLD_VSINK_API=0 case
24 juin 2012, par Michael Niedermayerffmpeg : fix FF_API_OLD_VSINK_API=0 case
-
FFMPEG Segment Threads Equivalent Option
24 août 2018, par Bruno AndradeI was downloading video from a hls m3u8 stream using the ffmpeg command in php :
exec('ffmpeg -hide_banner -loglevel verbose -n -i https://example.com/playlist.m3u8 -acodec copy -bsf:a aac_adtstoasc -vcodec copy file.mp4 1> log.txt 2>&1', $output, $var);
But I was having problems downloading speed and the problem was not the internet.
So I installed and used the livestreamer.io OR streamlink.github.io/ and also slowed down the download.
So I made use of the
hls-segment-threads=5
option according to the API document :The size of the thread pool used to download segments.
This solved the problem, is there any equivalent option in the FFMPEG ?
Or have something I can do with PHP + FFMPEG to get this result that this hls-segment-threads option provides ?Most shared servers come with FFMPEG installed but the same does not fit with livestreamer or streamlink so I need a solution that works for everyone.
*I do not understand python do not know what this option exactly does
-
dnn : add layer pad which is equivalent to tf.pad
29 juillet 2019, par Guo, Yejundnn : add layer pad which is equivalent to tf.pad
the reason to add this layer first is that vf_sr uses it in its
tensorflow model, and the next plan is to update the python script
to convert tf.pad into native model.Signed-off-by : Guo, Yejun <yejun.guo@intel.com>
Signed-off-by : Pedro Arthur <bygrandao@gmail.com>