Recherche avancée

Médias (91)

Autres articles (73)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Pré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 ) (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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

Sur d’autres sites (8313)

  • RTP server on embedded device and client on Android

    15 juin 2015, par Shashi Ranjan

    I have an embedded device which has Wifi and Audio capabilities. I want to make my Android phone communicate to it using RTP. I have already tried Mobile to Mobile RTP audio communications. That works like charm. But now I want to try, one side Android and other side this embedded device. Could anyone point me to the source code (simple one as less RAM in embedded device) of basic RTP.

    I am using ffmpeg on Windows PC to simulate the embedded device. When I "join()" the RTP from my Android, I get the error as 0x64 wrong protocol type.

    If I get a basic handshake between the devices for audio, it will be great.

  • FFmpeg, reduce initial delay while reading remote video file

    5 juillet 2016, par Tim Autin

    I’m using ffmpeg to read a video mp4 file stored on a web server. I use ffmpeg to convert this file into still images, with this command :

    ./ffmpeg -y -r 25 -i http://webserver.com/file.mp4 -q:v 5 /destination/image_%03d.jpg

    It works well, but I’d like to reduce the initial delay before the first image is generated (around 3 sec in WiFi, a lot more in 3G). I tried adding these options :

    • -probesize 32
    • -analyzeduration 32

    But it didn’t change anything. Is there anything else I can do ? When we are streaming, the x264 encoder has a "-tune zerolatency" option, can I use something similar when reading a file ?

  • Revision d8f5d1b257 : Problem of over smoothing with intra modes. In some cases intra modes in inter

    14 décembre 2012, par Paul Wilkins

    Changed Paths : Modify /vp9/encoder/vp9_firstpass.c Modify /vp9/encoder/vp9_rdopt.c Problem of over smoothing with intra modes. In some cases intra modes in inter frames give an over smoothed appearance. Especially with noisy but flat content. Also in some cases there were problems with key frame (...)