window.ENTITIES={'/api/snippets/bash/ubuntu%2024%20-%20convert%20*.bin%20and%20*.cue%20files%20to%20*.iso%20file':[{"result":true,"message":null,"batch":{"type":"bash","name":"ubuntu 24 - convert *.bin and *.cue files to *.iso file","items":[{"id":"DLaeRp","type":"bash","name":"Ubuntu 24 - convert *.bin and *.cue files to *.iso file","content":"bchunk input.bin input.cue output\n\n\n# Where:\n# `input.bin` and `input.cue` are input files,\n# `output` is prefix name for output files.\n\n# Hint: to install `bchunk` command under Debian / Ubuntu use `sudo apt-get install bchunk` command.\n\n\n# Example output:\n#\n# binchunker for Unix, version 1.2.2 by Heikki Hannikainen \n# Created with the kind help of Bob Marietta ,\n# partly based on his Pascal (Delphi) implementation.\n# Support for MODE2/2352 ISO tracks thanks to input from\n# Godmar Back , Colas Nahaboo \n# and Matthew Green .\n# Released under the GNU GPL, version 2 or later (at your option).\n#\n# Reading the CUE file:\n#\n# Track 1: MODE1/2352 01 00:00:00\n# Track 2: AUDIO 01 08:62:33\n# Track 3: AUDIO 01 12:44:39\n# \n# Writing tracks:\n#\n# 1: output01.iso 84/84 MB [********************] 100 %\n# 2: output02.cdr 54/54 MB [********************] 100 %\n# 3: output03.cdr 59/59 MB [********************] 100 %","source":"","author":{"id":"Ro42dD","name":"Creg","avatar":"1667335677213__Ro42dD__w40px_h40px.jpg","points":9600,"role":"ADMIN"},"creationTime":1735429458000,"updateTime":1769872804000,"removalTime":null}]}}]};