Sponsored Content
The Lounge What is on Your Mind? Who's looking forward to Ironman 2? Post 302412450 by joeyg on Monday 12th of April 2010 02:37:06 PM
Old 04-12-2010
Fooled by the title of Ironman...

As an athlete, running the Boston Marathon on Monday and someone who has done a Triathlon, I opened this thread only to be surprised. A movie?!
Does the movie have anything to do with swimming, biking and running?
Smilie Smilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

.forward

We have unix faxing software that e-mails the fax results to our users unix mail. We want to forward this e-mail to their desktop internet mail. Originally we setup .forward files in each users id to eliminate unwanted unix mail from the fax. Now I want to modify the forward. We are on... (3 Replies)
Discussion started by: MsGail
3 Replies

2. UNIX for Dummies Questions & Answers

UNIX and forward slashes

Hey, This is probably going to sound like an immensely stupid and dull question, but can someone please tell me whether the forward slash on the web address (http://) signifies that it is running on UNIX? hanks (1 Reply)
Discussion started by: steverocliffe
1 Replies

3. Shell Programming and Scripting

grep for forward slash

How can I use grep to grab a line that contains a forward slash? I've tried: grep "/pd " file, Inevitably it just grabs pd not /pd. (3 Replies)
Discussion started by: wxornot
3 Replies

4. Shell Programming and Scripting

escaping / (forward slash)

how to escape / (forward slash) in a string. I have following scnerio: sed s/${var1}{$var2} var1 and var2 both contain slashes, but sed gives error if there is a slash in var1 or var2. sed is used here to replace var1 with var2. Thanks in advance (1 Reply)
Discussion started by: farooqpervaiz
1 Replies

5. UNIX for Advanced & Expert Users

Forward Script

Here is wat iam looking for , I need a forward script which sends out a mail to a particular server say (B-server) as soon as it receives a mail from differnt server say A-server. Lets say abc@xyz.com is sending a mail from server A to Server B then the script should automatically send a mail to... (2 Replies)
Discussion started by: sriharan
2 Replies

6. UNIX for Dummies Questions & Answers

.forward for forwarding emails

Hi, I want to forward my emails to a different email account on Unix. I created a .forward file with just one line in it. forward_to@yahoo.com The emails are not getting forwarded to the forward_to email address, instead they are going to my original inbox. Is it required that I run the... (1 Reply)
Discussion started by: foxtron
1 Replies

7. IP Networking

IP tables - ip forward to another ip

Hi all, Now my need is: This should forward each client to 1.11 and 1.12 as per each request. I mean : First request should go to : http://192.168.1.10:8080/MySite Second request should go to : http://192.168.1.11:8081/MySite Third request should go to ... (1 Reply)
Discussion started by: linuxadmin
1 Replies

8. IP Networking

Forward ftp from one server to another

What I want to do is to connect to a server A (connected to a public IP) and forward the FTP connexion to server B (Connected to another public IP). CLIENT ==>Debian SERVER A===> Debian SERVER B with ProFTPD Passive FTP uses two ports, 21 that carries the commands and any port from about... (5 Replies)
Discussion started by: PatriceVigier
5 Replies

9. Ubuntu

Iptables forward traffic to forward chain!!!

Hi, I am new to linux stuff. I want to use linux iptables to configure rule so that all my incoming traffic with protocol "tcp" is forwarded to the "FORWARD CHAIN". The traffic i am dealing with has destination addresss of my machine but i want to block it from coming to input chain and somehow... (0 Replies)
Discussion started by: arsipk
0 Replies
KINO(1) 						      General Commands Manual							   KINO(1)

NAME
kino - non-linear editing of Digital Video data SYNOPSIS
kino [ ( file | playlist ) ... ] DESCRIPTION
kino allows you to import movies from DV camcorders, to edit, and play them. file may be a DV encoded file that will be loaded at startup. Alternatively, you can specify a SMIL playlist of DV files that was previously created with kino. DV is a special kind of video encoding, commonly used in digital camcorders. Differently coded movies, like DivX or mjpeg, need to be con- verted to DV before they can be fed into kino. A video file either holds the raw DV-coded data, or wraps it in a certain container format. Kino currently supports AVI, and QuickTime con- tainers, and distinguishes between the different formats by file extension. Therefore, file names need to end in .dv or .dif for raw files, .avi for AVI, and .mov for QuickTime files, respectively. Anything else is treated as a SMIL playlist. KEYSTROKES
Unlike other editors, kino uses many keyboard commands for fast navigation and editing inside the movie. It acts on frames that are single images from a movie, scenes that are defined as groupings of one or more frames with recording times differing by no more than one second, and movies that are groups of one or more scenes. The following keystrokes can be used for moving and editing. Some of them are also avail- able as buttons in a graphical menu bar. (Also note the deliberate similarities between kino commands and the text editor vi.) The follow- ing is a brief list of the commands. A more complete list is available in the online help. MOVING AROUND space Toggle between play and pause. l, right-arrow Move one frame forward. h, left-arrow Move one frame backward. gg Move to the start of the movie. G Move to the end of the movie. 0, ^ Move to the start of the current scene. $ Move to the end of the current scene. j, return, +, down-arrow Move to the start of the next scene. k, -, up-arrow Move to the start of the previous scene. ctrl-f Move forward five scenes. ctrl-b Move backwards five scenes. w Move forward one second. b Move backwards one second. DELETE OPERATIONS x, dl, d space, del cut the current frame. dd cut the current scene. d$ cut from current frame to end of scene. d^, d0 cut from start of scene to before current frame. dG cut to end of movie. dgg cut from beginning of movie. CLONE OPERATIONS yl, y space copy the current frame. yy, Y copy the current scene. y$ copy from current frame to end of scene. y^, y0 copy from start of scene to current frame. INSERT OPERATIONS p paste after current frame. P paste before current frame. GENERAL COMMANDS :r inserts a SMIL playlist or DV AVI before frame. (Pops up a file dialog.) :w saves the movie as a SMIL playlist. (Pops up a file dialog.) :q quits the program. SEE ALSO
the kino online help, kino2raw(1), dvgrab(1) AUTHORS
kino was written by Arne Schirmacher <arne@schirmacher.de>, Dan Dennedy <dan@dennedy.org>, and Charles Yates <charles.yates@pandora.be>. This manual page was originally written by Daniel Kobras <kobras@debian.org> for the Debian GNU/Linux system (but may be used by others). January 2004 KINO(1)
All times are GMT -4. The time now is 08:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy