Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (42)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

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

  • arm/aarch64 : Use mach_absolute_time as timer on apple platforms

    12 février 2021, par Martin Storsjö
    arm/aarch64 : Use mach_absolute_time as timer on apple platforms
    

    This is much less precise than the cycle counter register, but
    the cycle counter register is not available on apple platforms
    (and on linux, it requires a kernel module for allowing user mode
    access).

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavutil/aarch64/timer.h
    • [DH] libavutil/arm/timer.h
  • How to build FFmpeg with Apple Symbols

    18 septembre 2021, par Meh.

    MOVED FROM : https://superuser.com/questions/1676856/how-to-build-ffmpeg-with-apple-symbols?noredirect=1#comment2572799_1676856

    &#xA;

    I'm trying to build FFmpeg 3.2.4 with OpenSSL >= 2.0.7 (3.0.0) from source so I can use it's binaries to build Dolphin-Emu.

    &#xA;

    I just do this : ./configure --enable-gnutls and when I build with make -j5 (-j5 speeds up the process) then make install. When I use it in compiling Dolphin , I get an error somewhat like this :

    &#xA;

    Undefined symbols for architecture x86_64:&#xA;  "_kCVImageBufferColorPrimaries_ITU_R_709_2", referenced from:&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;  "_kVDADecoderConfiguration_SourceFormat", referenced from:&#xA;  "_kCVImageBufferTransferFunction_ITU_R_2020", referenced from:&#xA;      _ff_vda_create_decoder in libavcodec.a(vda_h264.o)&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;  "_kVDADecoderConfiguration_avcCData", referenced from:&#xA;  "_CMBlockBufferCopyDataBytes", referenced from:&#xA;      _ff_vda_create_decoder in libavcodec.a(vda_h264.o)&#xA;      _vtenc_frame in libavcodec.a(videotoolboxenc.o)&#xA;  "_kCVImageBufferYCbCrMatrixKey", referenced from:&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;      _vtenc_send_frame in libavcodec.a(videotoolboxenc.o)&#xA;  "_SSLSetCertificate", referenced from:&#xA;      _tls_open in libavformat.a(tls_securetransport.o)&#xA;  "_CMTimeMake", referenced from:&#xA;      _vtenc_send_frame in libavcodec.a(videotoolboxenc.o)&#xA;  "_kCVPixelBufferWidthKey", referenced from:&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;  "_VDADecoderCreate", referenced from:&#xA;      _ff_vda_create_decoder in libavcodec.a(vda_h264.o)&#xA;  "_kVTProfileLevel_H264_High_4_2", referenced from:&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;  "_kCVPixelBufferIOSurfacePropertiesKey", referenced from:&#xA;      _ff_vda_create_decoder in libavcodec.a(vda_h264.o)&#xA;  "_kVTProfileLevel_H264_Baseline_1_3", referenced from:&#xA;      _vtenc_init in libavcodec.a(videotoolboxenc.o)&#xA;(example)&#xA;

    &#xA;

    These _kV(blahblahblah) symbols are provided by Apple... under <coremedia></coremedia>CoreMedia.h> so my mac should DEFINITELY have this. OpenSSL version is 3.0.0 as there's an error about _SSLSetCertificate not existing.

    &#xA;

    Does anyone have any ideas why this is throwing undefined symbols for existing symbols ? (My FFmpeg is compiled by clang whenever I use make, and I use gnutls(installed by brew) which should rely on openssl3.0)

    &#xA;

    Xcode version : 11.3.1 (Only has macos 10.15 SDK)

    &#xA;

  • avcodec/exrenc : add half-float support

    27 février 2021, par Paul B Mahol
    avcodec/exrenc : add half-float support
    
    • [DH] libavcodec/exrenc.c