Resources for “Making Movies with Kino”
Kino Home Page (provides information and sources for dvgrab as well): kino.schirmacher.de
Kino Packages: ftp.ssc.com/pub/lj/listings/issue128/7779.tgz
timfx Home Page: www.k-3d.com/kino
dvtitler Home Page: dvtitler.sourceforge.net
Useful Information about the IEEE1394 Project: www.linux1394.org
“Kino Tips: Installing from Scratch and Exporting MPEG Video”, Olexiy Ye Tykhomyrov and Denis Tonkonog: www.linuxjournal.com/article/7615
Source RPMs: ftp.ssc.com/pub/lj/listings/issue128/7779.tgz
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Drupal Is a Framework: Why Everyone Needs to Understand This
- A Topic for Discussion - Open Source Feature-Richness?
- Home, My Backup Data Center
- RSS Feeds
- What's the tweeting protocol?
- New Products
- Trying to Tame the Tablet
- Validate an E-Mail Address with PHP, the Right Way
- IT industry leaders
1 hour 53 min ago - Reply to comment | Linux Journal
18 hours 42 min ago - Reply to comment | Linux Journal
21 hours 14 min ago - Reply to comment | Linux Journal
22 hours 31 min ago - great post
23 hours 6 min ago - Google Docs
23 hours 29 min ago - Reply to comment | Linux Journal
1 day 4 hours ago - Reply to comment | Linux Journal
1 day 5 hours ago - Web Hosting IQ
1 day 6 hours ago - Thanks for taking the time to
1 day 8 hours ago
Enter to Win an Adafruit Prototyping Pi Plate Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Prototyping Pi Plate Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- Next winner announced on 5-21-13!
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.




Comments
Making VCDs using Kino
Thank you, authors, for this article in Linux Journal. I was looking for a manual for Kino or an introduction to setting up and using Kino to transfer my DV files from a Canon GL1 to the computer and then
create a VCD to play in a stand alone DVD player. I have used the DV Titler software addon and was able to dub some music using the Audio Dub function as detailed in the article. Thanks. I ripped 41000Khz audio WAV file from an audio CD using the command line tool CDParanoia. Then read in the whole track ( 2+ minute length) to audio tool Audacity where I could make a 30 second cut for export in a 48000 16bit Microsoft WAV file. I dubbed this music into the silent DV title I created inside KINO.
Here is my sample shell commands that I used to export from Kino.
For making an VCD CD disk tested and works November 30, 2004
HTML Links that have helpful directions for creating a VCD.
#In Kino, select the Standard VCD export format menu item from the export MPEG menu selection.
#note that the option choices in the menu window for mpeg1, standard VCD, don't seem to change from Generic MPEG, VCD, standard VCD, user SCVD, through DVD.
# from the standard mplex -v 0
# I will ask the Kino forum about this behaviour
# Please comment below if you find better options to use for the mpeg encoding option strings video "mpeg2enc -v 0", audio "mp2enc -v 0", "mplex -v 0"
# if you uncheck the "Cleanup" Box on the export MPEG menu
# then you may manually execute the steps to create the videocd.bin an d videocd.cue files. When using Kino 0.7.4 an extra equal sign '=' was added to the name created for the video file.
example myfilename=.mpv This bug was fixed in Kino version 0.7.5
# manually create a VCD CD-R cdrom disk to play on DVD player
mplex -f 1 myfilem1.mp2 myfilem1.mpv -o video.m1s
vcdimager video.m1s
cdrdao write --device 0,0,0 --speed 4 --driver generic-mmc videocd.cue
For making an SVCD CD disk This has not been fully tested, by me
to work. The resulting Mpeg2 file was played on an Windows XP computer. Standalone DVD players seem to want an empty SEGMENT directory.
mplex -f 2 myfiletest.mp2 myfiletest.mpv -o video.m2s
#simple version of vcdimager
vcdimager -t svcd video.m2s
# use this vcdimager command below to make a more compatible SVCD for standalone DVD players
vcdimager -t svcd --broken-svcd-mode --add-dir=/SEGMENT result.mpg
# check for the created files videocd.bin and videocd.cue with "ls" directory listing command.
ls -l v*
video.m2s
videocd.bin
videocd.cue
# now write the videocd.bin file to a blank CD. Use slower speed writing to make sure than the DVD player can read the resulting CD-R CDROM disk. I have used speeds of 4 and 8 with sucess.
cdrdao write --device 0,0,0 --speed 4 --driver generic-mmc videocd.cue
Great FOSS tool for video. KINO, thanks to the authors for this article and all the comments on the KINO forum website.
Hope to see more comments here on uses of KINO. WEB Links to example MPEG1 video created with KINO. More tests and examples of creating SVCD or XCD disks for playing in DVD players.