Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (39)

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5202)

  • Why are Iphone videos upside down ?

    1er avril 2014, par hendry

    I have a video file captured using the standard Camera app copied off my Iphone5 using btsync :

    orig.mov: ISO Media, Apple QuickTime movie

    That plays upside down in mplayer or vlc.

    When I transcode it using AWS's elastictranscoder using a standard preset :

    elastictranscoder.mpg: ISO Media, MPEG v4 system, version 1

    That transcoded video file plays back the right way up.

    When transcoding myself, using ffmpeg I need to explicitly rotate the video otherwise the resulting mp4,webm files are upside down.

    So I am guessing AWS's elastictranscoder auto rotates the video somehow. However why is the video upside down to begin with ?

  • Why are Iphone videos upside down ?

    7 juillet 2017, par hendry

    I have a video file captured using the standard Camera app copied off my Iphone5 using btsync :

    orig.mov: ISO Media, Apple QuickTime movie

    That plays upside down in mplayer or vlc.

    When I transcode it using AWS’s elastictranscoder using a standard preset :

    elastictranscoder.mpg: ISO Media, MPEG v4 system, version 1

    That transcoded video file plays back the right way up.

    When transcoding myself, using ffmpeg I need to explicitly rotate the video otherwise the resulting mp4,webm files are upside down.

    So I am guessing AWS’s elastictranscoder auto rotates the video somehow. However why is the video upside down to begin with ?

  • Capture cctv camera with iphone application using IP

    3 juin 2014, par Bittu

    I want to develop a cctv camera app and I don’t know what steps I need to take.
    i have the data below for connecting cctv camera :

    • Ip address
    • port ID
    • user name
    • password

    i checked live555 and RTMPStreamPublisher demo from here, but i don’t know where I should start. i also read that i should use the ffmpeg framework.

    What I want is an app similar to kView on itunes. This app is able to stream a cctv camera feed with the above configuration detials

    Does anyone know what direction I need to go in ? Is there a demo or open-source app that accomplishes this ?