Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (106)

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

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

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

Sur d’autres sites (7275)

  • Fix SWF position and size calculations in IE 9.

    12 juillet 2013, par DelvarWorld
    Fix SWF position and size calculations in IE<9.
    

    Fixes #190.
    Closes #191.

    In oldIE, using the `typeof` operator on native DOM methods like `getBoundingClientRect` actually returns "object" instead of "function".
    Also, `getBoundingClientRect` did not add the "height" and "width" properties to TextRectangles until IE9, so calculate those manually if need be.

    Bumped version to v1.2.0-beta.3.

  • fftools : Use right function signature and pointers

    6 août 2019, par Andreas Rheinhardt
    fftools : Use right function signature and pointers
    

    The option tables of the various fftools (in particular ffprobe) are
    arrays of OptionDef ; said type contains a union of a pointer to void and
    a function pointer of type int (*)(void *, const char *, const char *)
    as well as a size_t. Some entries (namely the common entry for writing a
    report as well as several more of ffprobe's entries) used the pointer to
    void to store a pointer to functions of type int (*)(const char *) or
    type int (*)(const char *, const char *) ; nevertheless, when the functions
    are actually called in write_option (in cmdutils.c), it is done via a
    pointer of the first type.

    There are two things wrong here :
    1. Pointer to void can be converted to any pointer to incomplete or
    object type and back ; but they are nevertheless not completely generic
    pointers : There is no provision in the C standard that guarantees their
    convertibility with function pointers. C90 lacks a generic function
    pointer, C99 made every function pointer a generic function pointer and
    still disallows the convertibility with void *.
    2. The signature of the called function differs from the signature
    of the pointed-to type. This is undefined behaviour in C99 (given that
    C90 lacks a way to convert function pointers at all, it doesn't say
    anything about such a situation). It only works because none of the
    functions this patch is about make any use of their parameters at all.

    Therefore this commit changes the type of the relevant functions
    to match the type used for the call and uses the union's function
    pointer to store it. This is legal even in C90.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] fftools/cmdutils.c
    • [DH] fftools/cmdutils.h
    • [DH] fftools/ffprobe.c
  • Unable to convert .mp3 to .m4a using ffmpeg [closed]

    26 décembre 2020, par rahulg

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

    &#xA;&#xA;

    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.

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

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

    &#xA;&#xA;

    Freeware Advanced Audio Coder&#xA;FAAC 1.28&#xA;&#xA;Couldn&#x27;t open input file sample.mp3&#xA;

    &#xA;