Recherche avancée
Médias (1)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
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 FineganChanged 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 Biurruncabac : 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 KodeeoI 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 ?