dr.drake
July 18th, 2006, 06:33 AM
hello,
this must be the ...th thread on K3B, but the reason why I start this now, is because a lot of threads have "solutions" in the first post that don't work (anymore) or are too hard to follow. usually a better/simpler solution comes up later in the thread, but doesn't appear in the first post, so a lot of people end up doing the wrong/difficult thing first.
this is a collection of all the last options I found in various K3B threads, and I will try to update this as long as I can, adding the info from newer posts into this first one. oh, and I am using Kubuntu Dapper.
- latest update: juli 18th 2006 -
K3B pt 1: getting K3B
this can easily be done through your package manager (Adept, Synaptic),
if you need repositories (http://ubuntuguide.org/wiki/Ubuntu_dapper#How_to_add_extra_repositories), check: http://www.ubuntulinux.nl/source-o-matic
K3B pt 2: burning DATA
just select 'New Data CD/DVD Project' from the first menu.
drag files to window, click the "Burn" button.
for exact copies of all the files, go to the advanced tab and mark:
allow 103 character Joliet filenames
allow untranslated ISO9660 filenames
(if you don't do this, K3B will shorten filenames)
click 'Burn'.
K3B pt 3: burning MP3's
because MP3 is not a free format, it's not supported by default, and you need to install the libk3b2-mp3 package with your package manager.
after you installed libk3b2-mp3 just:
open K3B
select 'New Audio CD Project'
drag files
click 'Burn'
K3B pt 4: Normalizing audio levels.
to burn a CD where the audio levels are all the same, follow this guide (http://www.ubuntuforums.org/showthread.php?t=30763&highlight=normalize-audio+K3B):
For some reason Ubuntu's repositories contain a "normalize-audio" package instead of just "normalize", and the binary is even called "normalize-audio" (even though "man normalize-audio" returns a description of the "normalize" command), so you have to create a symbolic link called "normalize" for K3B to find it properly:
sudo apt-get install normalize-audio
cd /usr/bin
sudo ln -s normalize-audio normalize
Then run K3B,
select Settings-Configure K3b...,
click "Programs" on the left, and click the "Search" button.
"/usr/bin/normalize" should show up under the "normalize" heading.
Now just make sure you turn off "On the fly" in the options for burning, and it will let you select "Normalize volume levels" on the Advanced tab.
K3B pt 5: burning ISO files:
open K3B
select 'Burn DVD ISO image'
drag files
click 'Burn'
K3B pt 6: burning movies (.bin/.cue files):
open K3B
under File > New Project select: 'New Video DVD Project'
drag the .cue file into the VIDEO_TS folder (.bin will follow automatically)
drag the audio file (if present) into the AUDIO_TS folder
click 'Burn'
K3B pt 7: burning movies (mpeg, avi, etc as DVD files)
now this is a tricky one...
there is a long tutorial here (http://www.ubuntuforums.org/showthread.php?t=183936) that will let you convert things through the command line.
the easier option appears to be (I haven't tried this one yet) to use DeVeDe (http://www.rastersoft.com/programas/devede.html):
first you need to install 'python-glade2', 'mencoder', 'dvdauthor' and 'vcdimager' with your package manager...
DeVeDe (http://www.rastersoft.com/programas/devede.html) [...] has the same outcome but with much less effort. All you have to do is download the tar.bz2 file from the link at the bottom of the web site, extract it to your main folder (/home/username),
in a terminal cd to it with a:
cd devede
and then do a:
sudo ./install.sh
I'm running Dapper and this worked perfect the first time for me. It installed the desktop link in application>sound & video>devede.
The gui could'nt be easier, it does all the encoding and makes the .iso for you and it also deletes those temp files or leaves them if you prefer.
I read someone was having problems with the old conversions ending up on his newest project with tovid, thats because you're leaving the old files in your output dir. Delete those and your temp files before you start a new project that should fix it.
I had a 1hr41min encode time for a 2hr12min movie form .avi to dvd.iso, I'm not sure I have a reason to ever boot up windows xp again. I believe this was my last hurdle but I'll have to wait and see..
One last thing it told me I was using 115% of the dvd-r but I ran it anyway and the dvd.iso only ended up being 1.9gigs i believe thats thanks to mkisofs. So pay that disk usage bar nomind however it did need 11gigs of free space to acomplish this so be sure you have plenty of free space. And as mentioned before it will remove those extra tmp files that it makes.
that's it for now,
I hope I don't need to add much more in this first post, having it as complete and compact as possible..
this must be the ...th thread on K3B, but the reason why I start this now, is because a lot of threads have "solutions" in the first post that don't work (anymore) or are too hard to follow. usually a better/simpler solution comes up later in the thread, but doesn't appear in the first post, so a lot of people end up doing the wrong/difficult thing first.
this is a collection of all the last options I found in various K3B threads, and I will try to update this as long as I can, adding the info from newer posts into this first one. oh, and I am using Kubuntu Dapper.
- latest update: juli 18th 2006 -
K3B pt 1: getting K3B
this can easily be done through your package manager (Adept, Synaptic),
if you need repositories (http://ubuntuguide.org/wiki/Ubuntu_dapper#How_to_add_extra_repositories), check: http://www.ubuntulinux.nl/source-o-matic
K3B pt 2: burning DATA
just select 'New Data CD/DVD Project' from the first menu.
drag files to window, click the "Burn" button.
for exact copies of all the files, go to the advanced tab and mark:
allow 103 character Joliet filenames
allow untranslated ISO9660 filenames
(if you don't do this, K3B will shorten filenames)
click 'Burn'.
K3B pt 3: burning MP3's
because MP3 is not a free format, it's not supported by default, and you need to install the libk3b2-mp3 package with your package manager.
after you installed libk3b2-mp3 just:
open K3B
select 'New Audio CD Project'
drag files
click 'Burn'
K3B pt 4: Normalizing audio levels.
to burn a CD where the audio levels are all the same, follow this guide (http://www.ubuntuforums.org/showthread.php?t=30763&highlight=normalize-audio+K3B):
For some reason Ubuntu's repositories contain a "normalize-audio" package instead of just "normalize", and the binary is even called "normalize-audio" (even though "man normalize-audio" returns a description of the "normalize" command), so you have to create a symbolic link called "normalize" for K3B to find it properly:
sudo apt-get install normalize-audio
cd /usr/bin
sudo ln -s normalize-audio normalize
Then run K3B,
select Settings-Configure K3b...,
click "Programs" on the left, and click the "Search" button.
"/usr/bin/normalize" should show up under the "normalize" heading.
Now just make sure you turn off "On the fly" in the options for burning, and it will let you select "Normalize volume levels" on the Advanced tab.
K3B pt 5: burning ISO files:
open K3B
select 'Burn DVD ISO image'
drag files
click 'Burn'
K3B pt 6: burning movies (.bin/.cue files):
open K3B
under File > New Project select: 'New Video DVD Project'
drag the .cue file into the VIDEO_TS folder (.bin will follow automatically)
drag the audio file (if present) into the AUDIO_TS folder
click 'Burn'
K3B pt 7: burning movies (mpeg, avi, etc as DVD files)
now this is a tricky one...
there is a long tutorial here (http://www.ubuntuforums.org/showthread.php?t=183936) that will let you convert things through the command line.
the easier option appears to be (I haven't tried this one yet) to use DeVeDe (http://www.rastersoft.com/programas/devede.html):
first you need to install 'python-glade2', 'mencoder', 'dvdauthor' and 'vcdimager' with your package manager...
DeVeDe (http://www.rastersoft.com/programas/devede.html) [...] has the same outcome but with much less effort. All you have to do is download the tar.bz2 file from the link at the bottom of the web site, extract it to your main folder (/home/username),
in a terminal cd to it with a:
cd devede
and then do a:
sudo ./install.sh
I'm running Dapper and this worked perfect the first time for me. It installed the desktop link in application>sound & video>devede.
The gui could'nt be easier, it does all the encoding and makes the .iso for you and it also deletes those temp files or leaves them if you prefer.
I read someone was having problems with the old conversions ending up on his newest project with tovid, thats because you're leaving the old files in your output dir. Delete those and your temp files before you start a new project that should fix it.
I had a 1hr41min encode time for a 2hr12min movie form .avi to dvd.iso, I'm not sure I have a reason to ever boot up windows xp again. I believe this was my last hurdle but I'll have to wait and see..
One last thing it told me I was using 115% of the dvd-r but I ran it anyway and the dvd.iso only ended up being 1.9gigs i believe thats thanks to mkisofs. So pay that disk usage bar nomind however it did need 11gigs of free space to acomplish this so be sure you have plenty of free space. And as mentioned before it will remove those extra tmp files that it makes.
that's it for now,
I hope I don't need to add much more in this first post, having it as complete and compact as possible..