
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 (58)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
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 -
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 (...)
Sur d’autres sites (15639)
-
avformat : add SMPTE 337M demuxer
1er juillet 2017, par foo86 -
lavf/brstm : add support for BFSTM files
17 juin 2015, par Rodger Combslavf/brstm : add support for BFSTM files
Previous version reviewed-by : Paul B Mahol <onemda@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
linux ffmpeg 7:4.1.3-1 build don't support RTMPS [on hold]
28 juin 2019, par Sora ShiroI go to https://packages.debian.org/source/stable/ffmpeg and download
ffmpeg_3.2.14.orig.tar.xz
, and I configure&make&make install and finally I successfully build ffmpeg.But when I use RTMPS protocol, such as :
ffmpeg -stream_loop -1 -re -i /root/video/xxx.mp4 -acodec copy -vcodec copy -f flv "rtmps://xxx/xxx/xxx"
Then an error occur :
... Protocol not found
But in https://ffmpeg.org/general.html , it says that ffmpeg now support RTMPS.
So is something I missing when I build ffmpeg ?