Recherche avancée

Médias (91)

Autres articles (111)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (6022)

  • How to build FFmpeg with Apple Symbols ?

    22 septembre 2021, par Meh.

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

    


    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.

    


    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 :

    


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


    


    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;

    Linker command to link Dolphin and FFmpeg w/ OpenSSL binaries/libs

    &#xA;

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c&#x2B;&#x2B; -O3 -DNDEBUG -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk -mmacosx-version-min=10.14.0 -Wl,-search_paths_first -Wl,-headerpad_max_install_names -L/usr/local/lib -Wl,-dead_strip,-dead_strip_dylibs CMakeFiles/dolphin-nogui.dir/Platform.cpp.o CMakeFiles/dolphin-nogui.dir/PlatformHeadless.cpp.o CMakeFiles/dolphin-nogui.dir/MainNoGUI.cpp.o -o ../../../Binaries/dolphin-emu-nogui  ../Core/libcore.a ../UICommon/libuicommon.a ../../../Externals/cpp-optparse/libcpp-optparse.a ../VideoBackends/Null/libvideonull.a ../VideoBackends/OGL/libvideoogl.a ../VideoBackends/Software/libvideosoftware.a ../VideoBackends/Vulkan/libvideovulkan.a ../VideoCommon/libvideocommon.a ../Core/libcore.a ../VideoBackends/Null/libvideonull.a ../VideoBackends/OGL/libvideoogl.a ../VideoBackends/Software/libvideosoftware.a ../VideoBackends/Vulkan/libvideovulkan.a ../VideoCommon/libvideocommon.a ../AudioCommon/libaudiocommon.a /usr/local/lib/libpulse.dylib ../../../Externals/soundtouch/libSoundTouch.a ../../../Externals/FreeSurround/libFreeSurround.a ../../../Externals/cubeb/libcubeb.a -framework AudioUnit -framework CoreAudio -framework CoreServices ../DiscIO/libdiscio.a /usr/lib/libbz2.dylib ../../../Externals/liblzma/liblzma.a ../../../Externals/zstd/libzstd.a ../InputCommon/libinputcommon.a -framework Carbon -framework ForceFeedback /usr/local/lib/libSDL2.dylib -framework Cocoa ../../../Externals/SFML/libsfml-network.a ../../../Externals/SFML/libsfml-system.a ../../../Externals/LZO/liblzo2.a -framework CoreServices -framework IOBluetooth ../../../Externals/mGBA/mgba/libmgba.a -framework Foundation -lm ../../../Externals/hidapi/libhidapi.a ../../../Externals/glslang/libglslang.a ../../../Externals/xxhash/libxxhash.a ../../../Externals/imgui/libimgui.a /usr/local/lib/libavformat.a /usr/local/lib/libavcodec.a /usr/local/lib/libswscale.a /usr/local/lib/libavutil.a ../Common/libcommon.a ../../../Externals/enet/libenet.a ../../../Externals/mbedtls/library/libmbedtls.a ../../../Externals/mbedtls/library/libmbedx509.a ../../../Externals/mbedtls/library/libmbedcrypto.a /usr/lib/libcurl.dylib /usr/lib/libiconv.dylib ../../../Externals/libpng/libpng.a -framework AppKit ../../../Externals/miniupnpc/libminiupnpc.a ../../../Externals/pugixml/libpugixml.a ../../../Externals/fmt/libfmt.a ../../../Externals/Bochs_disasm/libbdisasm.a ../../../Externals/libusb/libusb.a -framework CoreFoundation -framework IOKit /usr/lib/libobjc.dylib ../../../Externals/minizip/libminizip.a /usr/lib/libz.dylib ../../../Externals/discord-rpc/src/libdiscord-rpc.a -lpthread -framework AppKit &#xA;

    &#xA;

  • Does FFMPEG support AES128 Sample encryption required for Apple Fairplay DRM ?

    29 avril 2019, par Sathish Rao

    I need to encrypt an MPEG2 Transport stream with Sample AES encryption compatible with Fairplay DRM. Does FFMPEG support Sample AES encryption (just like how it supports Common Encryption for Widevine and Playready DRMs) ?

  • Add Apple Pixlet decoder

    19 septembre 2016, par Paul B Mahol
    Add Apple Pixlet decoder
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] Changelog
    • [DBH] doc/general.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/allcodecs.c
    • [DBH] libavcodec/avcodec.h
    • [DBH] libavcodec/codec_desc.c
    • [DBH] libavcodec/pixlet.c
    • [DBH] libavcodec/version.h
    • [DBH] libavformat/isom.c
    • [DBH] tests/fate/video.mak
    • [DBH] tests/ref/fate/pixlet