User User name Password  
   
Friday 29.8.2025 / 10:32
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > digital video > video - everything else > bin and cue file help
Show topics
 
Forums
Forums
bin and cue file help
  Jump to:
 
Posted Message
jtc982
Junior Member
_
28. May 2005 @ 16:37 _ Link to this message    Send private message to this user   
ok i recenlty d/l a movie and i look at the folder and i see cd 1, 2, 3 the 3 sperate folders have the bin and cue files. i have the deamon tool app but not really sure how to use it. my goal is to put this movie on a single dvd. how do i go about doing this?
jtc982
Junior Member
_
28. May 2005 @ 18:03 _ Link to this message    Send private message to this user   
ok i used isobuster to extract the mpeg and i d/l divxtodvd. how do i convert and join the 3 mpeg's together? b/c i really not sure how to use the divxtodvd program. am i supoose to select the 3 mpeg's and convert them to the dvd format?

This message has been edited since posting. Last time this message was edited on 28. May 2005 @ 20:05

jtc982
Junior Member
_
29. May 2005 @ 14:22 _ Link to this message    Send private message to this user   
ok my problem is now that when i merged both cd 1 2 3 mpegs together and the used divx to dvd to convert them to dvd format after that was done i burned with copy to dvd. i tried to play it in my ps2 and told me that the tv systems don't match and when put in my dvd player can't play it back. any ideas whats going on here?
Advertisement
_
__
 
_
andmerr
Suspended permanently
_
31. May 2005 @ 02:10 _ Link to this message    Send private message to this user   
BIN/CUE images are CD-Images that come in both a .bin and .cue file. The .cue file just stores information on the bin file for the burning software. This CD Image type is one of the most used today and is very reliable. Try the Afterdawn BIN/CUE FAQ here.




1) What is a .BIN? What is a .CUE? What is an .ISO

The .BIN / .CUE CD image format was made popular by the CDRWin software. Afterwards many programs have started supporting or partially supporting it, including: Nero, BlindWrite, CloneCD, FireBurner. The .CUE file contains the track layout information, while the .BIN file holds the actual data.

.ISO is also a CD image format, but is sometimes used for 'ISO9660 format' (standard, recognized by all applications) and sometimes for unique Easy CD ISO format.




2) I have download .BIN&.CUE/.ISO files - what to do with them?




You can burn them to a CD-R or a CD-RW with:

-Alcohol 120% - My favourite, excellent software, easy and yet very advanced (burns ISO, BIN/CUE, CCD, CDI, BWT files!):
http://cd-rw.org/software/cdr_software/cdr_tools/alcohol120.cfm

- BlindWrite - easy to use: http://www.cd-rw.org/software/cdr_software/cdr_applications/blind...

- FireBurner - also very good, a single .EXE file! http://www.cd-rw.org/software/cdr_software/cdr_applications/fireb...

- BurnAtOnce - A handy and FREE tool for burning .bin/.cue/.iso. Easy to use!
http://www.afterdawn.com/software/cdr_software/cdr_applications/b...

- Nero - many of you have this, but it can't handle all image files:
http://www.cd-rw.org/software/cdr_software/cdr_applications/nero.cfm

- CDRWin - This is the original BIN/CUE software:
http://www.cd-rw.org/software/cdr_software/cdr_applications/cdrwin.cfm


You can also mount image files as virtual CD-ROM drives using

Alcohol - http://cd-rw.org/software/cdr_software/cdr_tools/alcohol120.cfm

Daemon Tools - http://www.cd-rw.org/software/cdr_software/cdr_tools/daemon_tools.cfm

There are also several softwares you can use to exploit & manipulate BIN/CUE files in various ways:

CDMage - http://www.geocities.com/cdmage/
IsoBuster - http://www.smart-projects.net/isobuster/



3) I have a .BIN file but no .CUE?



.CUE can be made with just Notepad. A typical Playstation(One or 2) .CUE file looks like this:

FILE "image-name.BIN" BINARY
TRACK 1 MODE2/2352
INDEX 1 00:00:00

A typical PC CD-ROM .CUE looks like this:

FILE "image-name.BIN" BINARY
TRACK 01 MODE1/2352
INDEX 01 00:00:00

