
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (69)
-
Gestion générale des documents
13 mai 2011, parMédiaSPIP ne modifie jamais le document original mis en ligne.
Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)
Sur d’autres sites (10459)
-
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'



-
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. -
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.