个人工具

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

来自Ubuntu中文

跳转至: 导航, 搜索
 
(未显示同一用户的9个中间版本)
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/K9Copy}}
 
{{From|https://help.ubuntu.com/community/K9Copy}}
 
{{Languages|UbuntuHelp:K9Copy}}
 
{{Languages|UbuntuHelp:K9Copy}}
K9Copy is a small utility which allows the user to copy DVDs in Linux. It is similar to [[UbuntuHelp:DVDShrink]], and has the following features:
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=dvd-video.png K9Copy is a program that allows you to copy DVDs (and other audio-video media) in Linux. It has the following features:
 
+
* Video compression (to make the video fit on a 4.7GB recordable DVD, or any size desired)
* The video stream is compressed to make the DVD fit into a 4.7 GB 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
+
* Choice of audio and subtitle tracks to be copied
 
* Title preview (video only)
 
* Title preview (video only)
* Possibility of preserving the original menus
+
* Preservation of original menus
 
+
Homepage: http://k9copy.sourceforge.net/
It's homepage can be found at http://k9copy.sourceforge.net/
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=warning.png ''Warning: As always, check the relevant copyright laws for your country regarding the backup of any copyright-protected DVDs and other media.''
 
+
== Installing K9Copy from the Repositories ==
''Warning: As always, check the relevant copyright laws for your country regarding the backup of DVDs.''
+
K9Copy requires the ''multiverse'' repository - enable this in ''Software Sources''
 
+
https://help.ubuntu.com/community/K9Copy?action=AttachFile&do=get&target=software-sources.png
''Note: Another, and perhaps more full-featured, solution for DVD ripping in Linux is [[UbuntuHelp:DVD::Rip]].''
+
Search for the package <code><nowiki>k9copy</nowiki></code> in [[UbuntuHelp:SynapticHowto| Synaptic]], Adept, KPackageKit, or other package manager.
 
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png Or, to install via [[UbuntuHelp:UsingTheTerminal| terminal]]:
=== Installing K9Copy from the Repositories ===
+
 
+
==== For Ubuntu 6.06 (Dapper Drake), Ubuntu 6.10 (Edgy Eft), and Ubuntu 7.04 (Feisty Fawn) ====
+
 
+
Install K9Copy via apt by entering the following in the terminal:
+
 
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo apt-get install k9copy
+
sudo apt-get install k9copy</nowiki></pre>
</nowiki></pre>
+
== Activate Support for Encrypted DVDs ==
 
+
Encrypted DVD playback requires the installation of <code><nowiki>libdvdcss2</nowiki></code> from the [[UbuntuHelp:Medibuntu|Medibuntu]] repositories. libdvdcss will need to be enabled for K9Copy to have full functionality.
Or install k9copy via Synaptic or Adept.
+
* You can install libdvdcss2 from a command line terminal as a 64-bit .deb package without installing the Medibuntu repositories:  
 
+
==== For Ubuntu 5.10 (Breezy Badger) ====
+
 
+
Open your sources.list file for editing. Replace gedit with kwrite if you use Kubuntu. In the terminal, enter the following:
+
 
+
<pre><nowiki>
+
gksudo gedit /etc/apt/sources.list
+
</nowiki></pre>
+
 
+
Add the following lines to the bottom of your sources.list file, and save when finished:
+
 
+
<pre><nowiki>
+
# k9copy
+
deb http://repos.knio.it/ breezy main contrib non-free
+
deb-src http://repos.knio.it/ breezy main contrib non-free
+
</nowiki></pre>
+
 
+
Run the following, one line at a time, in the terminal (this authenticates the repository you just added):
+
 
+
<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 K9Copy with the following command in the terminal:
+
 
+
<pre><nowiki>
+
sudo apt-get install k9copy
+
</nowiki></pre>
+
 
+
=== Installing the latest version of 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 K9Copy from the prebuilt .deb, continue reading. To build the new version of K9Copy from source, see BuildingK9CopyfromSource.
+
 
+
Update: There is a new beta version of 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>
 
<pre><nowiki>
wget http://thepiratecove.org/files/k9copy-1.0.4-2_i386.deb
+
wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb
sudo dpkg -i k9copy-1.0.4-2_i386.deb
+
sudo dpkg -i libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb
rm k9copy-1.0.4-2_i386.deb
+
sudo apt-get -f install
+
 
</nowiki></pre>
 
</nowiki></pre>
 
+
or a 32-bit .deb package:
==== New Beta Version ====
+
 
+
 
<pre><nowiki>
 
<pre><nowiki>
wget http://thepiratecove.org/files/k9copy-1.1.0-beta1_i386.deb
+
wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.3medibuntu1_i386.deb
sudo dpkg -i k9copy-1.1.0-beta1_i386.deb
+
sudo dpkg -i libdvdcss2_1.2.10-0.3medibuntu1_i386.deb
rm k9copy-1.1.0-beta1_i386.deb
+
sudo apt-get -f install
+
 
</nowiki></pre>
 
</nowiki></pre>
 
+
* If you have libdvdread4 installed, you can alternatively run:
=== 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>
 
<pre><nowiki>
sudo apt-get install libdvdread3
+
sudo /usr/doc/libdvdread4/install-css.sh
sudo /usr/share/doc/libdvdread3/examples/install-css.sh
+
 
</nowiki></pre>
 
</nowiki></pre>
 
+
As of 2010-02-06, k9copy in Karmic depends on libdvdnav4 which depends on libdvdread4 which means it should already be installed.
See RestrictedFormats for more information on playing encrypted DVDs and other non-free media.
+
See [[UbuntuHelp:RestrictedFormats|RestrictedFormats]] for more information on playing encrypted DVDs and other non-free media.
 
+
See http://packages.medibuntu.org/ for links to the current package versions as it may have been updated since the writing of this how-to.  http://packages.medibuntu.org/<Release-Name>/libdvdcss2.html (replacing ''<Release-Name>'' with the name of your release; http://packages.medibuntu.org/karmic/libdvdcss2.html for Karmic) for the exact page (Medibuntu URL format as of 2010-02-06).
=== Using K9Copy ===
+
== Using K9Copy ==
 
+
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=navigate.png K9Copy should now appear under '''Menu -> Applications -> Sound & Video''' in Gnome (Ubuntu) or  '''Menu -> Multimedia''' in KDE (Kubuntu) or XFCE (Xubuntu). You can also start K9Copy from a command-line terminal (or by pressing Alt + F2):
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 K9Copy will not run, issue the following command and try again.
+
 
+
 
<pre><nowiki>
 
<pre><nowiki>
sudo ln -s /usr/local/kde/bin/k9copy /usr/local/bin/k9copy
+
k9copy
 
</nowiki></pre>
 
</nowiki></pre>
 
+
=== Quickstart guide ===
=== Discussion ===
+
K9Copy works in both KDE and Gnome.  To copy a normal DVD and shrink it down to 4.7Gb, set the input device to your DVD and output as ISO image. Open the video using the 'folder' icon at top left.  Under the MPEG4 Encoding tab, select Video codec as copy.  Ticking the 2 pass box will give a higher quality copy.  Set file size to say, 4700MB (note that there have been reports [http://ubuntuforums.org/showthread.php?t=186273 e.g.] that this value is sometimes slightly exceeded). 
 
+
Select the title(s) of interest.  Then press the circular to DVD icon.  It will ask for a location to create the iso copy.  Note that when it starts, it misleadingly says 'Burning DVD' - what its actually doing is creating the iso copy on the hard drive - rest assured the DVD is NOT being overwritten!
Official discussion thread for K9Copy: http://www.ubuntuforums.org/showthread.php?t=186273
+
A dvd can then be created from the resulting iso file with another program eg. Nautilus (right click on the iso) or [[UbuntuHelp:K3b|K3b]].  Although k9copy can also burn the iso (or a DVD structure), using a separate program has been reported to be more reliable.
 
+
Tip: To preview the titles, highlight the title/chapter of interest and click on the 'movie camera' icon - only THEN can you use the stop/play buttons in the preview window.
[[category:CategoryDocumentation]] [[category:CategoryCleanup]]
+
If you wish to change the Menu structure (reauthor the DVD), you can use qdvdauthor.
 +
== Similar and related programs ==
 +
*[[UbuntuHelp:DVD::Rip|DVD::Rip]] is another full-featured solution for DVD ripping in Linux.
 +
*[[UbuntuHelp:DVDShrink|DVDShrink]] is a Windows-based program that must be run in Wine in Linux.
 +
== Other Resources ==
 +
https://help.ubuntu.com/community/IconsPage?action=AttachFile&do=get&target=IconBookmarksClosed.png
 +
* [[UbuntuHelp:Medibuntu|Medibuntu]]
 +
* [[UbuntuHelp:RestrictedFormats|RestrictedFormats]]
 +
* http://k9copy.sourceforge.net
 +
* http://www.ubuntuforums.org/showthread.php?t=186273
 +
* http://www.linux.com/feature/144541
 +
* [http://www.dvd-guides.com/content/view/213/59/ guide to using K9Copy]
 +
* [http://linuxappfinder.com/blog/ripping_dvds_to_mpeg4_with_k9copy short  user guide]
 +
----
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2010年5月19日 (三) 23:02的最新版本

IconsPage?action=AttachFile&do=get&target=dvd-video.png K9Copy is a program that allows you to copy DVDs (and other audio-video media) in Linux. It has the following features:

  • Video compression (to make the video fit on a 4.7GB recordable DVD, or any size desired)
  • DVD burning
  • Creation of ISO images
  • Choice of audio and subtitle tracks to be copied
  • Title preview (video only)
  • Preservation of original menus

Homepage: http://k9copy.sourceforge.net/ IconsPage?action=AttachFile&do=get&target=warning.png Warning: As always, check the relevant copyright laws for your country regarding the backup of any copyright-protected DVDs and other media.

Installing K9Copy from the Repositories

K9Copy requires the multiverse repository - enable this in Software Sources K9Copy?action=AttachFile&do=get&target=software-sources.png Search for the package k9copy in Synaptic, Adept, KPackageKit, or other package manager. IconsPage?action=AttachFile&do=get&target=IconGNOMETerminal.png Or, to install via terminal:

 sudo apt-get install k9copy

Activate Support for Encrypted DVDs

Encrypted DVD playback requires the installation of libdvdcss2 from the Medibuntu repositories. libdvdcss will need to be enabled for K9Copy to have full functionality.

  • You can install libdvdcss2 from a command line terminal as a 64-bit .deb package without installing the Medibuntu repositories:
wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb
sudo dpkg -i libdvdcss2_1.2.10-0.3medibuntu1_amd64.deb

or a 32-bit .deb package:

wget -c http://packages.medibuntu.org/pool/free/libd/libdvdcss/libdvdcss2_1.2.10-0.3medibuntu1_i386.deb
sudo dpkg -i libdvdcss2_1.2.10-0.3medibuntu1_i386.deb
  • If you have libdvdread4 installed, you can alternatively run:
sudo /usr/doc/libdvdread4/install-css.sh

As of 2010-02-06, k9copy in Karmic depends on libdvdnav4 which depends on libdvdread4 which means it should already be installed. See RestrictedFormats for more information on playing encrypted DVDs and other non-free media. See http://packages.medibuntu.org/ for links to the current package versions as it may have been updated since the writing of this how-to. http://packages.medibuntu.org/<Release-Name>/libdvdcss2.html (replacing <Release-Name> with the name of your release; http://packages.medibuntu.org/karmic/libdvdcss2.html for Karmic) for the exact page (Medibuntu URL format as of 2010-02-06).

Using K9Copy

IconsPage?action=AttachFile&do=get&target=navigate.png K9Copy should now appear under Menu -> Applications -> Sound & Video in Gnome (Ubuntu) or Menu -> Multimedia in KDE (Kubuntu) or XFCE (Xubuntu). You can also start K9Copy from a command-line terminal (or by pressing Alt + F2):

 k9copy

Quickstart guide

K9Copy works in both KDE and Gnome. To copy a normal DVD and shrink it down to 4.7Gb, set the input device to your DVD and output as ISO image. Open the video using the 'folder' icon at top left. Under the MPEG4 Encoding tab, select Video codec as copy. Ticking the 2 pass box will give a higher quality copy. Set file size to say, 4700MB (note that there have been reports e.g. that this value is sometimes slightly exceeded). Select the title(s) of interest. Then press the circular to DVD icon. It will ask for a location to create the iso copy. Note that when it starts, it misleadingly says 'Burning DVD' - what its actually doing is creating the iso copy on the hard drive - rest assured the DVD is NOT being overwritten! A dvd can then be created from the resulting iso file with another program eg. Nautilus (right click on the iso) or K3b. Although k9copy can also burn the iso (or a DVD structure), using a separate program has been reported to be more reliable. Tip: To preview the titles, highlight the title/chapter of interest and click on the 'movie camera' icon - only THEN can you use the stop/play buttons in the preview window. If you wish to change the Menu structure (reauthor the DVD), you can use qdvdauthor.

Similar and related programs

  • DVD::Rip is another full-featured solution for DVD ripping in Linux.
  • DVDShrink is a Windows-based program that must be run in Wine in Linux.

Other Resources

IconsPage?action=AttachFile&do=get&target=IconBookmarksClosed.png