Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (66)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (5947)

  • ffMPEG "inttypes.h not found" error

    28 septembre 2018, par Nav

    While using the ffMPEG builds in Windows with Visual Studio 2010, I encountered the inttypes.h not found error.
    Since searching through the internet led me to wrong solutions, I thought I’d put up the right solution here so that people can find it easily. Will be answering my own question soon.

  • "No Java virtual machine has been registered" error when using "mediacodec"

    12 septembre 2018, par Mohammed_BEY

    I successfully cross-compiled FFmpeg with "mediacodec" (developed in Java) library for aarch64 ARM architecture under Android OS.
    When I try to run FFmpeg on Android without "mediacodec", it works just fine.
    However, when I run it with "mediacodec" option I got an error :
    "No Java virtual machine has been registered"
    Here is the command line I used :
    ./ffmpeg -vcodec hevc_mediacodec -i jellyfish-20-mbps-hd-hevc.mkv -f null out.null

    1) is is the problem of JRE ?
    2) if so, could someone guide me to enable JRE on Android, or cross-compile it ?

    Actually, I tried many times to cross-compile "openjdk" for aarch64 but none works.

  • Javascript Discord bot error : "FFMPEG not found" even though ffmpeg-binaries have been added to the package.json

    13 août 2018, par Xyvyrianeth

    I keep my bot online using Heroku, so installing FFMPEG to my computer wouldn’t really help me any.

    The issue is that I’m still getting this error despite having the npm ffmpeg-binaries added to my package.json’s dependencies. I’ve also tried using git URLs from Github and the official FFMPEG website, as well as trying to install the git directly using the run-command option in Heroku’s application page, but I keep getting this same error. Am I missing something ?