Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (66)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • Error Cross Compiling : hidden symbol ... final link failed

    14 mai 2015, par haxan7

    I am getting the following error when compiling opencv with ffmpeg.

    ..../arm-none-linux-gnueabi/bin/ld : ../../bin/opencv_test_core : hidden symbol `__sync_val_compare_and_swap_4’ in ..../arm-none-linux-gnueabi/bin/ld : final link failed : Nonrepresentable section on output
    collect2 : ld returned 1 exit status

    I have no idea what this means. How do I fix this ?

    Edit :
    I am cross compiling for ARM using codesourcery’s arm-2009q3 compiler.
    I using cmake and make to compile.

  • Is final muxed filesize of two input streams to ffmpeg always equal to = stream1size + stream2size ?

    20 octobre 2013, par Stacked

    When using this command $cmd = "ffmpeg -i " .  $inputaudioURL . " -i " .  $inputvideoURL . " -acodec copy -vcodec copy muxed.mp4"; will the final filesize (for use in Content-length header) always equal to file-size of $inputaudioURL + $inputvideoURL ?

  • libspeexdec : fix detection of final terminator code

    13 juillet 2013, par Justin Ruggles
    libspeexdec : fix detection of final terminator code
    
    • [DH] libavcodec/libspeexdec.c