Recherche avancée

Médias (91)

Autres articles (76)

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

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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.

Sur d’autres sites (11760)

  • ffmpeg filter / stuttering / how to smooth camera movement

    23 juin 2018, par Deex

    I’m using ffmpeg witht he following code for some camera movement effects.

    -filter:v "crop=in_w/1.2:in_h/1.2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*0.1):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*0.4)"

    Its working but the camera movement is stuttering and looks realy ugly that way (also on 60 fps). I hope someone could lead me to a idea to have a more smooth movement.

  • Record video feed from an IP Camera using FFMPEG

    10 mai 2015, par Alae Benchekroun

    I have been searching a few weeks ago about recording video feed from an ip camera using ffmpeg, and also save it into an external file in my raspberry, but I don’t know the command line capable to do that, I’ve installed on my raspberry pi B+ a several libraries by following this tutorial : http://owenashurst.com/?p=242

    Please help me guys and I’ll be so grateful !

  • RTSP ip camera streaming to Android using ffmpeg

    7 avril 2016, par Shanu

    I am working on an app which would stream and capture an image from an IP camera using an RTSP url. I am not able to create an app using FFMpeg. I have tried Vitamio library but it does not have a capture function. Anyone know how to create a rtsp player using ffmpeg in android.? what would be the ffserver.config file changes i have to make.? how to play the video.?