I have a lot of files, which are ranged from 735mb to 1.5 gigabytes. I´d like to burn each of those files to a single cd, but they exceed the capacity of every cd(700mb max).
I would be thankful if you can help me knowing any special softwares for this ....
I´ve had several ideas of how to achieve this:
1. Re-encode the ones that are video files: Several of them are, but re-encoding is very time consuming and i need to free hard disk space often, plus I´m not an expert encoder and it would take time for me to learn how not to degrade the quality while re-encoding. Re-encoding is not an option.
2. Compress the ones that are data files or databases: but if I use zip software, in order to read em from the cd, it extracts the whole file to a temporary directory on my hard drive, which is time consuming. I want to be able to read the files on the fly, just like every "NORMAL" cd.
So any one can guide me in this.
Regards
ID
[snip]
I have a lot of files, which are ranged from 735mb to 1.5 gigabytes. I´d like to burn each of those files to a single cd, but they exceed the capacity of every cd(700mb max). 2. Compress the ones that are data files or databases: but if I use zip software, in order to read em from the cd, it extracts the whole file to a temporary directory on my hard drive, which is time consuming. I want to be able to read the files on the fly, just like every "NORMAL" cd.
[snip]
There's squashfs filesystem that achieves exactly what you want. Gentoo Live CD uses it. Just if you are a little more into experimenting, you might try the eMovix distro.
But as an aside, you cannot fit 735 mb of an encoded (read XviD, Divx) video file onto a single cd. You might try for 800mb CDs if you can find them here, even then the 1.5 GB ones wouldn't fit. The max i've managed is 705 or 706 mb.
The best option you have for encoded vids, is splitting the videos onto multiple cds.
C
On Wed, 4 Aug 2004, Iqbal Dehlvi wrote:
I have a lot of files, which are ranged from 735mb to 1.5 gigabytes. I´d like to burn each of those files to a single cd, but they exceed the capacity of every cd(700mb max).
taken from:
/usr/src/linux/Documentation/Configure.help
Transparent decompression extension CONFIG_ZISOFS This is a Linux-specific extension to RockRidge which lets you store data in compressed form on a CD-ROM and have it transparently decompressed when the CD-ROM is accessed. See http://www.kernel.org/pub/linux/utils/fs/zisofs/ for the tools necessary to create such a filesystem. Say Y here if you want to be able to read such compressed CD-ROMs.
HTH, Nikhil