Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (18)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7311)

  • [PHP]Combine A Video Only and a aac audio as fast as possible with ffmpeg or anything else

    31 mars 2017, par Bubun

    I wanna Come a video (Without Audio), And a .AAC encoded audio file together as fast as possible. I don’t want to convert anything, I just wanted to combine the both video and audio in a single playable file.
    Here is what I exactly trying :
    First downloaded the video and it’s audio files

    And save them in a folder and combine both with ffmpeg
    But the problem is this is taking too much time
    Please answer if you have​ any other way to do it,

    But please keep in mind that we need to use PHP for the job done.

  • How to resize a H264 frame using ffmpeg ?

    27 février 2017, par Luc Le

    I wanna resize a H264 frame for live streaming.
    My application got H264 raw data from DJI Drone, then I framed it to H264 frame using ffmpeg library and send this frame to server via RTMP. It worked, but a lot of frame is dropped when connection is weak. Thus, I wanna resize H264 frame before send it to server.
    Please give me a solution to resolve this issue. Thank you

  • Stream MMS/ASX link on IOS app

    4 mars 2017, par Seb78

    I have an app streaming mp3/aac link and working well (using avaudioplayer)

    I would like to stream MMS/ASX link. I found and tried Radiotunes SDK and working well but i dont wanna pay 99$ to use it.

    I heard about libmms and ffmpeg library but it seems complicated to implement.
    Do you have another solution or a tutorial (step by step) to stream mms/asx link.

    Thanks
    Regards