Recherche avancée

Médias (91)

Autres articles (38)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (3453)

  • Prendre en compte smush (scripts init)

    28 avril 2013

    Il faudrait installer les binaires nécessaires au plugin smush :

    • ImageMagick ;
    • optipng ;
    • pngnq ;
    • gifscycle ;
    • libjpeg-progs ;

    Il faut aussi ajouter le checkout du plugin.

    1. svn co svn ://zone.spip.org/spip-zone/_plugins_/smush_images/trunk plugins/smush
  • Unable to convert .mp3 to .m4a using ffmpeg [closed]

    4 mai 2013, par rahulg

    I am fully aware the legal constraints in using libfaac but this is just for my testing purpose.

    I have compiled ffmpeg with faac enabled. So when I tried to convert an .mp3 to a .m4a here is the error that I am getting. Please provide a resolution to this problem. I tried it on two different sources of .mp3, still I am getting the same error.

    [user@ip-10-161-13-26 ~]$ ffmpeg  -i Kalimba.mp3 -c:a libfaac Kalimba.m4a
    ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers
     built on May  4 2013 09:33:27 with gcc 4.4.6 20120305 (Red Hat 4.4.6-4)
     configuration: --enable-libfaac --enable-nonfree --disable-yasm
     libavutil      51. 54.100 / 51. 54.100
     libavcodec     54. 23.100 / 54. 23.100
     libavformat    54.  6.100 / 54.  6.100
     libavdevice    54.  0.100 / 54.  0.100
     libavfilter     2. 77.100 /  2. 77.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0. 15.100 /  0. 15.100
    [mp3 @ 0x2464680] Header missing
    [mp3 @ 0x2463100] max_analyze_duration 5000000 reached at 5015510
    [mp3 @ 0x2463100] Estimating duration from bitrate, this may be inaccurate
    Input #0, mp3, from 'Kalimba.mp3':
     Metadata:
       publisher       : Ninja Tune
       track           : 1
       album           : Ninja Tuna
       artist          : Mr. Scruff
       album_artist    : Mr. Scruff
       title           : Kalimba
       genre           : Electronic
       composer        : A. Carthy and A. Kingslow
       date            : 2008
     Duration: 00:05:50.60, start: 0.000000, bitrate: 191 kb/s
       Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 192 kb/s
       Stream #0:1: Video: mjpeg, yuvj420p, 512x512, 90k tbr, 90k tbn, 90k tbc
       Metadata:
         title           : thumbnail
         comment         : Cover (front)
    Output #0, ipod, to 'Kalimba.m4a':
     Metadata:
       publisher       : Ninja Tune
       track           : 1
       album           : Ninja Tuna
       artist          : Mr. Scruff
       album_artist    : Mr. Scruff
       title           : Kalimba
       genre           : Electronic
       composer        : A. Carthy and A. Kingslow
       date            : 2008
       Stream #0:0: Video: none, q=2-31, 128 kb/s, 90k tbn
       Metadata:
         title           : thumbnail
         comment         : Cover (front)
       Stream #0:1: Audio: none, 0 channels, 128 kb/s
    Stream mapping:
     Stream #0:1 -> #0:0 (mjpeg -> ?)
     Stream #0:0 -> #0:1 (mp3 -> libfaac)
    Encoder (codec none) not found for output stream #0:0

    MP3 file is at http://db.tt/HtpEBpFU

    Also while using Faac independently I get this weird error for any file.

    Freeware Advanced Audio Coder
    FAAC 1.28

    Couldn't open input file sample.mp3
  • iPhone - IMA WAV ADPCM audio stream for iOS

    21 mai 2013, par Siriss

    I am trying to write an app for a school project that will play a video stream of the lab. They use Foscam cameras, and from what I understand they only stream audio in FFMPEG and VLC (a wrapper of FFMPEG and others, correct ?). I can play the video stream in a UIWebView just fine, but I can't figure out how to get audio to work. I have read a bunch of post on here about the different audio stream options, but none support this format. I have also looked into VLCKit, but that seems to only work in OS X, not iOS.

    Is there a Framework, or Kit that can stream IMA WAV ADPCM audio from a VLC/FFMPEG file, or does someone know of a better way to get audio from a Foscam ?

    EDIT - I know more about the stream and I have tried a few things. I tried AVPlayer, but discovered Audio FIle Stream and Audio Queue Services but can't find a good tutorial.

    I also found THIS site, and tried the project with my stream and it did not work.