Results 1 to 9 of 9

Thread: Cracking Sound File

  1. #1

    Thread Starter
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666

    Angry

    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]

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  3. #3
    Lively Member
    Join Date
    May 2000
    Location
    Atlanta, GA
    Posts
    80

    Question 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

  4. #4

    Thread Starter
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    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]

  5. #5
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  6. #6

    Thread Starter
    Fanatic Member gwdash's Avatar
    Join Date
    Aug 2000
    Location
    Minnesota
    Posts
    666
    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]

  7. #7
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  8. #8
    Frenzied Member
    Join Date
    Aug 2000
    Posts
    1,539

    Unhappy 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


  9. #9
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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
  •  



Click Here to Expand Forum to Full Width