"image-name.BIN" being the name of the image file (IWDII.BIN, CIV3.BIN and so on...)

Notice the difference of the track mode - PC-ROMs being Mode 1, Playstations CDs Mode 2 and (Super)Video CDs are also MODE2/2352.



4) How do I make .BIN/.CUE files?



CDRWin or the BIN/CUE format is not ideal for distributing. BlindWrite suite and CloneCD perform a lot better in this purpose and can also handle various copy protections. Both of these softwares can also create .CUE files for increased compatibility



5) I have a .BIN & .CUE, but my CD writing software can't locate the .BIN file?



Edit the .CUE file with Notepad (or similar) and verify that the FILE "C:\path\image.bin" matches the location of your image file



6) My image file is IMAGE.BIN.EXE and I can't rename it!

Read here
http://forums.afterdawn.com/thread_view.cfm/23982

7) Sector sizes of CD image files (by Aldaco12)



When you talk about images must think on SECTORS not on DATA SIZE.

The rules are:

1)A standard 74 min CD is made by 333,000 sectors.
2) Each sector is 2352 bytes big, and contains 2048 bytes of PC (MODE1)Data, 2336 bytes of PSX/VCD (MODE2) Data or 2352 bytes of AUDIO.
3) The difference between secor size and data content are the Headers info and the Error Correction Codes, that are big for Data (high precision required), small for VCD (standard for video) and none for audio.
4)If you extract data in RAW format (standard for creating images) you always extract 2352 bytes per sector, not 2048/2336/2352 bytes depending on data type (basically, you extract the whole sector).

This fact has two main consequences:

a) You can record data at very high speed (40x) without losing information, but if you try to do the same with PSX or Audio you get unredable CD (for PSX) od audio CD with lots of clicks because there are not error correction codes (and error are more likely to occur if you record at high speed.

b) On a 74 min CD you can fit very large RAW images,up to 333,000 x 2352 = 783,216,000 bytes (747 Mb). This should be the upper limit for a RAW image created from a 74 min CD. Remember that if you store standard data (backup files), you can burn only 333,000 x 2048 = 681,984,000 bytes (the well known 650 MB limit).

Please note that an image size is ALWAYS a multple of 2352 bytes (you extract SECTORS), if extracted in RAW mode.


UPDATE 13.10.2002: Added FAQs 5 and 6
UPDATE 24.10.2002: Added BurnAtOnce
UPDATE 28.10.2002: Added Alcohol 120%
UPDATE 29.10.2002: Brief ISO comment
UPDATE 17.01.2003: Added Aldaco12's sector size post. Cleaned the thread




burning bin cue files with nero


http://www.afterdawn.com/guides/archive/bin_cue_with_nero.cfm


you can also use dvd decrypter to burn .bin and .cue files.Make sure your .bin file has its own corresponding cue file

This message has been edited since posting. Last time this message was edited on 31. May 2005 @ 02:11

Related links
Read our guide on how to burn BIN/CUE files to CD with Nero.
Read our guide on how to burn BIN/CUE files to CD with Nero.
 
Related forum topics Posts Last post Forum room
Cannot figure out This Cue File 2 22. May 2014 Audio
Burning of .cue/.flac audio CD rips on Linux 4 29. December 2013 Linux - General discussion
Bin and Application files 2 21. September 2013 Windows - Software discussion
Bin and Exe file only 6 25. July 2013 Windows - Software discussion
how to join 2 bin. files into 1 working file.. 5 7. July 2013 Video - Everything else
Would like to open bin/wad files found from a game 1 16. December 2012 PS2 - General discussion
AP25 cannot locate dae.bin file 3 3. December 2012 Xbox 360 - Modding & Hacking
Need Help With Converting Bin File to Iso For McBoot 2 23. April 2012 PS2 - DVD backup discussion
Problem burning psx backup (multitrack, bin/cue) 3 23. February 2012 PS2 - CD backup discussion
The xk3y team have defeated the new dae.bin issue 56 25. January 2012 Xbox 360 - Modding & Hacking

 
afterdawn.com > forums > digital video > video - everything else > bin and cue file help
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork