Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (32)

  • Taille des images et des logos définissables

    9 février 2011, par

    Dans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
    Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (5964)

  • how to compile the ffmpeg library on windows [closed]

    4 septembre 2012, par Naseeb Sheoran

    Possible Duplicate :
    difficulty in building ffmpeg for windows

    I want to make an app with video editing facility and i want to use ffmpeg for that purpose.Even after going through many tutorials,i am not understanding how to compile the ffmpeg library for using in android application.Can you please help me in this regard.Thanks in advance.

  • how to compile ffmpeg on windows ? [closed]

    4 septembre 2012, par Naseeb Sheoran

    Possible Duplicate :
    FFMPEG on Android
    how to compile the ffmpeg library on windows

    I want to use the ffmpeg library in one of my apps but i have not got any clue about how to do it step by step with the latest configuration of ffmpeg and ndk.Can you please suggest any help tutorial or example in this regard.Thanks for your help in advance.

  • How do I use the Windows version of gstreamer and wireshark to take a .pcap file and extract H.264 from RTP ?

    5 mars 2015, par user1118047

    I have a pcap file containing a capture of RTP with H.264 video and SIP with SDP. I would like to be able to extract the video from the RTP stream and save it to a file. (h264video.mkv or something similar)

    I have started looking at gstreamer as a possible solution for this but I’m having trouble troubleshooting any of the output I receive from the program.

    gst-launch -v     filesrc location=testh264.rtp    
    ! application/x-rtp,media=video,clock-rate=90000,payload=123,encoding-name=H264    
    ! rtph264depay                  
    ! ffdec_h264                    
    ! xvimagesink

    Here is an example of something I’ve tried but I’m not able to get through rtph264depay because the file I’m sending is of invalid format. What can I do to extract the h264 payload from my pcap file for usage with gstreamer/rtph264depay ?