个人工具

“UbuntuHelp:K3b”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示2个用户的6个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/K3b}}
 
{{From|https://help.ubuntu.com/community/K3b}}
 
{{Languages|UbuntuHelp:K3b}}
 
{{Languages|UbuntuHelp:K3b}}
Parent: [[UbuntuHelp:Software]]
+
<<Include(Tag/NeedsExpansion)>>
 
+
 
+
 
+
 
== K3b ==
 
== K3b ==
 
 
K3b is a CD and DVD writing ('burning') application.
 
K3b is a CD and DVD writing ('burning') application.
 
 
 
== Key Features ==
 
== Key Features ==
 
 
* KDE-friendly application
 
* KDE-friendly application
 
 
* Write data disks
 
* Write data disks
 
 
* Write audio disks
 
* Write audio disks
 
 
* Write 'images' to disk (e.g. Linux distributions)
 
* Write 'images' to disk (e.g. Linux distributions)
 
 
* Copy disks
 
* Copy disks
 
 
 
== Screenshot ==
 
== Screenshot ==
 
 
https://help.ubuntu.com/community/K3b?action=AttachFile&do=get&target=scrn-k3b.jpg
 
https://help.ubuntu.com/community/K3b?action=AttachFile&do=get&target=scrn-k3b.jpg
 
 
== Installation ==
 
== Installation ==
 
 
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
 
* Via '''[[UbuntuHelp:Synaptic|Synaptic Package Manager]]'''
 
* Via apt-get
 
* Via apt-get
<pre><nowiki>
+
<pre><nowiki>
 
sudo apt-get install k3b
 
sudo apt-get install k3b
 
</nowiki></pre>
 
</nowiki></pre>
 
 
 
== Hints and Tips ==
 
== Hints and Tips ==
 
+
=== K3B DVD burning ===
 +
---------------
 +
(Ubuntu 9.04 (Jaunty); K3B 1.0.5)
 +
To use existing authored video format files (IFO, VOB, etc), use File|New Project|New Video DVD Project (or from the "Further actions..." Quickstart screen). Drag the files into the VIDEO_TS folder that K3B displays.
 +
IFO files created using IFOEdit for authoring (generally used in Windows) may produce errors such as these:
 +
<pre><nowiki>
 +
mkisofs
 +
-----------------------
 +
/usr/bin/genisoimage: IFO is not of correct size aborting.
 +
/usr/bin/genisoimage: Unable to parse DVD-Video structures.
 +
/usr/bin/genisoimage: Could not find correct 'VIDEO_TS' directory.
 +
/usr/bin/genisoimage: Unable to make a DVD-Video image.
 +
Possible reasons:
 +
  - VIDEO_TS subdirectory was not found on specified location
 +
  - VIDEO_TS has invalid contents
 +
/usr/bin/genisoimage: IFO is not of correct size aborting.
 +
/usr/bin/genisoimage: Unable to parse DVD-Video structures.
 +
/usr/bin/genisoimage: Could not find correct 'VIDEO_TS' directory.
 +
Possible reasons:
 +
  - VIDEO_TS subdirectory was not found on specified location
 +
  - VIDEO_TS has invalid contents
 +
</nowiki></pre>
 +
Use IFOEdit again (or at the time of first use) to select the VIDEO_TS.IFO file and click the "Get VTS Sectors" button. Save the files. This will correct the IFO files which should then work with K3B.
 
== Other applications you may wish to look at ==
 
== Other applications you may wish to look at ==
 
+
* '''[[UbuntuHelp:Brasero|Brasero]]'''
* '''[[UbuntuHelp:Brasero]]'''
+
 
+
 
+
 
== Further Reading ==
 
== Further Reading ==
 
 
* '''[http://k3b.plainblack.com/ K3b]'''
 
* '''[http://k3b.plainblack.com/ K3b]'''
 
 
 
----
 
----
[[category:CategoryDocumentation]]
 
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 19:40的最新版本

<<Include(Tag/NeedsExpansion)>>

K3b

K3b is a CD and DVD writing ('burning') application.

Key Features

  • KDE-friendly application
  • Write data disks
  • Write audio disks
  • Write 'images' to disk (e.g. Linux distributions)
  • Copy disks

Screenshot

K3b?action=AttachFile&do=get&target=scrn-k3b.jpg

Installation

sudo apt-get install k3b

Hints and Tips

K3B DVD burning


(Ubuntu 9.04 (Jaunty); K3B 1.0.5) To use existing authored video format files (IFO, VOB, etc), use File|New Project|New Video DVD Project (or from the "Further actions..." Quickstart screen). Drag the files into the VIDEO_TS folder that K3B displays. IFO files created using IFOEdit for authoring (generally used in Windows) may produce errors such as these:

mkisofs
-----------------------
/usr/bin/genisoimage: IFO is not of correct size aborting.
/usr/bin/genisoimage: Unable to parse DVD-Video structures.
/usr/bin/genisoimage: Could not find correct 'VIDEO_TS' directory.
/usr/bin/genisoimage: Unable to make a DVD-Video image.
Possible reasons:
  - VIDEO_TS subdirectory was not found on specified location
  - VIDEO_TS has invalid contents
/usr/bin/genisoimage: IFO is not of correct size aborting.
/usr/bin/genisoimage: Unable to parse DVD-Video structures.
/usr/bin/genisoimage: Could not find correct 'VIDEO_TS' directory.
Possible reasons:
  - VIDEO_TS subdirectory was not found on specified location
  - VIDEO_TS has invalid contents

Use IFOEdit again (or at the time of first use) to select the VIDEO_TS.IFO file and click the "Get VTS Sectors" button. Save the files. This will correct the IFO files which should then work with K3B.

Other applications you may wish to look at

Further Reading