
Recherche avancée
Autres articles (72)
-
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 (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (10857)
-
Add delay to the ffmpeg output (rtmp->rtmp)
2 novembre 2023, par AmirSoI need to add a delay to the output stream. I tried to do this with
tpad
,-ss
,-itsoffset
, but didn't work.


tpad
has shown blank frame for random seconds (I don't know why) and then started streaming. (latest part of the stream, and ignore delay).


I want to push a stream to the output rtmp with 10 seconds delay.



ffmpeg -i rtmp://input ... -f flv rtmp://output



-
Working FFMPEG settings for converting to WebM format ? [migrated]
25 septembre 2012, par TonyCan anyone give me working settings for converting video to WebM with ffmpeg ?
I am on Windows 7 with the
FFmpeg git-67f5650 64-bit Static (Latest)
build from http://ffmpeg.zeranoe.com/builds/I've tried several settings found on google, a couple of different input formats and even "all default" settings like
ffmpeg -i a.wmv -f webm a.webm
and still ffmpeg just gives me a "stopped working" error.Thanks in advance !
-
Installing Software in Linux Ubuntu - shotdetect for detecting video shots
17 octobre 2015, par kanchanI have got many errors while installing shotdetect software. some errors were because of the dependencies and that is resolved.Its able to configure perfect but "make" i.e., running make file is throwin this error.
error : ffmpeg/avcodec.h No such file or Directory
ffmpeg/avformat.h No such file or DirectoryMay be its because ffmpeg or shotdetect software versions are different. I tried re-installing the latest (and old ffmpeg) ones but not able to find ffmpeg folder in my /usr/include/ and that is why there is no such file "ffmpeg/avcodec.h".
Please help.