
Recherche avancée
Autres articles (42)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
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 (8940)
-
FFMPEG, TCP connection refused when streaming over RTMP
10 avril 2021, par jacopocerI am trying to stream a screen capture with FFMPEG over RTMP to Vimeo Livestream Studio.


This is the code :




ffmpeg -f avfoundation -i "6:none" -framerate 25 -f flv rtmp://151.64.53.202:1935/live/stream1







I get this error :




[tcp @ 0x7feb2793c700] Connection to tcp://151.64.53.202:1935 failed: Connection refused
[rtmp @ 0x7feb2793c580] Cannot open connection tcp://151.64.53.202:1935
rtmp://151.64.53.202:1935/live/stream1: Connection refused







Livestream Studio is the software that should receive the stream. It is open on the same machine I am sending the stream.


Any ideas what it's wrong ?
Thanks !


-
ffMPEG "inttypes.h not found" error
28 septembre 2018, par NavWhile using the ffMPEG builds in Windows with Visual Studio 2010, I encountered the inttypes.h not found error.
Since searching through the internet led me to wrong solutions, I thought I’d put up the right solution here so that people can find it easily. Will be answering my own question soon. -
Which options are incompatible with CRF, CQP ? [closed]
17 novembre 2022, par SandrixGood afternoon ! What settings should not be used when using CQP, CRF modes. I read that 2pass mode is not compatible with constant quantization modes. It is also recommended to disable adaptive quantization. Maybe just a Spatial AQ ? I want to know what is true about this.
How justified is the use of b-frames in cqp and crf modes ? Your opinion.


Im using FFmpeg in OBS Studio


preset=p4 profile=high tune=hq rc=cqp qp=20 g=60 rc-lookahead=20 temporal-aq=1 no-scenecut=0 bf=2 b_adapt=0 b_ref_mode=2