个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/K9Copy}}
 
{{From|https://help.ubuntu.com/community/K9Copy}}
 
{{Languages|UbuntuHelp:K9Copy}}
 
{{Languages|UbuntuHelp:K9Copy}}
[[UbuntuHelp:K9Copy|K9Copy]] is a small utility which allows the user to copy DVDs in Linux. It is similar to [[UbuntuHelp:DVDShrink|DVDShrink]], and has the following features:
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=dvd-video.png%7D%7D [[UbuntuHelp:K9Copy|K9Copy]] is a program that allows you to copy DVDs in Linux. It is similar to [[DVDShrink]], and has the following features:
* The video stream is compressed to make the DVD fit into a 4.7 GB recordable DVD
+
* The video stream is compressed to make the video fit on a 4.7GB recordable DVD
 
* DVD Burning
 
* DVD Burning
 
* Creation of ISO images
 
* Creation of ISO images
* Possibility of selecting the audio tracks and subtitles to be copied
+
* Choosing which audio and subtitle tracks are copied.
 
* Title preview (video only)
 
* Title preview (video only)
* Possibility of preserving the original menus
+
* The ability to preserve the original menus.
It's homepage can be found at http://k9copy.sourceforge.net/
+
Homepage: http://k9copy.sourceforge.net/
''Warning: As always, check the relevant copyright laws for your country regarding the backup of DVDs.''
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png%7D%7D ''Warning: As always, check the relevant copyright laws for your country regarding the backup and copying of DVDs.''
''Note: Another, and perhaps more full-featured, solution for DVD ripping in Linux is [[UbuntuHelp:DVD::Rip|DVD::Rip]].''
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconTip.png%7D%7D ''Note: Another, and perhaps more full-featured, solution for DVD ripping in Linux is [[DVD::Rip]].''
=== Installing [[UbuntuHelp:K9Copy|K9Copy]] from the Repositories ===
+
== Installing [[UbuntuHelp:K9Copy|K9Copy]] from the Repositories ==
==== For Ubuntu 6.06 (Dapper Drake), Ubuntu 6.10 (Edgy Eft), and Ubuntu 7.04 (Feisty Fawn) ====
+
[[UbuntuHelp:K9Copy|K9Copy]] requires the ''multiverse'' repository - enable this in ''Software Sources''
Install [[UbuntuHelp:K9Copy|K9Copy]] via apt by entering the following in the terminal:
+
{{https://help.ubuntu.com/community/K9Copy?action=AttachFile&do=get&target=software-sources.png%7D%7D
 +
Search for the package <code><nowiki>k9copy</nowiki></code> in [[SynapticHowto| Synaptic]] or Adept.
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png%7D%7D Or, to install via [[UsingTheTerminal| terminal]]:
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install k9copy
+
sudo apt-get install k9copy</nowiki></pre>
</nowiki></pre>
+
== Activate Support for Encrypted DVDs ==
Or install k9copy via Synaptic or Adept.
+
You need to install <code><nowiki>libdvdcss2</nowiki></code> to have support for encrypted DVD playback. This requires the [[Medibuntu]] repositories.  I am unsure about this, but this repository may need to be enabled before you install [[UbuntuHelp:K9Copy|K9Copy]] in order to meet some dependencies for full functionality.
==== For Ubuntu 5.10 (Breezy Badger) ====
+
See [[RestrictedFormats]] for more information on playing encrypted DVDs and other non-free media.
Open your sources.list file for editing. Replace gedit with kwrite if you use Kubuntu. In the terminal, enter the following:
+
== Using [[UbuntuHelp:K9Copy|K9Copy]] ==
 +
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png%7D%7D [[UbuntuHelp:K9Copy|K9Copy]] should now appear under '''Applications->Sound & Video''' in Gnome or your '''Multimedia''' folder in KDE or XFCE. If for some reason it does not, you can run [[UbuntuHelp:K9Copy|K9Copy]] by pressing Alt + F2 (or a opening a terminal) and then typing:
 
<pre><nowiki>
 
<pre><nowiki>
gksudo gedit /etc/apt/sources.list
+
k9copy</nowiki></pre>
</nowiki></pre>
+
== Other Resources ==
Add the following lines to the bottom of your sources.list file, and save when finished:
+
{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBookmarksClosed.png%7D%7D
<pre><nowiki>
+
* [[Medibuntu]]
# k9copy
+
* [[RestrictedFormats]]
deb http://repos.knio.it/ breezy main contrib non-free
+
* http://k9copy.sourceforge.net
deb-src http://repos.knio.it/ breezy main contrib non-free
+
* http://www.ubuntuforums.org/showthread.php?t=186273
</nowiki></pre>
+
----
Run the following, one line at a time, in the terminal (this authenticates the repository you just added):
+
[[category:CategoryDocumentation]]
<pre><nowiki>
+
wget http://repos.knio.it/key.asc
+
sudo apt-key add key.asc
+
sudo apt-get update
+
rm key.asc
+
</nowiki></pre>
+
Now install [[UbuntuHelp:K9Copy|K9Copy]] with the following command in the terminal:
+
<pre><nowiki>
+
sudo apt-get install k9copy
+
</nowiki></pre>
+
=== Installing the latest version of [[UbuntuHelp:K9Copy|K9Copy]] ===
+
The current version of K9copy in the Ubuntu repositories is 1.0.2, while the latest version of K9copy is 1.0.4-2. The latest version fixes numerous problems such as DVD size problems, menu copying, backup speed, and multi-angle DVD copying (changelog located at http://www.kde-apps.org/content/show.php?content=23885). To install the new version of [[UbuntuHelp:K9Copy|K9Copy]] from the prebuilt .deb, continue reading. To build the new version of [[UbuntuHelp:K9Copy|K9Copy]] from source, see [[UbuntuHelp:BuildingK9CopyfromSource|BuildingK9CopyfromSource]].
+
Update: There is a new beta version of [[UbuntuHelp:K9Copy|K9Copy]] (1.1.0-beta1) with many bigfixes. This section now covers both the new beta and the latest stable version.
+
''Note: The Debian package only works for Ubuntu 6.06 (Dapper Drake)''
+
To install from the prebuilt Debian package, enter the following, one line at a time, in the terminal:
+
==== Latest Stable Version ====
+
<pre><nowiki>
+
wget http://thepiratecove.org/files/k9copy-1.0.4-2_i386.deb
+
sudo dpkg -i k9copy-1.0.4-2_i386.deb
+
rm k9copy-1.0.4-2_i386.deb
+
sudo apt-get -f install
+
</nowiki></pre>
+
==== New Beta Version ====
+
<pre><nowiki>
+
wget http://thepiratecove.org/files/k9copy-1.1.0-beta1_i386.deb
+
sudo dpkg -i k9copy-1.1.0-beta1_i386.deb
+
rm k9copy-1.1.0-beta1_i386.deb
+
sudo apt-get -f install
+
</nowiki></pre>
+
=== Activate support for encrypted DVDs ===
+
You need to install <code><nowiki>libdvdcss2</nowiki></code> to have support for encrypted DVD playback. To do this, enter the following, one line at a time, in the terminal:
+
<pre><nowiki>
+
sudo apt-get install libdvdread3
+
sudo /usr/share/doc/libdvdread3/examples/install-css.sh
+
</nowiki></pre>
+
See [[UbuntuHelp:RestrictedFormats|RestrictedFormats]] for more information on playing encrypted DVDs and other non-free media.
+
=== Using [[UbuntuHelp:K9Copy|K9Copy]] ===
+
[[UbuntuHelp:K9Copy|K9Copy]] should now appear in your Multimedia folder in KDE or Gnome. If, for some reason, it doesn't, you can run it by pressing Alt + F2 and then typing k9copy.  
+
If you are running Gnome and [[UbuntuHelp:K9Copy|K9Copy]] will not run, issue the following command and try again.
+
<pre><nowiki>
+
sudo ln -s /usr/local/kde/bin/k9copy /usr/local/bin/k9copy
+
</nowiki></pre>
+
=== Discussion ===
+
Official discussion thread for K9Copy: http://www.ubuntuforums.org/showthread.php?t=186273
+
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 12:35的版本

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=dvd-video.png%7D%7D K9Copy is a program that allows you to copy DVDs in Linux. It is similar to DVDShrink, and has the following features:

  • The video stream is compressed to make the video fit on a 4.7GB recordable DVD
  • DVD Burning
  • Creation of ISO images
  • Choosing which audio and subtitle tracks are copied.
  • Title preview (video only)
  • The ability to preserve the original menus.

Homepage: http://k9copy.sourceforge.net/ {{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png%7D%7D Warning: As always, check the relevant copyright laws for your country regarding the backup and copying of DVDs. {{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconTip.png%7D%7D Note: Another, and perhaps more full-featured, solution for DVD ripping in Linux is DVD::Rip.

Installing K9Copy from the Repositories

K9Copy requires the multiverse repository - enable this in Software Sources {{https://help.ubuntu.com/community/K9Copy?action=AttachFile&do=get&target=software-sources.png%7D%7D Search for the package k9copy in Synaptic or Adept. {{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png%7D%7D Or, to install via terminal:

 sudo apt-get install k9copy

Activate Support for Encrypted DVDs

You need to install libdvdcss2 to have support for encrypted DVD playback. This requires the Medibuntu repositories. I am unsure about this, but this repository may need to be enabled before you install K9Copy in order to meet some dependencies for full functionality. See RestrictedFormats for more information on playing encrypted DVDs and other non-free media.

Using K9Copy

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png%7D%7D K9Copy should now appear under Applications->Sound & Video in Gnome or your Multimedia folder in KDE or XFCE. If for some reason it does not, you can run K9Copy by pressing Alt + F2 (or a opening a terminal) and then typing:

 k9copy

Other Resources

{{https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBookmarksClosed.png%7D%7D