
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 (68)
-
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 (...) -
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (9647)
-
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.