Hallo!
I need the exact playtime of an AC3-File. At the moment I transcode the AC3 file with AC3Machine and get the playtime from the BeSweet log-file. But this method takes to much time, I only want the playtime, the transcoding process isn´t necessary.
Can anybody help?
Thx,
Dirk
size of file in bytes x 32
-------------------------- 4*bitrate
will give the playtime in miliseconds
Thx a lot! |