This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
tinypy:avidemux [2013/05/02 16:39] fx [Loading and saving file] |
tinypy:avidemux [2013/11/12 08:07] (current) mean [Getting Audio info about loaded file(s)] |
||
|---|---|---|---|
| Line 67: | Line 67: | ||
| Return the sampling rate of track track. For example 48000 for a 48 Khz track | Return the sampling rate of track track. For example 48000 for a 48 Khz track | ||
| + | |||
| + | __adm.audioBitrate(int track)__ | ||
| + | |||
| + | Return the bitrate in kilobits of the given track. For example a bitrate of 64000 bits/s will return 64. | ||