Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (47)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • 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

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

Sur d’autres sites (7804)

  • reize and change quality of video files [on hold]

    2 juillet 2013, par peiman F.

    i have to work with video files in my php website
    i have to do these actions with php commands

    1-make some different quality from original file like YouTube for example 600*800 or hd and etc..
    2-export movie sounds as mp3 file

    i need some commands to run in php to do this..

    i think must use FFmpeg and shell commands

  • How to compress video captured by a codenameone application

    19 août 2014, par deshazerj

    I’m working on an application that uses codenameone’s capture function to capture a video and then sends that video to a server. I need to be able to compress the video, on the device, before sending it to the server. I’ve considered using FFMPEG to compress the video by lowering the bit rate and sizing of the video, but it doesn’t look like there’s any functionality within codenameone’s API to implement something like FFMPEG. Does anyone have an idea how I might be able to implement FFMPEG in my application or (even better) if there’s a way to use codenameone’s API to compress video without having to use 3rd party libraries ?

    Thanks !

  • scalability issues with video encoding on webserver

    2 janvier 2013, par Prasanth

    On a web application that im creating the user is allowed to upload a video. The video is converted to x264 using ffmpeg for iOS playback. So if there are too many users thats going to kill the web server.

    I'm thinking about something like this. Have a few encoding servers for the application and the application on receiving the video file uploads to any one encoding server and the encoding server encodes the video and uploads it back to the web server.

    Are there any other solutions preferably which wont increase the response time for the user ? The user has to see the preview of the video as soon as the upload process finishes.

    The client does not want any 3rd party video encoding services. We have negotiated this many times but they do not want this.