|
-
Aug 17th, 2000, 01:40 PM
#1
Thread Starter
Fanatic Member
I have Who Wants to Be a Millionaire both first and second editon. The music is stored in a file called music.dat. Is there any way of extracting the music to a wav file. have tried several things already, any help would be great.
Thanks in advance!
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 17th, 2000, 02:14 PM
#2
Monday Morning Lunatic
Can you supply the first 10K of the file? I'll try and find the format from the header.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 17th, 2000, 04:00 PM
#3
Lively Member
Really an MPG?
When Video CDs are created from MPEGs, the mpg is basically renamed from YourFile.mpg to YourFile.dat when it's stored on the CD.
Could this be the case for you? Try renaming the file to music.mpg and see if it will play in any mpeg player...
If it does, you can demux any video any audio and use the mp2 stream to get your audio.
Make sense?
Let me know how it works out....
Kevin
-
Aug 17th, 2000, 10:08 PM
#4
Thread Starter
Fanatic Member
ksutton:didn't work
Parksie: how do i extract the first 10K from the 10M file!
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 18th, 2000, 12:24 PM
#5
Monday Morning Lunatic
Use a VB program...just loop through and binary read the first 10000 bytes, and write them into another file. Then send it to me .
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 21st, 2000, 03:33 PM
#6
Thread Starter
Fanatic Member
just checking to see if you got my message, if so, how is it comming?
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Aug 21st, 2000, 03:51 PM
#7
Monday Morning Lunatic
No idea so far. It doesn't look like anything I've ever seen before.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 23rd, 2000, 12:31 PM
#8
Frenzied Member
all .dat i seen are .mpeg
its weird..
cus i download a LOT of movies.
and most of them are .MPEG
just using .dat to hide them or something
change them to .mpeg still works
dont know why it doesnt in you case
-
Aug 23rd, 2000, 12:54 PM
#9
Monday Morning Lunatic
Sorry Grant, but I have no idea about that file. I suppose I could try doing a direct comparison (brute force comparison of variable-length sections from the beginning of the .dat file and any other files you find, from the more sources the better)...but I don't think it'll be too successful. It actually looks like a custom format to me, actually, because most audio file types have a specific text header in them.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|