Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (59)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • 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 ) (...)

Sur d’autres sites (8623)

  • H.264 video streaming in iphone and ipad using FFmpeg decoder [on hold]

    4 août 2014, par Ajin Chacko

    I am new to ios application development. And now I am trying H.264 video streaming in iphone and ipad using FFmpeg decoder. Kindly help me with sample programs that i can complete my project. Actually what I need is the code for getting the proper image form RTSP stream that I can display in image viewer controller.

    Thanks Regards

  • ffmpeg live transcoding faster alternative ?

    6 août 2014, par ppoeas

    Is there any opensource alternative to ffmpeg and VLC to live video transcoding from HTTP streaming to RTMP or other ?

    ffmpeg caused my CPU (AMD 4.0GHZ 8Core) is loaded 100% with only 8 SD streams.

    Thanks for help.

    PS.
    I think I don’t need to transcode my video, I can also stream with something like http video proxy. Source is in HTTP streaming format, also I am under Linux.

  • Playback avi, mkv FullHD video on android [on hold]

    11 août 2014, par Stas

    I program the video player to play FullHD video files.
    Tried ffmpeg, sws_scale slow function.
    How to use the algorithm http://www.roman10.net/effective-color-conversion-yuv-rgb-in-android-in-assembly/ with ffmpeg.
    AVCodecContext-> width = 1920 linesyze [0] = 1952.
    Found : The internal AVFrame used by the decoder has a right-side "border" to
    make decoding more cpu efficient.
    How to get a picture without the "border".

    I would be glad of any help.