Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vgm2flac with tag support (or something similar) #38

Open
sdsnatcher73 opened this issue Jun 1, 2018 · 7 comments
Open

Add vgm2flac with tag support (or something similar) #38

sdsnatcher73 opened this issue Jun 1, 2018 · 7 comments

Comments

@sdsnatcher73
Copy link

Currently vgm2wav is already really nice, what would make things even better if it was possible to output to FLAC (or any other lossless format, conversion can be done afterwards) and that meta info from the vim file is written to the tags in the output file...

@sdsnatcher73 sdsnatcher73 changed the title Add vgm2flac with tag support Add vgm2flac with tag support (or something similar) Jun 1, 2018
@ValleyBell
Copy link
Contributor

I might do vgm2flac when the VGMPlay rewrite (based on libvgm) is finished. Until then, you'll have to wait.

@superctr
Copy link
Contributor

superctr commented Jun 2, 2018 via email

@sdsnatcher73
Copy link
Author

That would work, I think whatever it is it should output to lossless with tag support. End users can take it from there ;)

@ValleyBell
Copy link
Contributor

Maybe an easy alternative to a separate tool would be write tags into WAV files. (using the INFO block)

Again, I won't do this by myself right now, but if anyone wants to have a try, I'll gladly accept pull requests.

@ValleyBell
Copy link
Contributor

I'll just reopen this so it stays a reminder for me, even though I won't solve it in this repo.

@ValleyBell ValleyBell reopened this Jun 6, 2018
@Jocker666z
Copy link

Jocker666z commented May 16, 2019

Currently vgm2wav is already really nice, what would make things even better if it was possible to output to FLAC (or any other lossless format, conversion can be done afterwards) and that meta info from the vim file is written to the tags in the output file...

Well I made this https://github.com/Jocker666z/Various-scripts/blob/master/vgm2flac.sh

bash vgm2flac.sh /directory-with-vgm/

It's bash script for convert vgm to flac, with tag, peak normalization and test channel (stereo or mono).
Script need binaries of VGMPplay (https://github.com/vgmrips/vgmplay), vgm_tag (https://github.com/vgmrips/vgmtools), FFMPEG (https://ffmpeg.org/)

vgm_tag install:

git clone https://github.com/vgmrips/vgmtools
cd vgmtools
make vgm_tag
sudo cp vgm_tag /usr/local/bin/

@Jocker666z
Copy link

Just for info, I made "a little" vgm2flac evolve -> https://github.com/Jocker666z/vgm2flac

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants