answersLogoWhite

0


Best Answer

No. Traverse the ID3v2 metadata at the start of the file, looking for the TLEN frame. If it exists, the length can be found there. If there is no TLEN frame, then you will have to traverse each data frame to calculate the overall length. Once determined, insert a TLEN frame with the appropriate length into the file's ID3v2 metadata.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

9y ago

No. The duration can be encoded as a data frame at the start of the file.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the fastest method to get the duration of a vbr mp3 file Is it a must to scan the whole file once?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the duration of Canada File?

The duration of Canada File is 1800.0 seconds.


What is the duration of Regional File?

The duration of Regional File is 1800.0 seconds.


What is the duration of The Jerusalem File?

The duration of The Jerusalem File is 1.6 hours.


What is the duration of The Walter Winchell File?

The duration of The Walter Winchell File is 1800.0 seconds.


What is the duration of The Odessa File film?

The duration of The Odessa File - film - is 2.17 hours.


What is the duration of The File on Thelma Jordon?

The duration of The File on Thelma Jordon is 1.67 hours.


What is the fastest file system?

NFTS, not FAT32


What is a proper method of opening a file for writing as binary file in c?

4524524


How many used e-file to file federal taxes last year?

I e-file EVERY year it is the best and fastest way plus ITS FREE!


What method is used for inserting a picture file into a slide?

double click on the file name


Which of the class in java.io package defines a method to delete a file?

The java.io.File class in Java has a delete() method to delete the file. See related link for details.


Could you explain factors to consider when selecting file organization method?

Here are the factors to consider before choosing a file organisation method; 1. Frequency of update: A file that needs to be updated every now and then needs an organisation method that will allow easy retrieval of information and ease of updating, example of such a file is the transaction file. 2. File activity: Different files have different activities, example a sort file is used to sort data in sequential order and therefore sequential method would be appropriate for such a file. 3. File access method: Definately different files have different methods of being accessed, example a reference file is accessed using random method for easy retrieval of data. 4. Nature of the system: Files that are used in a particular system will depend on the nature of the system i.e the suitable organisation method for that particular system. 5. Masterfile medium: The masterfile is the main file for keeping permanent updates of records from transaction files and other sources, the medium by which it is updated will determine the organisation method to be used.