
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (37)
-
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 -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;
Sur d’autres sites (8018)
-
FFprobe Check Stream Link
13 novembre 2020, par KrasicI am trying to use FFprobe to test if a streaming link is active or not.



For example this is a working streaming link :



ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/185




I do get output which mean link is active.



However, once I change link to something not work :



ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/18555555555




The command keeps running in background with no result.



Is there a way to bypass this, or is there any ffprobe timeout parameter ?
I couldn't find it from the official website documentation.


-
FFprobe Check Stream Link
16 juillet 2015, par KrasicI am trying to use FFprobe to test if a streaming link is active or not.
For example this is a working streaming link :
ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/185
I do get output which mean link is active.
However, once I change link to something not work :
ffprobe -loglevel quiet -show_streams rtmp://Lrmh0w.cloud.influxis.com/yoy/_definst_/18555555555
The command keeps running in background with no result.
Is there a way to bypass this, or is there any ffprobe timeout parameter ?
I couldn’t find it from the official website documentation. -
Cross-compile ffmpeg for arm64 on x64 host machine (macOS) ?
13 juin 2021, par waldenCalmsI need to cross-compile ffmpeg for arm64 (M1 Macs, to be specific) from my x64 host Mac. I am able to build ffmpeg for my host architecture without issues (i.e. I have a working x64 build script and all the pre-requisites installed), but now need to modify my script to build for arm64.


First of all, is this even possible / supported ? If so, how ?


The official ffmpeg compilation guide doesn't mention anything helpful. I have looked at several code snippets online and tried using the following configure arguments, with no luck :


--enable-cross-compile \
--arch=arm64 \



I get the following error :


libavutil/aarch64/bswap.h:38:13: error: invalid instruction mnemonic 'rev'