Recherche avancée

Médias (0)

Mot : - Tags -/masques

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (46)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

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

  • Parsing x264 to LibAV in C

    26 mai 2018, par Stephan Pich

    For a Project in School I have to encode and mux a Yuv File to mp4 using the Libav and lib x264 explicitly. I’ve already managed to encode the File to h264 using the libx264 but now i’m stuck muxing them into mp4.

    I know that I’ve to write the NALU Packages into the file but I’ve no Idea how to turn the NALU to AVFrame or AVPacket.

    Thanks for your help in advance.

  • Selected png images to gif using ffmpeg or imagemagick

    28 avril 2021, par Ghajik

    I want to convert png to gif and i want to mention which are the frames i want to combine
eg : frame1.png and frame2.png.
I've tried using ffmpeg -i frames/%03d.png -vf fps=20 logo.gif but it is considering all the images in that directory, but i want only two images in that directory to be included in the gif i want to create. Thank you in advance.

    


  • How to convert a UYVY video frame to different size in ffmpeg

    25 juillet 2020, par Gerry

    I need to convert a UYUY video frame between different resolution, 1080P to 720P for example

    


    I am targeting win10 and I am using visual studio,

    


    As I have learned so far that seems ffmpeg can do it, it would be really appreciate if
someone show me piece of code on how to do it

    


    Notice that I have already received the video frame data from network and hold it in memory.

    


    Thanks in advance