Recherche avancée

Médias (91)

Autres articles (106)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

Sur d’autres sites (9404)

  • IOS desktop streaming

    13 mars 2014, par user3415469

    I understand that you can use AirPlay to wirelessly stream your iPad desktop to an AppleTV. Also, there is a method to use a Raspberry PI and "rPlay" to do the same. I am not trying to reinvent the wheel, but I want to explore if there are other options to capture the iPad screen (a classroom full of iPads actually) and send it WIRELESSLY to an "aggregator" attached to an overhead projector.

    My thoughts would be to use ffmpeg or .h264 somehow and send it to the "aggregator". I apologize in advance if this is a silly or uninformed question. It is important the iPad not be jailbroken...

  • ffmpeg overlay duration issue

    9 septembre 2014, par umamiMike

    I am making a setting (using anothergui) to burn in an overlay movie :

    -i "<sourcefilename>"
    -i "Pathto\overlay1080.mov"
    -filter_complex overlay=shortest=0
    -y
    -vcodec prores -profile:v 3
    -qscale:v 1
    -acodec pcm_s16le -ar 48000 -ac 2

    "<outputpath>\forCompFolder\<outputfilename>.mov"
    </outputfilename></outputpath></sourcefilename>

    The compositing is fine, but the overlay video is 999 frames long and the first input video is shorter. When I render it opts for the length of the overlay video. What am I doing wrong ?

    Thanks in advance.

  • FF-MPEG Running Commands through Jni

    13 septembre 2012, par Ravi K. Sharma

    I read and followed all instructions http://bambuser.com/opensource
    but i am puzzled around how to generate ffmpeg .so file using cygwin and ndk-r7 ? I appreciate if Some one could provide me better links/Solution to integrate FFPMEG for my Android Application.

    I switched to ubuntu, now i am able to build it and got .so files. Could some one help me on how can i change ffmpeg.c file's main function and use it directly from jni to run ffmpeg commands.

    Thanks in Advance.