Recherche avancée

Médias (91)

Autres articles (104)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (7014)

  • Why is ffmpeg executable so much faster than using libfdk_aac directly ?

    3 février 2016, par lancejabr

    When I encode a wav file to AAC using the ffmpeg executable (using libfdk_aac and setting -threads 1), the process completes several times faster than when I use the AAC encoding example provided by the libfdk_aac library itself. I looked at the code and the central loop in libfdk_aac is almost identical to the aac_encode_frame method in the ffmpeg source.

    Anyone know why the executable would be so much faster ? I’m looking into compilation options but we’re talking like 8x speedup so I don’t think it’s just putting -O3 on there... Does ffmpeg encode multiple buffers at once even when there is only one thread ?

  • Docker run cannot find existing file ?

    11 juillet 2023, par dexonter

    I am trying to run this command to test if the gpu is being recognized

    


    docker run --rm --device /dev/dri:/dev/dri jrottenberg/ffmpeg:5.1.2-vaapi2004 -hwaccel vaapi -hwaccel_output_format vaapi -i /root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4 -c:v h264_vaapi /tmp/example.mp4


    


    And it errors out with : /root/Server_transcoder/bbb_sunflower_1080p_30fps_normalORIG.mp4: No such file or directory

    


    The file exists in there and the path is not misspelled - I checked like 10 times

    


    What could be the problem here ?? I am clueless

    


  • Configuring PHPVideoToolkit library

    21 novembre 2013, par mrpotatohead

    I'm trying to set up PHPVideoToolkit to use for converting videos on a server and can't seem to get the documentation/examples working. After setting the basic configuration, as well as making some slight changes to even be able to see the documentation I'm getting the following error (among others) :

    Declaration of PHPVideoToolkit\FfmpegProcess::getExecBuffer() should be compatible
    with that of PHPVideoToolkit\ProcessBuilder::getExecBuffer()

    and this one, several times :

    Undefined offset: 2
           [2] => /var/www/media_html/phpvideotoolkit-v2/src/PHPVideoToolkit/FfmpegParserAbstract.php

    After digging around for a little bit in various source files I realized I'm probably doing more harm than good changing stuff around and am probably doing something wrong.
    I'm stumped as to how to fix this so thanks in advance to anyone who knows how to.