Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (43)

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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7444)

  • Unknown OS 'msys_nt-6.1'. using Mingw on win7 64bit

    9 janvier 2016, par user63898

    I try to compile FFmpeg from source using MSYS2 and MIngW I’m using win7 64 bit .
    using .

    $ ./configure --enable-shared

    I’m getting this error :

    Unknown OS 'msys_nt-6.1'.

    If you think configure made a mistake, make sure you are using the latest
    version from Git.  If the latest version fails, report the problem to the
    ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.

    looking in to config.log
    i see ( the end of the log ) :

    gcc -std=c99 -Wall -O3 -c -o /tmp/ffconf.fnJeLuIu.o /tmp/ffconf.e8DJYGJM.c
    check_code cc  int test[2*(sizeof(void *) > 4) - 1]
    check_cc
    BEGIN /tmp/ffconf.e8DJYGJM.c
       1   int main(void) { int test[2*(sizeof(void *) > 4) - 1]; return 0; }
    END /tmp/ffconf.e8DJYGJM.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -c -o /tmp/ffconf.fnJeLuIu.o /tmp/ffconf.e8DJYGJM.c
    G:/msys64/tmp/ffconf.e8DJYGJM.c: In function 'main':
    G:/msys64/tmp/ffconf.e8DJYGJM.c:1:22: error: size of array 'test' is negative
    int main(void) { int test[2*(sizeof(void *) > 4) - 1]; return 0; }
                         ^
    check_cpp_condition stddef.h defined(__x86_64__)
    check_cpp
    BEGIN /tmp/ffconf.e8DJYGJM.c
       1   #include
       2   #if !(defined(__x86_64__))
       3   #error "unsatisfied condition: defined(__x86_64__)"
       4   #endif
    END /tmp/ffconf.e8DJYGJM.c
    gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -std=c99 -E -o /tmp/ffconf.fnJeLuIu.o /tmp/ffconf.e8DJYGJM.c
    G:/msys64/tmp/ffconf.e8DJYGJM.c:3:2: error: #error "unsatisfied condition: defined(__x86_64__)"
    #error "unsatisfied condition: defined(__x86_64__)"
     ^
    Unknown OS 'msys_nt-6.1'.

    what did i miss ? what did i do wrong ?
    Thanks

  • Annual Release of External-Videos plugin – we’ve hit v1.0

    13 janvier 2017, par silvia

    This is the annual release of my external-videos wordpress plugin and with the help of Andrew Nimmolo I’m proud to annouce we’ve reached version 1.0 !

    So yes, my external-videos wordpress plugin is now roughly 7 years old, who would have thought ! During the year, I don’t get the luxury of spending time on maintaining this open source love child of mine, but at Christmas, my bad conscience catches up with me – every year ! I then spend some time going through bug reports, upgrading the plugin to the latest wordpress version, upgrading to the latest video site APIs, testing functionality and of course making a new release.

    This year has been quite special. The power of open source has kicked in and a new developer took an interest in external-videos. Andrew Nimmolo submitted patches over all of 2016. He decided to bring the external-videos plugin into the new decade with a huge update to the layout of the settings pages, general improvements, and an all-round update of all the video site APIs which included removing their overly complex SDKs and going straight for the REST APIs.

    Therefore, I’m very proud to be able to release version 1.0 today. Thanks, Andrew !

    Enjoy – and I look forward to many more contributions – have a Happy 2017 !

    NOTE : If you’re upgrading from an older version, you might need to remove and re-add your social video sites because the API details have changed a bit. Also, we noticed that there were layout issues on WordPress 4.3.7, so try and make sure your WordPress version is up to date.

  • Setting network interface for ffmpeg with RTMP output in windows

    17 juillet 2018, par Brian Richer

    When running ffmpeg is there any way to set the network interface that will be used for RTMP output ? We’re using the latest build for windows.