
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (100)
-
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 (12551)
-
How can I notify that ffmpeg started recording ? [closed]
20 avril 2021, par JisatsuI have a little script that runs ffmpeg to record my desktop. And I want this script to send me notification that recording has been started. I tried to add
&&
operator but it seems that it runs second command only when first command ended.

screencast.sh :


#!/bin/sh

ffmpeg -y \
-f x11grab \
-s 1920x1080 \
-i :0.0 \
-f alsa -i default \
-c:v h264 \
-c:a aac $1 && notify-send "Started recording"
 ^^^^^^^^^^^^^^



In addition, I want to know how can I stop this script correctly, if I run it outside of terminal (for ex. from dmenu). And can I get some notification that "Recording has been stoped" or smth ?


I'll be glad to hear all suggestions. Thanks.


-
getting exception Your FFProbe version is too old and does not support `-help` option
26 mai 2015, par Sameer ShaikhI installed ffmpeg by doing
sudo apt-get install ffmpeg
From a terminal, when I run
/usr/bin/ffprobe -help
it runs properly, but it is not running from my package. Instead I get the exception in the title :Your FFProbe version is too old and soes not support '-help'
I am using
laravel
and i have installed this package https://github.com/PHP-FFMpeg/PHP-FFMpegWhere am i going wrong ?
-
building ffmpeg library for android on linux
27 juillet 2015, par Harpreet KaurI am trying to install ffmpeg libaray on linux for my android application.
The link which I am following is https://www.assetbank.co.uk/support/documentation/install/ffmpeg/
I have successfully completed all the steps except the last one
i.e " Run "/sbin/ldconfig" as root. "It is showing the following error in the linux terminal :
anirudh@anirudh-System-Product-Name :/sbin$ ldconfig
/sbin/ldconfig.real : Can’t create temporary cache file /etc/ld.so.cache : Permission deniedPlease comment if anyone can suggest something regarding this issue.