
Recherche avancée
Autres articles (55)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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
Sur d’autres sites (10812)
-
Parse and drop gain control data, so that SSR packets decode.
16 février 2018, par Dale CurtisParse and drop gain control data, so that SSR packets decode.
This will result in poor quality audio for SSR streams, but they
will at least demux and decode without error ; partially fixing
ticket #1693.This pulls in the decode_gain_control() function from the
ffmpeg summer-of-code repo (original author Maxim Gavrilov) at
svn ://svn.mplayerhq.hu/soc/aac/aac.c with some minor modifications
and adds AOT_AAC_SSR to decode_audio_specific_config_gb().Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
Co-authored-by : Maxim Gavrilov <maxim.gavrilov@gmail.com> -
FFmpeg, RTSP and Python : how to control it ?
3 juin 2016, par Grigory E.We can put the RTSP stream into mp4 container this way :
ffmpeg -hide_banner _RTSP-STREAM_ -c copy -map 0 -f segment -segment_time SEGTIME -segment_atclocktime 1 -segment_format mp4-strftime 1 PATH/%Y-%m-%d_%H-%M-%S.mp4"
The question is how to wrap it in Python and how to handle SOME errors ?
For example, some streams are buggy, so we should ignoreInvalid UE golomb with ffmpeg
But we should alert if the RTSP steram is down. And restart the FFmpeg....
P.S. I don’t think FFmepg is the best choice, but I don’t know anything else.
-
ffprobe : add option to control optional fields display
1er mai 2021, par Gyan Doshi