IT/Software/Applications/Media: Difference between revisions
Access restrictions were established for this page. If you see this message, you have no access to this page.
Walttheboss (talk | contribs) (Created page with "== Photos == == Video == === Making "Backups" of DVDs for playing from hard disk. === You need to install the css (Content Scrambling System) Best done from the vlc pages....") |
Walttheboss (talk | contribs) (→Audio) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Photos == | ===Photos=== | ||
== Video == | ===Video=== | ||
=== Making "Backups" of DVDs for playing from hard disk. === | ====Making "Backups" of DVDs for playing from hard disk.==== | ||
You need to install the css (Content Scrambling System) | You need to install the css (Content Scrambling System) | ||
Line 9: | Line 9: | ||
https://www.videolan.org/developers/libdvdcss.html | https://www.videolan.org/developers/libdvdcss.html | ||
<code>sudo apt install libdvd-pkg</code> | |||
<code>sudo dpkg-reconfigure libdvd-pkg</code> | |||
This can be very complicated. Below is a possible solution if you can't install the above packages | |||
<code>sudo apt install libc-bin/focal libc6/focal libc6-dbg/focal locales/focal</code> | |||
Be WARNED: This will uninstall all kinds of things and can be risky. | |||
<br /> | |||
===Cutting Videos=== | |||
This can be done on the command line with ffmpeg | |||
Easier to get the appimage of LosslessCut. | |||
<br /> | <br /> | ||
===Audio=== | |||
Our favorite is Audacity | |||
*[[IT/Software/Applications/Media/Audacity | Audacity]] | |||
In KDE the default audio manager is Pulse. | |||
*[[IT/Software/Applications/Media/PulseAudio | PulseAudio]] |
Latest revision as of 08:25, 20 August 2022
Photos
Video
Making "Backups" of DVDs for playing from hard disk.
You need to install the css (Content Scrambling System)
Best done from the vlc pages.
https://www.videolan.org/developers/libdvdcss.html
sudo apt install libdvd-pkg
sudo dpkg-reconfigure libdvd-pkg
This can be very complicated. Below is a possible solution if you can't install the above packages
sudo apt install libc-bin/focal libc6/focal libc6-dbg/focal locales/focal
Be WARNED: This will uninstall all kinds of things and can be risky.
Cutting Videos
This can be done on the command line with ffmpeg
Easier to get the appimage of LosslessCut.
Audio
Our favorite is Audacity
In KDE the default audio manager is Pulse.