GaneshJadhavOnGitHub / MP3-Metadata-Extractor

A small program to print Metadata of MP3 file using Rust programming language.

Home Page:https://github.com/GaneshJadhavOnGitHub/MP3-Metadata-Extractor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MP3-Metadata-Extractor

A small program to print Metadata of MP3 file using Rust programming language.

For system requirements please refer file 'Application_Requirements.txt'.

How to run program.

  1. Clone the repository.
  2. navigate inside folder 'mp3_metadata_extractor'
  3. cargo build
  4. cargo run Sample.mp3

To save output to a file execute following command.

cargo run Sample.mp3 > Sample.txt


Output :-

Output Screenshot 1

Output1

Output Screenshot 2

Output2