Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (85)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (5302)

  • Is there something equivalent to FilterKit for android ?

    29 octobre 2014, par Varun Jain

    I am looking to put filters on a video after it has been recorded. Explored FFMPEG but it is way too slow (take 10-15 seconds for a 20 second video). The instagram app does it in under 1-2 seconds every time. Sample FFMPEG code I am using :

    ffmpeg -y -i vid_0.mp4 -preset ultrafast  -vf format=gray,format=yuv422p -vsync 2  webcam.mp4

    Is there a library similar to FilterKit for android ? Is there a feasible way in which I can use FilterKit on Android ? Any other approach to apply filters on video would also be welcome.

    Note : I am not talking about giving the user a preview, that is easily done by using a surface view. I need to convert the video.

  • Streaming webcam/video file from android device(Akash Tablet here) to rtmp server (RED5)

    22 février 2014, par Dev

    i am using ffmpeg for video streaming from android device to rtmp server red5 (ubuntu , and eclispe IDE for android programming). in my previous project simply i used commands of ffmpeg for video streaming and webcam streaming , in that project i was using window-7 and netbeans IDE , i was sending file from one desktop to another using red5 server, and same for webcam streaming , simply can i say i developed a video conferencing system (web-based, using window-7). now same thing i want for android platform. i want to send video fileand webcam capture video , from my android device to red5 srever. simply i want to develop a app for android - a video conferencing system , this is my project in my college. but here in this task i am facing many problems using ffmpeg, i can not use ffmpeg commands here i think. i am using android SDK and NDK/JNI , eclipse IDE ..plese suggest me how to use ffmpeg in android platform , thanks

  • Android mp4 remove rotation and rotate the video stream

    4 mars 2015, par Mathijs Segers

    I’m having some issues trying to remove the rotation value of Android video’s.
    For some reason convertion tools in the cloud cannot seem to handle android’s rotation value correctly. f/e I have a portrait video recorded in 1080x1920 (so the file’s headers tell me it’s actually 1920x1080 with rotation : 90).

    So now I’m trying to convert these video’s to an actual 1080x1920 format when they have this rotation value but i’m kind of stuck, probably using the wrong search terms on SO and Google.

    In the hope of making things clear I’ve actually added some ffmpeg libs to android following these steps, of course with some changes to parameters. I’m building this on a Mac and this all works fine now.
    http://www.roman10.net/how-to-build-ffmpeg-with-ndk-r9/

    Now the following, I have no real clue how these libs work and how to use them or which I actually need or if I even need them at all.

    Is there anyone who can point me in the right direction of solving my issue ? Basicly the video’s are on my android filesystem and I can access them fully, before uploading I want to check the values and remove and rotate the video’s if needed.