-
Notifications
You must be signed in to change notification settings - Fork 54
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
Comments
I might do vgm2flac when the VGMPlay rewrite (based on libvgm) is finished. Until then, you'll have to wait. |
I think we could probably write a simple program that dumps specified tags
to standard output. From there it would be quite easy to create a script
that runs vgm2pcm and pipes to ffmpeg with the supplied Metadata. No need
to write a separate vgm2xxx application for each file format.
Den lör 2 juni 2018 18:12ValleyBell <[email protected]> skrev:
… Closed #38 <#38>.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#38 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABGw8URqePGZzL-QfTlhFfCHoHrZqm88ks5t4rmCgaJpZM4UWKE4>
.
|
That would work, I think whatever it is it should output to lossless with tag support. End users can take it from there ;) |
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. |
I'll just reopen this so it stays a reminder for me, even though I won't solve it in this repo. |
Well I made this https://github.com/Jocker666z/Various-scripts/blob/master/vgm2flac.sh
It's bash script for convert vgm to flac, with tag, peak normalization and test channel (stereo or mono). vgm_tag install:
|
Just for info, I made "a little" vgm2flac evolve -> https://github.com/Jocker666z/vgm2flac |
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...
The text was updated successfully, but these errors were encountered: