![]() |
FJMovieEditor Pré-Alpha
A GTK video editor for GNOME. Designed for Artists to do, special effects, compositing and animation.
|
This structure represents a layer of video. More...
#include <video.h>
Data Fields | |
gchar * | name |
union { | |
struct { | |
GdkPixbuf * pixels | |
gdouble * audio | |
} | |
VideoFrame video | |
}; | |
gdouble * | volume |
The volume of the audio of this layer. | |
gdouble * | opacity |
You can combine the opacity of GdkPixbuf with this. If this value is set to 0, so the opaque and transparent areas of the image are transparent. If this value is 1, transparency image, will be specified by the GdkPixbuf. If you set as 0.5, the maximum opacity of the image will be 0.5. All figures are adjusted for the opacity limit. Will remain, among them, the same proportion. | |
gdouble * | x |
The position in which the layer (GdkPixbuf) is drawn on the screen. These values can be animated (with keyframes), but also externally modified. | |
gdouble * | y |
The position in which the layer (GdkPixbuf) is drawn on the screen. These values can be animated (with keyframes), but also externally modified. | |
gdouble * | width |
The image, correspondent to this layer (pixels) is set to have this size. | |
gdouble * | height |
The image, correspondent to this layer (pixels) is set to have this size. | |
gboolean | selected |
this variable indicates that the User is with him in the selection. | |
gboolean | central |
The center of the layer when drawn on the screen, are the x and y axes (TRUE)? Or this is the position of the first pixel of the image (FALSE). | |
gdouble * | rotation |
The level of rotation of the video (in degrees). | |
gdouble * | pos |
The position of the first frame of this layer in the composition. | |
guint32 | frame |
The number of the current frame, like Main::m, but on the first frame of this layer and the number of frames per second. | |
gdouble * | end |
The last frame of this layer. | |
gdouble * | fps |
The number of frames per second, of this layer. | |
GList * | plugins |
Effects applied to this layer. |
This structure represents a layer of video.
The list of layers of the composition is in Main::layers
union { ... } |
gdouble* audio |
gboolean central |
The center of the layer when drawn on the screen, are the x and y axes (TRUE)? Or this is the position of the first pixel of the image (FALSE).
gdouble* end |
The last frame of this layer.
gdouble* fps |
The number of frames per second, of this layer.
guint32 frame |
The number of the current frame, like Main::m, but on the first frame of this layer and the number of frames per second.
gdouble* height |
The image, correspondent to this layer (pixels) is set to have this size.
gchar* name |
gdouble* opacity |
You can combine the opacity of GdkPixbuf with this. If this value is set to 0, so the opaque and transparent areas of the image are transparent. If this value is 1, transparency image, will be specified by the GdkPixbuf. If you set as 0.5, the maximum opacity of the image will be 0.5. All figures are adjusted for the opacity limit. Will remain, among them, the same proportion.
GdkPixbuf* pixels |
GList* plugins |
Effects applied to this layer.
gdouble* pos |
The position of the first frame of this layer in the composition.
gdouble* rotation |
The level of rotation of the video (in degrees).
gboolean selected |
this variable indicates that the User is with him in the selection.
gdouble* volume |
The volume of the audio of this layer.
gdouble* width |
The image, correspondent to this layer (pixels) is set to have this size.
gdouble* x |
The position in which the layer (GdkPixbuf) is drawn on the screen. These values can be animated (with keyframes), but also externally modified.
gdouble* y |
The position in which the layer (GdkPixbuf) is drawn on the screen. These values can be animated (with keyframes), but also externally modified.