other versions
- wheezy 2.2.0-1+b1
| ERROR(1) | User Commands | ERROR(1) |
NAME¶
ERROR - The Toonloop Live Animation Performance ToolSYNOPSIS¶
toonloop [options]DESCRIPTION¶
Toonloop is a live stop motion animation software. It aims to show the creation process to the audience as well as the result of the creation. The frame by frame animation is made by adding frames one by one to a clip made of many frames. Clips are displayed in a never ending loop. Toonloop can also grab video images continuously.EXAMPLES¶
Choosing the video input can be tricky. The name of the GStreamer video source element is guessed from the --video-source option. (its short form is -d) If it's "/dev/video0" or "/dev/video1", Toonloop will use the v4l2src element. (a Video4Linux 2 video device)toonloop -d /dev/video0
toonloop -d dv
toonloop -d test
toonloop -d x
- MIDI is enabled if the user specifies a --midi-input
- OSC sending is enabled if the user specifies a --osc-send-port
- OSC receiving is enabled if the user specifies a --osc-receive-port
toonloop --enable-intervalometer --intervalometer-rate 0.1 --playhead-fps 60 --max-images-per-clip 600 --remove-deleted-images --fullscreen --layout 2 --verbose
INTERACTIVE USAGE¶
Toonloop is an interactive software. While it runs, the user can control it using keyboard keys. Here is the list of keystrokes to control Toonloop.- Space: Grab a single image.
- Escape: Switch fullscreen mode.
- Delete: Erase the last captured frame.
- Ctrl-q: Quit.
- Page-down: Switch to the next clip.
- Page-up: Switch to the previous clip.
- Number from 0 to 9: Switch to a specific clip.
- Ctrl-number: Switch to a specific layout.
- Ctrl-e: Save the current clip as a movie file.
- Ctrl-s: Save the whole project.
- period (.): Toggle the layout.
- Tab: Change the playback direction.
- r: Clear the current clip.
- Caps lock: Toggle video grabbing.
- a: Toggle on/off the intervalometer.
- k: Increase the intervalometer interval by 1 second.
- j: Decrease the intervalometer interval by 1 second.
- Right: Move writehead to the next image.
- Left: Move writehead to the previous image.
- Return: Move writehead to the last image.
- semicolon (;): Move writehead to the first image.
- o: Enable/disable onion skinning.
- (): Decrease/increase frame blending in playback layout.
- []: Increase/decrease opacity of the live input image in the overlay layout.
- F1: Show help.
OSC INTERFACE¶
Toonloop can send and receive messages using the Open Sound Protocol.- /ping: Answer with /pong
- /pong: Do nothing.
- /toon/quit: Quit
- /toon/frame/add: Grab a frame
- /toon/frame/remove: Remove a frame
- /toon/clip/select i:clip_number : Selects a clip
- /toon/clip/save_current : Saves the currently selected clip
- /toon/clip/import_image s:file_name : Imports an image from the filesystem
- /pong
- /toon/clip/cleared i:clip_number
- /toon/clip/fps i:clip_number i:fps
- /toon/clip/playhead i:clip_number i:image_number s:file_name
- /toon/clip/saved i:clip_number s:file_name
- /toon/clip/select i:clip_number
- /toon/frame/add i:clip_number i:frame_number
- /toon/frame/remove i:clip_number i:frame_number
- /toon/playhead/direction i:clip_number s:direction
- /toon/playhead/none
MIDI INTERFACE¶
Toonloop can be used with MIDI control devices. The MIDI bindings are configurable by editing an XML file. This way, anyone can decide how to control Toonloop with any different MIDI controller.<note_on number="60" action="select_clip" args="19" />
<control_on number="64" action="add_image" />
HISTORY¶
2008 - Version 0.x written by Alexandre Quessy in Processing/JavaAUTHOR¶
Alexandre Quessy, Tristan Matthews and Vasilis Liaskovitis.REPORTING BUGS¶
See http://www.toonloop.com for the URL of the Toonloop mailing list.COPYRIGHT¶
Copyright (c) 2010 Alexandre Quessy <alexandre@quessy.net> Copyright (c) 2010 Tristan Matthews <le.businessman@gmail.com>SEE ALSO¶
gstreamer-properties(1), gst-inspect(1), mencoder(1)| May 2012 | ERROR (std::logic_error): basic_string::_S_construct null not valid |