|
Kino is a dead project
( 05.08.2013 14:15 )
|
|
How to fix FireWire capture in Ubuntu 10.04 (Lucid)
( 26.05.2010 22:36 )
Unzip All Files In Subfolders Linux !!link!! 💯 Must Watch
By using these one-liners, you can save hours of manual work and handle bulk archives like a Linux pro. tar.gz or files instead?
If your folders or zip files have spaces (e.g., My Documents/Project A.zip ), the standard find command might break. Always use around the {} placeholders as shown in the examples above to ensure Linux treats the filename as a single string. Overwriting Existing Files unzip all files in subfolders linux
find . -name "*.zip" -print0 | xargs -0 -I {} -P 4 unzip "{}" -d "$(dirname "{}")" Use code with caution. By using these one-liners, you can save hours
How to Unzip All Files in Subfolders on Linux Managing compressed archives is a daily task for Linux users, but things get tricky when you have dozens of .zip files scattered across multiple subdirectories. Manually navigating to each folder to extract them is inefficient. Always use around the {} placeholders as shown
The find command is the most powerful tool for this job. It locates the files and then hands them off to the unzip utility.
|
Read more
| News
|
|
dvgrab 3.5 released
( 07.09.2009 21:11 )
This version automatically detects when your device is DV or HDV so you do not have to remember to supply "-f hdv." Also, contains a few bug and compilation fixes, as usual.
Download dvgrab 3.5
|
|
( 27.05.2009 21:03 )
This utility will search any file and look for what appears to be a DV
video frames and copy them into a new Raw DV file.
Read more
| Contributed Code
|
|
Article on Worldlabel.com by Christian Einfeldt
( 12.03.2009 09:28 )
|
|
dvgrab 3.4 released
( 15.02.2009 11:24 )
I introduced a really stupid, major bug just before the 3.3 release. The 3.3 release tarball has been pulled from SourceForge to prevent further confusion. Basically, if the call to lock all memory into RAM and and prevent paging succeeded, then dvgrab would exit without doing anything.
Download dvgrab 3.4
|
|
( 28.01.2009 23:59 )
Read more
| News
|
|
( 15.01.2009 00:19 )
Read more
| News
|
|
( 09.01.2009 00:25 )
Many new distributions including Ubuntu 8.10 and Fedora 8/9/10 try to route all audio through PulseAudio, but Kino does not play well with PulseAudio. However, there are some easy workarounds....
Read more
| Kino HOWTOs
|
|
( 20.08.2008 19:15 )
Download Kino 1.3.2 (10.6 MiB)
This is basically a re-release of 1.3.1 with some build-related fixes.
Read more
| News
|
|
( 12.08.2008 23:09 )
Read more
| News
|
|
( 04.08.2008 22:41 )
Read more
| News
|
|
( 24.02.2008 18:53 )
Read more
| News
|
|
Kino 1.2.0 and dvgrab 3.1 released
( 10.12.2007 00:00 )
These are mainly just maintenance releases. See the download page to fetch them. Kino's Titler can now write metadata such as timecode, recording date/time, and more. dvgrab has improved HDV handling and major regression with pipe output fixed.
|
|
Kino review on Linux.com
( 04.10.2007 22:33 )
|
|
( 07.08.2007 00:21 )
Read more
| News
|
|
( 07.08.2007 00:15 )
Read more
| News
|
|
( 23.07.2007 22:09 )
Read more
| News
|
|
( 21.06.2007 20:28 )
Fedora 7 has included a new kernel FireWire subsystem that replaces IEEE 1394. This is causing problems for many users.
Read more
| Kino HOWTOs
|