Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (59)

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

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

Sur d’autres sites (6237)

  • [C++][Linux + ffmpeg + h264 + rtsp + client] and [Window + ffmpeg + play video real time + server]

    21 avril 2015, par QuestionGuy

    I have a problem with ffmpeg and I don’t know how to continue. I have 2 computers :

    Client :

    • Run Ubuntu 14.04
    • FFmpeg installed
    • Use c++ language
    • Features : use ffmpeg to encode h264 video data from webcam of client laptop, then real time streaming to server

    Server :

    • Running Windows 7
    • FFmpeg installed
    • Use c++ language (MFC)
    • Features : Get real time data from client and show it on screen.

    I’ve just connected client to server and they can chat text data together, and I don’t have any idea to make real time video work.

    And my questions are :

    1. [Client] How to get video from webcam on laptop (using ffmpeg code), save it to buffer (raw data), encode it and send to server ?

      I use ffmpeg to get video from wc but it save to file. I really don’t want it. Code is :

      ffmpeg -f v4l2 -framerate 25 -video_size 640x480 -i /dev/video0 output.mkv
    2. [Client] How to get raw data from client, decode it and play it ?

      I have an idea to play it by using directshow in MFC.

  • ffmpeg need to run this command for 360 times

    30 juin 2020, par Dévèñdræ Rághùwáñhsí

    FFmpeg need to run this command for 360 times but it fails after 200
or any optimization for this command.

    


    for (int i = 0; i < 360; i++) {
     commandStr = "ffmpeg -y -i /sdcard/videokit/bgimage.jpg -i /sdcard/videokit/disk_round.png - 
     filter_complex [1:v]scale=800:800,setsar=1,rotate=" +
     i + "*PI/180:c=none:ow=rotw(iw):oh=roth(ih)[s];[0][s]overlay=(W-w)/2:(H-h)/2[out] -pix_fmt bgra - 
     strict experimental -s 720x720 -map [out] /sdcard/videokit/image-spin/"+ i + ".png";

     vk.run(GeneralUtils.utilConvertToComplex(commandStr), workFolder, getApplicationContext());
}


    


  • ffmpeg : remove premature rescaling of forced_keyframe times

    2 janvier 2020, par Gyan Doshi
    ffmpeg : remove premature rescaling of forced_keyframe times
    

    The user-set forced KF times are parsed *after* this deleted
    loop and rescaled right after parsing.

    • [DH] fftools/ffmpeg.c