Recherche avancée

Médias (91)

Autres articles (111)

  • 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

  • Que fait exactement ce script ?

    18 janvier 2011, par

    Ce script est écrit en bash. Il est donc facilement utilisable sur n’importe quel serveur.
    Il n’est compatible qu’avec une liste de distributions précises (voir Liste des distributions compatibles).
    Installation de dépendances de MediaSPIP
    Son rôle principal est d’installer l’ensemble des dépendances logicielles nécessaires coté serveur à savoir :
    Les outils de base pour pouvoir installer le reste des dépendances Les outils de développements : build-essential (via APT depuis les dépôts officiels) ; (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (15831)

  • ffmpeg permission Denied [on hold]

    19 avril 2014, par user3549636

    ffmpeg is giving me permission Denied from my asp.net app when told to grab a video from "\"C :\Users\Aleksandur Murfitt\Documents\My Web Sites\Photo Gallery5\Images\userpics\""
    even though Everyone has been given full rights for My Web Sites and userpics, why ?

  • How to get rotation attribute in metadata using FFMPEG [on hold]

    17 octobre 2013, par user2882101

    I am trying to figure out rotation attribute in metadata using FFMPEG.I use the following command
    FFMPEG -i D :\maxpayne3.mp4

    ffmpeg version N-57217-ga7e3006 Copyright (c) 2000-2013 the FFmpeg developers
    built on Oct 16 2013 22:04:43 with gcc 4.8.1 (GCC)
    configuration : —enable-gpl —enable-version3 —disable-w32threads —enable-av
    isynth —enable-bzlib —enable-fontconfig —enable-frei0r —enable-gnutls —enab
    le-iconv —enable-libass —enable-libbluray —enable-libcaca —enable-libfreetyp
    e —enable-libgsm —enable-libilbc —enable-libmodplug —enable-libmp3lame —ena
    ble-libopencore-amrnb —enable-libopencore-amrwb —enable-libopenjpeg —enable-l
    ibopus —enable-librtmp —enable-libschroedinger —enable-libsoxr —enable-libsp
    eex —enable-libtheora —enable-libtwolame —enable-libvidstab —enable-libvo-aa
    cenc —enable-libvo-amrwbenc —enable-libvorbis —enable-libvpx —enable-libwavp
    ack —enable-libx264 —enable-libxavs —enable-libxvid —enable-zlib
    libavutil 52. 46.101 / 52. 46.101
    libavcodec 55. 37.100 / 55. 37.100
    libavformat 55. 19.102 / 55. 19.102
    libavdevice 55. 4.100 / 55. 4.100
    libavfilter 3. 88.101 / 3. 88.101
    libswscale 2. 5.101 / 2. 5.101
    libswresample 0. 17.103 / 0. 17.103
    libpostproc 52. 3.100 / 52. 3.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'D :\maxpayne3.mp4' :
    Metadata :
    major_brand : isom
    minor_version : 512
    compatible_brands : isomiso2avc1mp41
    encoder : Lavf54.3.100
    Duration : 00:01:42.42, start : 0.000000, bitrate : 2361 kb/s
    Stream #0:0(und) : Video : h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
    [SAR 1:1 DAR 16:9], 2289 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc (default
    )
    Metadata :
    handler_name : VideoHandler
    Stream #0:1(und) : Audio : aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 66
    kb/s (default)
    Metadata :
    handler_name : SoundHandler

    I have not seen rotation attribute in metadata ,can anyone pl help me....

  • is there a JAVA library for ffmpeg ? [on hold]

    14 avril 2014, par waps12b

    My company is developing an android application that provide some video to client.

    my boss ask me to use ffmpeg to capture a picture at a certain time in video.

    is there a library for that ?