Home | History | Annotate | Download | only in examples

Lines Matching defs:time

36 you are really motivated and have a lot of time on your hands then you can run
38 the first time Rippy will recalculate the bitrate to give you the nearly exact
72 import sys, os, re, math, stat, getopt, traceback, types, time
240 # you cannot get exact time based on compressed size.
462 At this time there is no way to set the output audio name.
481 """This attempts to get the length of the media file (length is time in seconds).
484 time for many compressed video and audio formats -- notably MPEG4 and MP3.
974 start_time = time.time()
975 print time.asctime()
977 print time.asctime()
978 print "TOTAL TIME IN MINUTES:",
979 print (time.time() - start_time) / 60.0