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
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Non-Linux FOSS: libnotify, OS X Style
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Linux Systems Administrator
- Validate an E-Mail Address with PHP, the Right Way
- Introduction to MapReduce with Hadoop on Linux
- RSS Feeds
- Weechat, Irssi's Little Brother
- New Products
- Developer Poll
- Reply to comment | Linux Journal
1 hour 38 min ago - Reply to comment | Linux Journal
2 hours 23 min ago - Didn't read
2 hours 34 min ago - Reply to comment | Linux Journal
2 hours 39 min ago - Poul-Henning Kamp: welcome to
4 hours 49 min ago - This has already been done
4 hours 50 min ago - Reply to comment | Linux Journal
5 hours 35 min ago - Welcome to 1998
6 hours 23 min ago - notifier shortcomings
6 hours 47 min ago - heroku?
8 hours 24 min ago
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




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.