Emuforums.com

Go Back   Emuforums.com > General Discussion > Software Discussion
Home Register Downloads FAQ Members List Calendar Arcade Mark Forums Read

WON'T YOU JOIN US?
You are not a registered member and
are viewing this site as a guest.
Registration is simple and FREE.
Join this CrowdGather community today.
Registration offers the following perks:

» Less advertising throughout
» Post and participate in discussions
» Network with other forum members
» Free private messaging

join

Reply
 
Thread Tools Display Modes
Old May 10th, 2008, 16:36   #1
Slayer9x9
(^.^)v
 
Slayer9x9's Avatar
 
Join Date: May 2006
Location: California
Posts: 258
Question Converting .bin to .mp3

I've searched everywhere for a program that either extracts or converts .bin to a music file.
Anyone got any ideas?
__________________

Intel Centrino Duo 1.5 GHz
2 GIG RAM
Intel Graphics Media Accelerator X3100 (384 MG)
200 GIG Hard-drive space

Slayer9x9 is offline   Reply With Quote

Advertisement [Remove Advertisement]
Old May 10th, 2008, 17:27   #2
cottonvibes
You're already dead...
 
cottonvibes's Avatar
 
Join Date: Sep 2007
Location: Planet Vegeta
Posts: 5,387
no such thing

.bin isn't a music file format!


.bin is usually an CD storage file similar to ISO.
it can also be a file format used by various games.


if you're trying to convert a .bin audio CD file into MP3, first burn the .bin file using a CD burning program, and then rip the songs of the burned disk using a cd-ripping program.
__________________

"It was, of course, a lie what you read about my religious convictions, a lie which is being systematically repeated. I do not believe in a personal God and I have never denied this but have expressed it clearly. If something is in me which can be called religious then it is the unbounded admiration for the structure of the world so far as our science can reveal it." - Albert Einstein
check out my blog
cottonvibes is offline   Reply With Quote
Old May 10th, 2008, 17:29   #3
PCXL-Fan
Heroes Might& Magic Champ
 
PCXL-Fan's Avatar
 
Join Date: Oct 2007
Location: Utterly destroying the soul of Gladiator@ with my box of tasty Cheesy Puff potato chips
Posts: 4,713
or load it onto a virtual drive daemon tools or alcohol 52-120% and do what cotton said.
__________________
Quote:
Originally Posted by Exodus
Yes, I like anime, Street Fighter, Japanese music and download video game music. Yes, I know... I've changed.
gamersat678's Bug Reporter ||| cottonvibe's pcsx2 guide for noobs ||| GSdx plugin ||| DirectX End-User Runtime Web Installer
PCXL-Fan is offline   Reply With Quote
Old May 10th, 2008, 17:30   #4
karas81
.:Enigmatic Protagonist:.
 
karas81's Avatar
 
