Recherche avancée

Médias (0)

Mot : - Tags -/logo

Aucun média correspondant à vos critères n’est disponible sur le site.

Sur d’autres sites (501)

  • Revision 1d29ce53fe : Add —show-program-output option to shell tests. When used —show-program-outpu

    30 avril 2014, par Tom Finegan

    Changed Paths :
     Modify /test/decode_to_md5.sh


     Modify /test/decode_with_drops.sh


     Modify /test/simple_decoder.sh


     Modify /test/simple_encoder.sh


     Modify /test/tools_common.sh



    Add —show-program-output option to shell tests.

    When used —show-program-output shows the output from the programs run
    during testing.

    Change-Id : I15a47c43d1fcf0243c8df1a75d0d2a584ae1f08f

  • cabac : Move code only used within the CABAC test program into the test program.

    7 janvier 2012, par Diego Biurrun

    cabac : Move code only used within the CABAC test program into the test program.

  • How to include ffmpeg in my python program to be run in any pc ?

    23 mai 2019, par Kodeeo

    I made a little python program to convert audio files from one to another format. My program uses PyDub and ffmpeg to do the job.
    I now want to export my py to exe and give the program to my girlfriend, but she is bad with computers and will never understand how to install ffmpeg.
    Will my program work anyway if I pack it up with pyinstaller —onefile ?
    If not, is there some way to make the install process of ffmpeg simpler or to include it in my code ?