Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (7187)

  • Can I run ffmpeg from my Python code and return a signal when it's done compressing ?

    8 octobre 2017, par xavier

    Seems that what I am looking for ( a simple ffmpeg interface for python ) is not available for python 3.5. I want to run a commandline from my code that I will fill with variables like :

    video_file = "/path/to/video/video.file"
    sound_file = "/path/to/sound/sound.file"
    output_name= (video.file + 'mp4')
    fmpeg -loop 1 -i video_file -i sound_file -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest output_name

    Is it possible to return a signal to trigger the next function that would use output_name as value to do next thing ? Is this even possible ¿ ?

  • Can I run ffmpeg from my Python code and return a signal when it's done compressing ?

    7 février 2016, par xavier

    Seems that what I am looking for ( a simple ffmpeg interface for python ) is not available for python 3.5. I want to run a commandline from my code that I will fill with variables like :

    video_file = "/path/to/video/video.file"
    sound_file = "/path/to/sound/sound.file"
    output_name= (video.file + 'mp4')
    fmpeg -loop 1 -i video_file -i sound_file -c:v libx264 -tune stillimage -c:a aac -strict experimental -b:a 192k -pix_fmt yuv420p -shortest output_name

    Is it possible to return a signal to trigger the next function that would use output_name as value to do next thing ? Is this even possible ¿ ?

  • Revision 5c22224e9e : Corrected optimization of 8x8 DCT code The 8x8 DCT uses a fast version whenever

    11 décembre 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Corrected optimization of 8x8 DCT code

    The 8x8 DCT uses a fast version whenever possible.
    There was a mistake in the checking code which
    meant sometimes the fast version was used when it
    was not safe to do so.

    Change-Id : I154c84c9e2d836764768a11082947ca30f4b5ab7
    (cherry picked from commit fd05fb0c21e253b4d6f92d7e0b752850ff8ab188)