Join Date: Apr 2006
Location: TOKYO
Posts: 2,283
Better use two software instead of one,,,to avoid some bad data decoding,,,
1- To convert from BIN to WAV (I don't really remumber but something like videostudio (something that can handle BIN format-too lazy too search).
2- To convert from WAV to MP3 (sound forge is the best).
__________________
"I've had enough, there's no hope left for this pathetic clan."
"Growth occurs when one goes beyond one's limits. Realizing that is also part of training."
karas81 is offline   Reply With Quote
Old May 10th, 2008, 17:33   #5
cottonvibes
You're already dead...
 
cottonvibes's Avatar
 
Join Date: Sep 2007
Location: Planet Vegeta
Posts: 5,387
Quote:
Originally Posted by hanibal81 View Post
Better use two software instead of one,,,to avoid some bad data decoding,,,
1- To convert from BIN to WAV (I don't really remumber but something like videostudio (something that can handle BIN format-too lazy too search).
2- To convert from WAV to MP3 (sound forge is the best).
i don't think you'll be able to find a .bin to .wav format.

like i said, .bin is usually a CD image file format.

so its not a music file.

PCXL-fan's suggestion is also good if you don't want to burn the file on a cd.
__________________

"It was, of course, a lie what you read about my religious convictions, a lie which is being systematically repeated. I do not believe in a personal God and I have never denied this but have expressed it clearly. If something is in me which can be called religious then it is the unbounded admiration for the structure of the world so far as our science can reveal it." - Albert Einstein
check out my blog
cottonvibes is offline   Reply With Quote
Old May 10th, 2008, 17:36   #6
Hard core Rikki
Moving into the beat
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 11,296
Look into Isobuster. Open images then extract files that appear.
__________________

Hard core Rikki is online now   Reply With Quote
Old May 10th, 2008, 17:39   #7
karas81
.:Enigmatic Protagonist:.
 
karas81's Avatar
 
Join Date: Apr 2006
Location: TOKYO
Posts: 2,283
well if I'm thinking very well, even the thread is about SOUND_DATA, and I geuss, the BIN ones he gots and trying to talk about are streams of video+sound (or just a complicated sound), in which he wants to rip sound out of it,,,,or else he might specify more?§
__________________
"I've had enough, there's no hope left for this pathetic clan."
"Growth occurs when one goes beyond one's limits. Realizing that is also part of training."

Last edited by karas81; May 10th, 2008 at 19:29..
karas81 is offline   Reply With Quote
Old May 10th, 2008, 18:56   #8
runawayprisoner
Level 9998
 
runawayprisoner's Avatar
 
Join Date: Nov 2006
Location: Java
Posts: 9,377
.bin is universal for anything... binary. (hence... "bin")

Anyway, it depends on what kind of file that is. Better way to do it is hex edit the file, then look for an audio header. It'll tell you what format the file is, where its data starts and where the data ends. You can then use the hex editor to extract the data chunk (and the header) out into another file, and that file would be the sound file you're looking for. (oh yeah, and you still need to fix the header in the new sound file)
runawayprisoner is offline   Reply With Quote
Old May 10th, 2008, 19:44   #9
Slayer9x9
(^.^)v
 
Slayer9x9's Avatar
 
Join Date: May 2006
Location: California
Posts: 258
Quote:
Originally Posted by cottonvibes View Post
i don't think you'll be able to find a .bin to .wav format.

like i said, .bin is usually a CD image file format.

so its not a music file.

PCXL-fan's suggestion is also good if you don't want to burn the file on a cd.
Well, Devil May Cry 3 SE pc's "sound" folder has music in .bin format. I can play them with VLC, but i need to find a way to make mp3's out of them...
I'll look into your guys' suggestions.
__________________

Intel Centrino Duo 1.5 GHz
2 GIG RAM
Intel Graphics Media Accelerator X3100 (384 MG)
200 GIG Hard-drive space

Slayer9x9 is offline   Reply With Quote
Old May 10th, 2008, 21:24   #10
Hard core Rikki
Moving into the beat
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 11,296
MFaudio could be at least equally cool for that, but Psound isn't that bad either.
I'll see into this BIN thing, I got DMC:SE sitting somewhere...
__________________

Hard core Rikki is online now   Reply With Quote
Old May 10th, 2008, 21:38   #11
cottonvibes
You're already dead...
 
cottonvibes's Avatar
 
Join Date: Sep 2007
Location: Planet Vegeta
Posts: 5,387
Quote:
Originally Posted by Slayer9x9 View Post
Well, Devil May Cry 3 SE pc's "sound" folder has music in .bin format. I can play them with VLC, but i need to find a way to make mp3's out of them...
I'll look into your guys' suggestions.
interesting that its able to play the music.

a .bin file in a game can be anything, you're not garanteed that its a standard sound/music file.

if they already work though, why not copy the music from the CD, and just store them on your HDD.

and just forget about converting them, since they already work.
__________________

"It was, of course, a lie what you read about my religious convictions, a lie which is being systematically repeated. I do not believe in a personal God and I have never denied this but have expressed it clearly. If something is in me which can be called religious then it is the unbounded admiration for the structure of the world so far as our science can reveal it." - Albert Einstein
check out my blog
cottonvibes is offline   Reply With Quote
Old May 10th, 2008, 21:43   #12
PCXL-Fan
Heroes Might& Magic Champ
 
PCXL-Fan's Avatar
 
Join Date: Oct 2007
Location: Utterly destroying the soul of Gladiator@ with my box of tasty Cheesy Puff potato chips
Posts: 4,713
If you've ever taken a minute or 2 to make your own cue file its contents will be different if it is a redbook audio disk vs a data disk. It reads the cue file, and that will tell whether it is a data disk, or audio cd.
__________________
Quote:
Originally Posted by Exodus
Yes, I like anime, Street Fighter, Japanese music and download video game music. Yes, I know... I've changed.
gamersat678's Bug Reporter ||| cottonvibe's pcsx2 guide for noobs ||| GSdx plugin ||| DirectX End-User Runtime Web Installer
PCXL-Fan is offline   Reply With Quote
Old May 11th, 2008, 00:20   #13
ElijahTW
Need more coffee.
 
ElijahTW's Avatar
 
Join Date: Aug 2006
Location: Ohio
Posts: 5,086
Quote:
Originally Posted by Slayer9x9 View Post
Well, Devil May Cry 3 SE pc's "sound" folder has music in .bin format. I can play them with VLC, but i need to find a way to make mp3's out of them...
I'll look into your guys' suggestions.
It should be possible to play them Using VLC, and record it using Audacity.
__________________
"I used to think gas was expensive, then I realized we're buying liquid exploding dinosaurs."
ElijahTW is offline   Reply With Quote
Old May 11th, 2008, 00:30   #14
runawayprisoner
Level 9998
 
runawayprisoner's Avatar
 
Join Date: Nov 2006
Location: Java
Posts: 9,377
Just as I thought. That means the bin file itself may have an audio header? In which case, open up the file, read what the header has to say about the file format, and change the file name accordingly. Or you can try some MP3 encoders that... takes in anything and automatically scans for audio headers for you. Lame XP might be a good one for the job.
runawayprisoner is offline   Reply With Quote
Old May 13th, 2008, 06:24   #15
Slayer9x9
(^.^)v
 
Slayer9x9's Avatar
 
Join Date: May 2006
Location: California
Posts: 258
Quote:
Originally Posted by BigIg:
It should be possible to play them Using VLC, and record it using Audacity.
Yah, I would do that, though the quality would be degraded some bit, no?

Quote:
Originally Posted by runawayprisoner:
Just as I thought. That means the bin file itself may have an audio header? In which case, open up the file, read what the header has to say about the file format, and change the file name accordingly. Or you can try some MP3 encoders that... takes in anything and automatically scans for audio headers for you. Lame XP might be a good one for the job.
Srry to ask, but how would I read the header? Also, I'll look into the Lame XP thing...
__________________

Intel Centrino Duo 1.5 GHz
2 GIG RAM
Intel Graphics Media Accelerator X3100 (384 MG)
200 GIG Hard-drive space

Slayer9x9 is offline   Reply With Quote
Old May 13th, 2008, 06:34   #16
Hard core Rikki
Moving into the beat
 
Hard core Rikki's Avatar
 
Join Date: May 2004
Location: Perpetual Hawaii
Posts: 11,296
Quote:
how would I read the header
yuo could use a hex or binary editor and open the file (even in notepad if you prefer). check first 128 bytes in the file. paste here for identification.

Lame XP doesnt do much if anything. For conversions, MediaCoder and Besweet are the real deal.
__________________

Hard core Rikki is online now   Reply With Quote
Old May 13th, 2008, 07:37   #17
NexXxus
it'se miku!
 
NexXxus's Avatar
 
Join Date: Jan 2006
Location: Cologne, Germany
Posts: 3,609
in those .bin should be one or more ogg's/wav's if i remember correctly.
so thats why vlc can play it.
NexXxus is offline   Reply With Quote
Old May 13th, 2008, 07:50   #18
Anatasia
越南にて
 
Anatasia's Avatar
 
Join Date: Jun 2006
Location: Vietnam
Posts: 355
Quote:
Originally Posted by NexXxus View Post
in those .bin should be one or more ogg's/wav's if i remember correctly.
so thats why vlc can play it.
Tha's what I think about.Maybe just simply rename the extension to OGG or WAV or use something like GSpot to regconize the codecs.Doesn't need to know what is the header.
__________________
Yoroshiku onegaiitashimasu
Cogito ergo sum - Je pense donc je suis - 我思う。ゆえに我在り
Anatasia is offline   Reply With Quote
Old May 13th, 2008, 08:48   #19
Rufoo
Registered User
 
Join Date: Jul 2004
Location: Hong Kong
Posts: 35
Certain Konami titles (and select others) use .BIN files as their method of music storage to which PSF Central has a wonderful little proggy called VB2RIP which extracts .wav information from .BIN files.

You can obtain the file from Neill Corlett's site - VB2rip - Neill Corlett's Home Page

Despite the main page only listing a few titles, many are actually supported. Worked fine when I wanted to get the soundtrack from the BIN files on my Castlevania: Curse of Darkness PS2.

EDIT: And before the fanboys go for the jugular, I am well aware DMC3 is a Capcom title.
Rufoo is offline   Reply With Quote
Old May 13th, 2008, 09:27   #20
Anatasia
越南にて
 
Anatasia's Avatar
 
Join Date: Jun 2006
Location: Vietnam
Posts: 355
Quote:
Originally Posted by Rufoo View Post
Certain Konami titles (and select others) use .BIN files as their method of music storage to which PSF Central has a wonderful little proggy called VB2RIP which extracts .wav information from .BIN files.

You can obtain the file from Neill Corlett's site - VB2rip - Neill Corlett's Home Page

Despite the main page only listing a few titles, many are actually supported. Worked fine when I wanted to get the soundtrack from the BIN files on my Castlevania: Curse of Darkness PS2.

EDIT: And before the fanboys go for the jugular, I am well aware DMC3 is a Capcom title.
This is PC version and the sound file is an OGG extension.And all he needs is a software to convert OGG to MP3.Your suggestion maybe can apply in PS2 field.
__________________
Yoroshiku onegaiitashimasu
Cogito ergo sum - Je pense donc je suis - 我思う。ゆえに我在り
Anatasia is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +1. The time now is 02:21.

© 2006 - 2012 Emu Forums | About Emu Forums | Advertisers | Investors | Legal | A member of the Crowdgather Forum Community


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.